Changeset 1517
- Timestamp:
- Aug 12, 2004, 11:15:47 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS_Astrom.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS_Astrom.tex
r1512 r1517 460 460 461 461 \begin{verbatim} 462 psPlane *psCoordFPAToTP(psPlane *out, const psPlane *in, const psFPA *fpa);462 psPlane *psCoordFPAToTP(psPlane *out, const psPlane *in, float color, float mag, const psFPA *fpa); 463 463 \end{verbatim} 464 464 which converts coordinates \code{in} on the specified focal plane 465 465 \code{fpa} to tangent plane coordinates, applying the appropriate 466 distortion terms. 466 distortion terms. The \code{color} and magnitude (\code{mag}) of the 467 source is necessary in order to perform the distortion between the 468 focal plane and the tangent plane. 467 469 468 470 \begin{verbatim} … … 480 482 481 483 \begin{verbatim} 482 psSphere *psCoordCellToSky(psSphere *out, const psPlane *in, const psCell *cell);484 psSphere *psCoordCellToSky(psSphere *out, const psPlane *in, float color, float mag, const psCell *cell); 483 485 \end{verbatim} 484 486 which converts coordinates on the specified cell to (RA,Dec). This … … 488 490 transformations is available in the \code{.parent} elements of 489 491 \code{psCell} and \code{psChip}, and the \code{psFPA.exposure} 490 element. 492 element. The \code{color} and magnitude (\code{mag}) of the source is 493 necessary in order to perform the distortion between the focal plane 494 and the tangent plane. 491 495 492 496 \begin{verbatim} … … 510 514 511 515 \begin{verbatim} 512 psPlane *psCoordTPToFPA(psPlane *out, const psPlane *in, const psFPA *fpa); 513 \end{verbatim} 514 which converts the tangent plane coordinates \code{in} to focal plane coordinates. 516 psPlane *psCoordTPToFPA(psPlane *out, const psPlane *in, float color, float mag, const psFPA *fpa); 517 \end{verbatim} 518 which converts the tangent plane coordinates \code{in} to focal plane 519 coordinates. The \code{color} and magnitude (\code{mag}) of the 520 source is necessary in order to perform the distortion between the 521 focal plane and the tangent plane. 515 522 516 523 \begin{verbatim} … … 533 540 534 541 \begin{verbatim} 535 psPlane *psCoordSkyToCell(psPlane *out, const psSphere *in, psCell *cell);542 psPlane *psCoordSkyToCell(psPlane *out, const psSphere *in, float color, float mag, psCell *cell); 536 543 \end{verbatim} 537 544 which directly converts (RA,Dec) \code{in} to coordinates on the 538 545 specified cell. The specified cell need not contain the input 539 coordinates. 546 coordinates. The \code{color} and magnitude (\code{mag}) of the 547 source is necessary in order to perform the distortion between the 548 focal plane and the tangent plane. 540 549 541 550 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
