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


next up previous contents index
Next: tablefromascii - Constructor Up: table - Tool Previous: table - Constructor


tablefromfits - Constructor



Package utility
Module table
Tool table


Create an AIPS++ table from binary FITS


Synopsis
tablefromfits(tablename, fitsfile, whichhdu, storage, convention, readonly, lockoptions, ack, tableserver)


Description
Create a table from binary FITS format. This generates an AIPS table from the binary FITS table in the given HDU (header unit) of the FITS file. Note that other FITS formats (e.g. Image FITS and UVFITS) are read by other means.
It is possible to specify the storage manager to use for the table:
standard is the default storage manager.
incremental is efficient for slowly varying data.



Arguments

tablename in Name of table to be created
    Allowed: String
fitsfile in Name of FITS file to be read
    Allowed: String
whichhdu in Which HDU to read (0-relative to primary HDU i.e. 1 is the smallest valid value)
    Allowed: Int
    Default: 1
storage in Storage manager to use (standard or incremental)
    Allowed: String
    Default: standard
convention in Convention to use (SDFITS or none)
    Allowed: String
    Default: sdfits
readonly in Open Read-only?
    Allowed: Bool
    Default: T
lockoptions in locking to be used
    Allowed: String|Record
    Default: default
ack in Acknowledge creations, etc
    Allowed: Bool
    Default: T
tableserver in Table server to be used
    Allowed: Any tableserver
    Default: defaulttableserver


Returns
table tool




next up previous contents index
Next: tablefromascii - Constructor Up: table - Tool Previous: table - Constructor   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-10-15