Description
The multiscale clean algorithm cleans an image on a number of
different scales, decomposing the image into Gaussians of these scale sizes.
This function allows the user to set the number
of scales used (using the nscales method), or to directly control the
sizes of the scales in pixels (using the uservector method). When using the
nscales method, the scales are calculated using the following formula:
10.0(i - Nscales/2)/2.0
|
(1.31) |
where
is the fitted minor axis of the clean beam. The
first value is zero.
Arguments
scalemethod |
|
Method by which scales are set |
|
|
Allowed: |
String: 'nscales'|'uservector' |
|
|
Default: |
nscales |
nscales |
|
Number of scales |
|
|
Allowed: |
Int |
|
|
Default: |
5 |
uservector |
|
Vector of scale sizes to use |
|
|
Allowed: |
Vector of Doubles |
|
|
Default: |
[0, 3, 10] |