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.
fits
colfits
votable
cdf
csv
ecsv
ascii
ipac
pds4
mrt
parquet
hapi
feather
gbin
tst
wdc