IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3181


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.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3176 r3181  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.66 2005-02-10 01:26:56 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.67 2005-02-10 02:30:02 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    436436\end{itemize}
    437437
    438 \subsection{Changes from Revision 11 (21 January 2005) to Revision 12 (Present)}
     438\subsection{Changes from Revision 11 (21 January 2005) to Revision 12 (9 February 2005)}
    439439
    440440\begin{itemize}
     
    463463\item dropped the Image I/O Functions section (functions moved to psFits)
    464464\end{itemize}
     465
     466\subsection{Changes from Revision 12 (9 February 2005) to Revision 13 (Present)}
     467
     468\begin{itemize}
     469\item Added \code{color}, \code{magnitude} to
     470  \code{psAstrometryWriteWCS}, in order to convert a
     471  \code{psPlaneDistort} into a straight spatial polynomial.
     472\end{itemize}
  • 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.