IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 4:30:02 PM (21 years ago)
Author:
Paul Price
Message:

Added color, magnitude to psAstrometryWriteWCS, in order to convert a
psPlaneDistort into a straight spatial polynomial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS_Astrom.tex

    r3176 r3181  
    716716image to the tangent plane); and the projection.
    717717
    718 The FITS WCS standard is described in Calabretta \& Greisen, A\&A,
    719 2002, 395, 1077.  An extension to the standard, the TNX projection, is
    720 described at \url{http://iraf.noao.edu/projects/ccdmosaic/tnx.html}.
    721 This extension is in widespread use and must also be supported for
    722 both reading and writing.
    723 
    724718\begin{verbatim}
    725719bool psAstrometryReadWCS(psPlaneTransform **transform, // Output transformation
     
    729723bool psAstrometryWriteWCS(psMetadata *header, // Output FITS header
    730724                          psPlaneTransform *transform, // Input transformation
    731                           psProjection *projection // Input projection
     725                          psProjection *projection, // Input projection
     726                          double color, // Mean color to use
     727                          double magnitude, // Mean magnitude to use
    732728                          );
    733729bool psAstrometrySimplify(psPlaneTransform **transform, // Output transformation
Note: See TracChangeset for help on using the changeset viewer.