|
NAMEAstro::Catalog::IO::RITMatch - Catalogue I/O for Astro::Catalog for Michael Richmond's 'match' programSYNOPSIS$cat = Astro::Catalog::IO::RITMatch->_read_catalog(\@lines); $arrref = Astro::Catalog::IO::RITMatch->_write_catalog($cat, %options); DESCRIPTIONThis class provides read and write methods for catalogues in Michael Richmond's 'match' application's input and output file format. The methods are not public and should, in general only be called from the "Astro::Catalog" "write_catalog" and "read_catalog" methods.METHODSPrivate methods
The output format has the ID in column 1, X coordinate in column 2, Y coordinate in column 3, magnitude value in column 4, and any comments in column 5. SEE ALSOAstro::Catalog, Astro::Catalog::IO::Simplehttp://spiff.rit.edu/match/ COPYRIGHTCopyright (C) 2014 Tim Jenness Copyright (C) 2006 Particle Physics and Astronomy Research Council. All Rights Reserved.This program is free software; you can redistribute it and/or modify it under the terms of the GNU Public License. AUTHORSBrad Cavanagh <b.cavanagh@jach.hawaii.edu> Tim Jenness <tjenness@cpan.org>
Visit the GSP FreeBSD Man Page Interface. |