Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimams | |
Tool | bimams |
spwids | The 1-based ids (row numbers) of the spectral windows in the SPECTRAL_WINDOWS subtable | ||
Allowed: | Vector of integers | ||
Default: | unset (all spectral windows) | ||
polids | The 1-based ids (row numbers) of the desired polarizations in the POLARIZATION subtable. | ||
Allowed: | Vector of integers | ||
Default: | unset (all polarizations) |
# get a list of data description ids # construct a bimams tool and assign it to a Glish variable named bms bms := bimams('neptune.ms'); # get the data description id associated with spectral window ids 5 # and 10 and polarizaion id 0 bms.ddid(spwids=[5,10],polids=0);The result is [5,10].