|
NAMEAstro::Catalog::Query::SuperCOSMOS - A query request to the SuperCOSMOS catalogueSYNOPSIS$supercos = new Astro::Catalog::Query::SuperCOSMOS( RA => $ra, Dec => $dec, Radius => $radius, Nout => $number_out, Colour => $band); my $catalog = $supercos->querydb(); WARNINGThis code totally ignores the epoch of the observations and the associated proper motions, this pretty much means that for astrometric work the catalogues you get back from the query are pretty much bogus. This should be sorted in the next distribution.DESCRIPTIONThe module is an object orientated interface to the online SuperCOSMOS catalogue using the generic Astro::Catalog::Query::SkyCat classStores information about an prospective query and allows the query to be made, returning an Astro::Catalog::Query::SuperCOSMOS object. The object will by default pick up the proxy information from the HTTP_PROXY and NO_PROXY environment variables, see the LWP::UserAgent documentation for details. See Astro::Catalog::BaseQuery for the catalog-independent methods. METHODSConstructor
Accessor methods
General methods
Class methodsThese methods are not associated with any particular object.
COPYRIGHTCopyright (C) 2001 University of Exeter. All Rights Reserved. Some modifications copyright (C) 2003 Particle Physics and Astronomy Research Council. All Rights Reserved.This program was written as part of the eSTAR project and is free software; you can redistribute it and/or modify it under the terms of the GNU Public License. AUTHORSAlasdair Allan <aa@astro.ex.ac.uk>
Visit the GSP FreeBSD Man Page Interface. |