| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | bima | |
| Module | bimams | |
| Tool | bimams |
| type | The type of spectral window | ||
| Allowed: | String: 'all' (all types), 'a' (multi-channel averages), 'c' (multi-channel data), 's' (sideband averages) | ||
| Default: | 'all' | ||
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# get the names of the multi-channel data windows
bms.spwnames(type='c');
The last command returns a vector of the names of the multi-channel
data windows, e.g., none none HCN none none CS none none SiO
none none none. none is the default entry in the NAME column.