Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimafiller | |
Tool | bimafiller |
msname | Filename for MeasurementSet to create | ||
Allowed: | String | ||
Default: | '' | ||
mirname | Name of an input miriad visibility dataset | ||
Allowed: | String | ||
Default: | '' |
Set the options to control the filling of the MeasurementSet. Currently, only the input visibility file and output MeasurementSet can be chosen, but further options will soon be added.
- mybf := bimafiller(mirname='3c273.vis') - mybf.setoptions(msname='3c273.ms') - mybf.fill() - mybf.done()