[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


TICLABELS Source code in ticlabels.pro

TICLABELS

Name
       TICLABELS
Purpose
       Create tic labels for labeling astronomical images.
Explanation
       Used to display images with right ascension or declination
       axes.  This routine creates labels for already determined tic
       marks (every other tic mark by default)
Calling Sequence
       TICLABELS, minval, numtics, incr, ticlabs, [ RA = ,DELTA = ]
Input Parameters
       minval  - minimum value for labels (degrees)
       numtics - number of tic marks
       incr    - increment in minutes for labels
Output Parameters
       ticlabs - array of charater string labels
Optional Input Keywords
       /RA - if this keyword is set then the grid axis is assumed to be
               a Right Ascension.   Otherwise a declination axis is assumed
       DELTA - Scalar specifying spacing of labels.   The default is
               DELTA = 2 which means that a label is made for every other tic
               mark.  Set DELTA=1 to create a label for every tic mark.
Procedures Used
       RADEC
Restrictions
       Invalid for wide field (> 2 degree) images since it assumes that a
       fixed interval in Y (or X) corresponds to a fixed interval in Dec
       (or RA)
Revision History
       written by B. Pfarr, 4/15/87
       Added DELTA keywrd for compatibility with IMCONTOUR W. Landsman Nov 1991
       Added nicer hms and dms symbols when using native PS fonts Deutsch 11/92
       Added Patch for bug in IDL <2.4.0 as explained in NOTES E. Deutsch 11/92
       Fix when crossing 0 dec or 24h RA
       Fix DELTA keyword so that it behaves according to the documentation
                       W. Landsman  Hughes STX,  Nov 95
       Converted to IDL V5.0   W. Landsman   September 1997
       Allow sub arcsecond formatting  W. Landsman   May 2000
       Better formatting for non-unity DELTA values  W. Landsamn July 2004

Last modified by pro2html on 2004 August 06 at 03:42 UTC

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

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