[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


GSSS_STDAST Source code in gsss_stdast.pro

GSSS_STDAST

Name
      GSSS_STDAST
Purpose
      Insert the closest tangent projection astrometry into an GSSS Image
Description
       This procedure takes a header with GSSS (ST Guide Star Survey)
       astrometry and writes a roughly equivalent tangent projection
       astrometry into the header.
Calling Sequence
       GSSS_STDAST, H, [Xpts, Ypts]
Parameters
       H -  FITS header (string array) containing GSSS astrometry.
       GSSS_STDAST will write the roughly equivalent tangent projection
               astrometry solution into H.
Optional Input Parameters
       xpts, ypts -- Vectors giving the X and Y positions of the three
               reference points used to find approximate tangent projection.
               Default is Xpts = [0.2,0.8,0.5], Ypts = [0.2, 0.4, 0.8]
Procedure
       The procedures GSSSXYAD is used to exactly determine the RA and Dec
       at 3 reference points.    STARAST is then used to find the tangent
       projection astrometry that best matches these reference points.
Note
       Some early GSSS images (before the 1994 CD-Rom) used keywords CRPIXx
       rather than CNPIXx.    The GSSS astrometry in these images could be
       corrupted by this procedure as the CRPIXx values will be altered.
       The tangent is only a approximation of the nonlinear GSSS astrometry,
       but is generally accurate to about 0.1 pixels on a 1024 x 1024 image.
Procedures Used
       GSSSEXTAST, GSSSXYAD, STARAST, PUTAST, SXADDHIST, SXDELPAR
Revision History
       13-AUG-91 Version 2 written from MAKEASTGSSS  Eric Deutsch (STScI)
       Delete CDELT* keywords from header   W. Landsman      May 1994
       Remove call to BUILDAST  W. Landsman                  Jan, 1995
       Added optional Xpts, Ypts parameters   E. Deutsch     Oct, 1995
       Converted to IDL V5.0   W. Landsman   September 1997

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

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

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