Commits
83 83 | Examples: |
84 84 | spw='0~2,4'; spectral windows 0,1,2,4 (all channels) |
85 85 | spw='<2'; spectral windows less than 2 (i.e. 0,1) |
86 86 | spw='0:5~61'; spw 0, channels 5 to 61 |
87 87 | spw='0,10,3:3~45'; spw 0,10 all channels, spw |
88 88 | 3 - chans 3 to 45. |
89 89 | spw='0~2:2~6'; spw 0,1,2 with channels 2 |
90 90 | through 6 in each. |
91 91 | spw = '*:3~64' channels 3 through 64 for all sp id's |
92 92 | spw = ' :3~64' will NOT work. |
93 - | |
94 - | NOTE: mstransform does not support multiple |
95 - | channel ranges per spectral window (';'). |
96 93 | </description> |
97 94 | <value type="string"/> |
98 95 | </param> |
99 96 | |
100 97 | <param type="string" name="scan" > |
101 98 | <shortdescription>Scan number range</shortdescription> |
102 99 | <description>Scan number range |
103 - | Subparameter of selectdata=True |
104 100 | Default: '' = all |
105 101 | </description> |
106 102 | <value type="string"/> |
107 103 | </param> |
108 104 | |
109 105 | <param type="string" name="intent" > |
110 106 | <shortdescription>Select observing intent</shortdescription> |
111 107 | <description>Select observing intent |
112 108 | Default: '' (no selection by intent) |
113 109 | |