The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Astro::Catalog::IO::VOTable - VOTable Input/Output format

SYNOPSIS

  $catalog = Astro::Catalog::IO::VOTable->_read_catalog( \@lines );
  \@lines = Astro::Catalog::IO::VOTable->_write_catalog( $catalog );
  Astro::Catalog::IO::VOTable->_default_file();

DESCRIPTION

Performs simple IO, reading or writing a VOTable.

REVISION

$Id: VOTable.pm,v 1.10 2005/06/15 19:03:42 aa Exp $

FORMAT

This class implements an interface to VOTable documents. This uses the GSFC VOTable classes which inherits from XML::LibXML::Document class.

COPYRIGHT

Copyright (C) 2001-2003 University of Exeter. All Rights Reserved. Some modificiations Copyright (C) 2003 Particle Physics and Astronomy Research Council. All Rights Reserved.

This module was written as part of the eSTAR project in collaboration with the Joint Astronomy Centre (JAC) in Hawaii and is free software; you can redistribute it and/or modify it under the terms of the GNU Public License.

AUTHORS

Alasdair Allan <aa@astro.ex.ac.uk>