Source
2548
2548
"""
2549
2549
singledish -- Set True to write data as single-dish format (Scantable)
2550
2550
default: False
2551
2551
task: importasdm
2552
2552
"""
2553
2553
2554
2554
@staticmethod
2555
2555
def smallscalebias():
2556
2556
"""
2557
2557
smallscalebias -- A bias toward smaller scales in multiscale
2558
-
clean. The peak flux found at each scale is weighted by
2559
-
a factor = 1 - smallscalebias*scale/max_scale, so that weighted
2560
-
peak flux = peak flux*factor.
2561
-
Typically the values range from 0.2 to 1.0.
2558
+
and mtmfs clean. The peak flux found at each scale is weighted by
2559
+
a factor = 1 - smallscalebias*scale/max_scale.
2560
+
Typically the values range from 0.0 to 1.0.
2562
2561
default: 0.0
2563
2562
"""
2564
2563
2565
2564
@staticmethod
2566
2565
def smoothsize():
2567
2566
"""
2568
2567
smoothsize -- smoothing beam in Pressed-out
2569
2568
default: 2.0 (interpreted as 2.0 * beamsize)
2570
2569
example: '1arcmin' (set smoothsize directly)
2571
2570
"""