Next Previous Up Contents
Next: fits
Up: Table Formats
Previous: Table Formats

5.1.1 Input Formats

Some of the tools in this package ask you to specify the format of input tables using the ifmt (or a similarly named) parameter. For some file formats (e.g. FITS, VOTable, CDF), the format can be automatically determined by looking at the file content, regardless of filename; for others (e.g. CSV files with a ".csv" extension), STILTS may be able to use the filename as a hint to guess the format (the details of these rules are given in the format-specific subsections below). Otherwise, you have to supply the format using the ifmt parameter. It is always safe to specify the format explicitly; this will be slightly more efficient than auto-determination, and may lead to more helpful error messages in the case that the table can't be read correctly.

The available input formats are described in the following subsections. It is also possible to add new formats at runtime using the startable.readers system property, or by setting the format to the classname of a uk.ac.starlink.table.TableBuilder class.


Next Previous Up Contents
Next: fits
Up: Table Formats
Previous: Table Formats

STILTS - Starlink Tables Infrastructure Library Tool Set
Starlink User Note256
STILTS web page: http://www.starlink.ac.uk/stilts/
Author email: m.b.taylor@bristol.ac.uk
Mailing list: topcat-user@jiscmail.ac.uk