Changeset 3181
- Timestamp:
- Feb 9, 2005, 4:30:02 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (3 diffs)
-
psLibSDRS_Astrom.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3176 r3181 1 %%% $Id: ChangeLogSDRS.tex,v 1.6 6 2005-02-10 01:26:56 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.67 2005-02-10 02:30:02 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 436 436 \end{itemize} 437 437 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)} 439 439 440 440 \begin{itemize} … … 463 463 \item dropped the Image I/O Functions section (functions moved to psFits) 464 464 \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 716 716 image to the tangent plane); and the projection. 717 717 718 The FITS WCS standard is described in Calabretta \& Greisen, A\&A,719 2002, 395, 1077. An extension to the standard, the TNX projection, is720 described at \url{http://iraf.noao.edu/projects/ccdmosaic/tnx.html}.721 This extension is in widespread use and must also be supported for722 both reading and writing.723 724 718 \begin{verbatim} 725 719 bool psAstrometryReadWCS(psPlaneTransform **transform, // Output transformation … … 729 723 bool psAstrometryWriteWCS(psMetadata *header, // Output FITS header 730 724 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 732 728 ); 733 729 bool psAstrometrySimplify(psPlaneTransform **transform, // Output transformation
Note:
See TracChangeset
for help on using the changeset viewer.
