FreeBSD Manual Pages
Astro::Catalog::IO::SiUser(Contributed Perl DocumAstro::Catalog::IO::Simple(3) NAME Astro::Catalog::IO::Simple - Simple Input/Output format SYNOPSIS $catalog = Astro::Catalog::IO::Simple->_read_catalog( \@lines ); \@lines = Astro::Catalog::IO::Simple->_write_catalog( $catalog ); Astro::Catalog::IO::Cluster->_default_file(); DESCRIPTION Performs simple IO, reading or writing "id_string hh mm ss.s +dd mm ss.s" formated strings for each Astro::Catalog::Star object in the catalog. FORMAT The Simple format is defined as follows: Any line that looks like ID HH MM SS.SS +/-DD MM SS.SS TYPE # Comment will be matched. A space is allowed between the sign and the declination. The type is optional (as is the comment) and can be one of J2000, B1950, GALACTIC, AZEL or SUPERGALACTIC or the JCMT abbreviations (RJ, RB, GA or AZ). If TYPE is not present J2000 is assumed. 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> Tim Jenness <tjenness@cpan.org> perl v5.32.1 2021-11-06 Astro::Catalog::IO::Simple(3)
NAME | SYNOPSIS | DESCRIPTION | FORMAT | COPYRIGHT | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Astro::Catalog::IO::Simple&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>