[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


EQPOLE Source code in eqpole.pro

EQPOLE

Name
       EQPOLE
Purpose
       Convert RA and Dec to X,Y using an equal-area polar projection.
Explanation
       The output X and Y coordinates are scaled to be between
       -90 and +90 to go from equator to pole to equator. Output map points
       can be centered on the north pole or south pole.
Calling Sequence
       EQPOLE, L, B, X, Y, [ /SOUTHPOLE ]
Input Parameters
       L - longitude - scalar or vector, in degrees
       B - latitude - same number of elements as RA, in degrees
Output Parameters
       X - X coordinate, same number of elements as RA.   X is normalized to
               be between -90 and 90.
       Y - Y coordinate, same number of elements as DEC.  Y is normalized to
               be between -90 and 90.
Keyword Parameters
       /SOUTHPOLE      - Keyword to indicate that the plot is to be centered
               on the south pole instead of the north pole.
Revision History
       J. Bloch        LANL, SST-9     1.1     5/16/91
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:10 UTC

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

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