Changeset 1565
- Timestamp:
- Aug 18, 2004, 1:33:43 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS_Astrom.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS_Astrom.tex
r1556 r1565 122 122 psPlaneTransform *cellToChip; ///< Transformations from cell coordinates to chip coordinates 123 123 psPlaneTransform *cellToFPA; ///< Transformations from cell coordinates to FPA coordinates 124 psPlaneTransform * cellToSky;///< Quick and Dirty transformations from cell coordinates to sky124 psPlaneTransform *toTP; ///< Quick and Dirty transformations from cell coordinates to sky 125 125 struct psChip *parentChip; ///< chip which contains this cell 126 126 } psCell; … … 500 500 on the specified cell to (RA,Dec). This transformation should use the 501 501 locally linear transformation specified by the element 502 \code{psCell. cellToSky}. Although the accuracy of this transformation502 \code{psCell.toTP}. Although the accuracy of this transformation 503 503 is lower than the complete transformation above, the calculation is 504 504 substantially faster as it only involves linear transformations. … … 554 554 specified cell. The specified cell need not contain the input 555 555 coordinates. This transformation should use the locally linear 556 transformation specified by the element \code{psCell. cellToSky}.556 transformation specified by the element \code{psCell.toTP}. 557 557 Although the accuracy of this transformation is lower than the 558 558 complete transformation above, the calculation is substantially faster
Note:
See TracChangeset
for help on using the changeset viewer.
