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

NAME

Astro::Catalog::IO::Cluster - Input/Output in ARK Cluster format

SYNOPSIS

  $catalog = Astro::Catalog::IO::Cluster->_read_catalog( \@lines );
  \@lines = Astro::Catalog::IO::Cluster->_write_catalog( $catalog, %opts );
  Astro::Catalog::IO::Cluster->_default_file();

DESCRIPTION

Performs ARK Cluster specific tasks for input/output of ARK Cluster format files.

REVISION

$Id: Cluster.pm,v 1.13 2005/03/31 01:24:53 cavanagh Exp $