|
NAMEAstro::FluxColor - Class for handling astronomical color quantities. SYNOPSISuse Astro::FluxColor; $color = new Astro::FluxColor( lower => $lower_waveband,
upper => $upper_waveband,
quantity => $quantity,
datetime => new DateTime );
$quantity = $color->quantity;
DESCRIPTIONClass for handling astronomical color quantities. METHODSConstructor
Accessor Methods
REVISION$Id: FluxColor.pm,v 1.6 2005/06/15 01:14:01 allan Exp $ AUTHORSBrad Cavanagh <b.cavanagh@jach.hawaii.edu>, Alasdair Allan <aa@astro.ex.ac.uk> COPYRIGHTCopyright (C) 2004 Particle Physics and Astronomy Research Council. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|