Alasdair Allan > Astro-Catalog-3.5.1 > Astro::Catalog::IO::TST

Download:
Astro-Catalog-3.5.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source   Latest Release: Astro-Catalog-4.1.0

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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.