GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Astro::Catalog::IO::GaiaPick(3) User Contributed Perl Documentation Astro::Catalog::IO::GaiaPick(3)

Astro::Catalog::IO::GaiaPick - Catalogue reader for GAIA Pick Object files

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

This class provides a read method for catalogues in the GAIA Pick Object catalogue format. This format is written by the Starlink GAIA application when a user requests the result of a "Pick Object" are to be saved. The method is not public and should, in general, only be called from the "Astro::Catalog" "read_catalog" method.

The GaiaPick format is extremely simple. First there is an informational header that describes the subsequent columns. This is a single line:

    # name   x y ra dec equinox angle   peak    background fwhm (X:Y)

(white space has been compressed in this description to remove the need for line wrapping). The results of the "Pick Object" are then written to the following lines, using up two lines per pick as follows:

    # Sunday February 08 2004 - 16:43:59
    iras.sdf 153.3 151.5 00:42:45.757 +41:16:44.96 J2000 160.7 2.7 1.4 7.8 : 6.1

The first line indicates the date of the pick. The second line contains the parameters of the source.

Currently the reader does not attempt to parse the first line in order to derive the column information. The assumption is that the columns are always in the same order.

The GAIA application can be obtained from Starlink (http://www.starlink.ac.uk).

Tim Jenness <tjenness@cpan.org>

Copyright (C) 2004 Particle Physics and Astronomy Research Council. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Public License.

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.