Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | ms | |
Tool | ms |
msfile | in | Filename for the newly created measurement set | |
Allowed: | String | ||
Default: | no default | ||
fitsfile | in | SDFITS file to read | |
Allowed: | String | ||
Default: | no default | ||
readonly | in | open for read access only | |
Allowed: | Boolean | ||
Default: | T | ||
lock | in | lock the table for exclusive use | |
Allowed: | Boolean | ||
Default: | F | ||
host | in | host to start ms tool on | |
Allowed: | String | ||
Default: | '' | ||
forcenewserver | in | start a new server tool | |
Allowed: | Boolean | ||
Default: | F |
The SDFITS binary table must be the first extension in the indicated FITS file. A brief description of SDFITS may be found in the dish users manual.
The last four arguments of this constructor are identical in behaviour to the ms constructor. See the documentation for that function for more details on their meaning.
This function returns an ms tool or fail if something went wrong, like an error in a file name.
include 'ms.g' myms := sdfitstoms("dishdemo1.ms", "dishdemo1.fits")