Astro::Catalog::IO::TST - Standard Tab Separated Table format I/O


Astro-Catalog documentation  | view source Contained in the Astro-Catalog distribution.

Index


NAME

Top

Astro::Catalog::IO::TST - Standard Tab Separated Table format I/O

SYNOPSIS

Top

  $cat = Astro::Catalog::IO::TST->_read_catalog( \@lines );
  \@lines = Astro::Catalog::IO::TST->_write_catalog( $cat );

DESCRIPTION

Top

Performs IO for catalogues that use the standard Tab Separated Table (TST) format. The TST format is commonly returned by astronomical catalogue servers that use the Astronomical Catalogue Library (ACL) format, although it is also perfectly reasonable to read and write this format to disk.

REVISION

Top

 $Id: TST.pm,v 1.14 2006/03/16 00:15:13 cavanagh Exp $

FORMAT

Top

The TST format is specified in a number of documents. For example SSN/75 [http://www.starlink.rl.ac.uk/star/docs/ssn75.htx//ssn75.html] by Clive Davenhall.

SEE ALSO

Top

Astro::Catalog, Astro::Catalog::IO::Simple.

COPYRIGHT

Top

AUTHORS

Top

Alasdair Allan <aa@astro.ex.ac.uk> Tim Jenness <tjenness@cpan.org>


Astro-Catalog documentation  | view source Contained in the Astro-Catalog distribution.