IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1565


Ignore:
Timestamp:
Aug 18, 2004, 1:33:43 PM (22 years ago)
Author:
Paul Price
Message:

cellToSky --> toTP

File:
1 edited

Legend:

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

    r1556 r1565  
    122122    psPlaneTransform *cellToChip;       ///< Transformations from cell coordinates to chip coordinates
    123123    psPlaneTransform *cellToFPA;        ///< Transformations from cell coordinates to FPA coordinates
    124     psPlaneTransform *cellToSky;        ///< Quick and Dirty transformations from cell coordinates to sky
     124    psPlaneTransform *toTP;             ///< Quick and Dirty transformations from cell coordinates to sky
    125125    struct psChip  *parentChip;         ///< chip which contains this cell
    126126} psCell;
    … …  
    500500on the specified cell to (RA,Dec).  This transformation should use the
    501501locally linear transformation specified by the element
    502 \code{psCell.cellToSky}.  Although the accuracy of this transformation
     502\code{psCell.toTP}.  Although the accuracy of this transformation
    503503is lower than the complete transformation above, the calculation is
    504504substantially faster as it only involves linear transformations.
    … …  
    554554specified cell.  The specified cell need not contain the input
    555555coordinates.  This transformation should use the locally linear
    556 transformation specified by the element \code{psCell.cellToSky}.
     556transformation specified by the element \code{psCell.toTP}.
    557557Although the accuracy of this transformation is lower than the
    558558complete transformation above, the calculation is substantially faster
Note: See TracChangeset for help on using the changeset viewer.