[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


PRECESS_XYZ Source code in precess_xyz.pro

PRECESS_XYZ

Name
       PRECESS_XYZ
Purpose
       Precess equatorial geocentric rectangular coordinates.
Calling Sequence
       precess_xyz, x, y, z, equinox1, equinox2
Parameters
       x,y,z: scalars or vectors giving heliocentric rectangular coordinates
              THESE ARE CHANGED UPON RETURNING.
Input Parameters
       EQUINOX1: equinox of input coordinates, numeric scalar
       EQUINOX2: equinox of output coordinates, numeric scalar
Output Parameters
       x,y,z are changed upon return
Note
   The equatorial geocentric rectangular coords are converted
      to RA and Dec, precessed in the normal way, then changed
      back to x, y and z using unit vectors.
Example
       Precess 1950 equinox coords x, y and z to 2000.
       IDL> precess_xyz,x,y,z, 1950, 2000
Revision History
       Written by P. Plait/ACC March 24 1999
          (unit vectors provided by D. Lindler)
       Use /Radian call to PRECESS     W. Landsman     November 2000
       Use two parameter call to ATAN   W. Landsman    June 2001

Last modified by pro2html on 2001 August 07 at 09:31 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically