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 |