Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: almati2ms.setoptions - Function Up: almati2ms - Tool Previous: almati2ms - Tool


almati2ms - Constructor



Package alma
Module alma
Tool almati2ms


Construct an almati2ms tool.


Synopsis
almati2ms(msfile, fitsin, append, host, forcenewserver)


Description

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.



Arguments

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


Returns
An almati2ms tool



Example
      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.



next up previous contents index
Next: almati2ms.setoptions - Function Up: almati2ms - Tool Previous: almati2ms - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01