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

NAME

Astro::Catalog::IO::SExtractor - SExtractor output catalog I/O for Astro::Catalog

SYNOPSIS

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

DESCRIPTION

This class provides read and write methods for catalogs written by SExtractor, as long as they were written in ASCII_HEAD format. The methods are not public and should, in general, only be called from the Astro::Catalog read_catalog and write_catalog methods.