Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | alma | |
Module | alma | |
Tool | almati2ms |
This constructor is used to create an almati2ms tool. The host argument specifies on which networked machine the precompiled almati2ms process should be started. The default value of unset starts it on the current system.
msfile | Output MS file name | ||
Allowed: | Table name | ||
Default: | '' | ||
fitsin | Input ALMA-TI FITS file | ||
Allowed: | String | ||
Default: | '' | ||
append | True if appending to an existing MS | ||
Allowed: | Boolean | ||
Default: | F | ||
host | The host on which the almati2ms should be run | ||
Allowed: | string | ||
Default: | unset | ||
forcenewserver | Always start a new server | ||
Allowed: | Boolean | ||
Default: | F |
include 'almati2ms.g' a := almati2ms(msfile='ALMA.ms', fitsin='ALMA-TI.fits', append=F); a.fill() a.done()
This example creates an almati2ms tool, sets the data source as a
disk file called ALMA-TI.fits, and specifies that the data should
be written to an output MS called ALMA.ms. The MS will be
over-written if it already exists.