| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | bima | |
| Module | bimams | |
| Tool | bimams |
| mcd | vector of 1-based data description ids which refer to multichannel data windows. | ||
| Allowed: | Vector of integers | ||
# construct a bimams tool and assign it to a Glish variable named bms
bms := bimams('neptune.ms');
# data description ids 1,3,5 are multichannel data. 1 and 3 have
# corresponding multichannel averages, while 5 does not.
bms.mcaddids([1,3,5);
The result is [15,17,-1].