Commits
Ville Suoranta authored 9c6123e701e Merge
484 484 | <value type="int">-1</value> |
485 485 | </param> |
486 486 | |
487 487 | <param type="any" name="start" subparam="true"> |
488 488 | <shortdescription>First channel (e.g. start=3,start=\'1.1GHz\',start=\'15343km/s\')</shortdescription> |
489 489 | <description>First channel (e.g. start=3,start=\'1.1GHz\',start=\'15343km/s\') |
490 490 | of output cube images specified by data channel number (integer), |
491 491 | velocity (string with a unit), or frequency (string with a unit). |
492 492 | Default:''; The first channel is automatically determined based on |
493 493 | the 'spw' channel selection and 'width'. |
494 - | When the channel number is used along with the channel selection |
495 - | in 'spw' (e.g. spw='0:6~100'), |
496 - | 'start' channel number is RELATIVE (zero-based) to the selected |
497 - | channels in 'spw'. So for the above example, |
498 - | start=1 means that the first image channel is the second selected |
499 - | data channel, which is channel 7. |
494 + | channels in 'spw'. |
495 + | Since the integer number in 'start' represents the data channel number, |
496 + | when the channel number is used along with the spectral window id selection |
497 + | in 'spw', 'start' specified as an integer should be carefully set otherwise |
498 + | it may result in the blank image channels if the 'start' channel (i.e. absolute |
499 + | channel number) is outside of the channel range specified in 'spw'. |
500 + | In such a case, 'start' can be left as a default (='') to ensure |
501 + | matching with the data spectral channel selection. |
500 502 | For specmode='cube', when velocity or frequency is used it is |
501 503 | interpreted with the frame defined in outframe. [The parameters of |
502 504 | the desired output cube can be estimated by using the 'transform' |
503 505 | functionality of 'plotms'] |
504 506 | examples: start='5.0km/s'; 1st channel, 5.0km/s in outframe |
505 507 | start='22.3GHz'; 1st channel, 22.3GHz in outframe |
506 508 | </description> |
507 509 | <value type="string"/> |
508 510 | </param> |
509 511 | |