Astro::FITS::HdrTrans::ESO - Base class for translation of ESO instruments


Astro-FITS-HdrTrans documentation  | view source Contained in the Astro-FITS-HdrTrans distribution.

Index


NAME

Top

Astro::FITS::HdrTrans::ESO - Base class for translation of ESO instruments

SYNOPSIS

Top

  use Astro::FITS::HdrTrans::ESO;

DESCRIPTION

Top

This class provides a generic set of translations that are common to instrumentation from the European Southern Observatory. It should not be used directly for translation of instrument FITS headers.

COMPLEX CONVERSIONS

Top

These methods are more complicated than a simple mapping. We have to provide both from- and to-FITS conversions All these routines are methods and the to_ routines all take a reference to a hash and return the translated value (a many-to-one mapping) The from_ methods take a reference to a generic hash and return a translated hash (sometimes these are many-to-many)

to_ROTATION

Derives the rotation angle from the rotation matrix.

REVISION

Top

$Id: ESO.pm 14385 2007-08-27 22:01:06Z timj $

SEE ALSO

Top

Astro::FITS::HdrTrans, Astro::FITS::HdrTrans::Base.

AUTHOR

Top

Malcolm J. Currie <mjc@star.rl.ac.uk> Tim Jenness <t.jenness@jach.hawaii.edu>

COPYRIGHT

Top


Astro-FITS-HdrTrans documentation  | view source Contained in the Astro-FITS-HdrTrans distribution.