Changeset 366
- Timestamp:
- Mar 31, 2004, 11:42:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r365 r366 1 %%% $Id: psLibSDRS.tex,v 1.2 6 2004-04-01 09:29:01eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.27 2004-04-01 09:42:39 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 2349 2349 2350 2350 \subsubsection{Metadata Representation} 2351 2352 \tbd{descriptions in this section need to be clarified} 2351 2353 2352 2354 This section addresses the question of how \PS{} metadata should be … … 2562 2564 \subsection{Detector and sky positions} 2563 2565 2566 \tbd{the definition of psCoord must be review: split into psSphere and psPlane?} 2567 2564 2568 Both detector and sky positions will be used extensively in the IPP. 2565 2569 The first are linear coordinates which conform to Euclidean geometry … … 2677 2681 % 2678 2682 \begin{verbatim} 2679 p = T.x->coeff[0][0][0][0] + x*T.x->coeff[1][0][0][0] + y*T.x->coeff[0][1][0][0] + m*T.x->coeff[0][0][1][0] + c*T.x->coeff[0][0][0][1] 2680 q = T.y->coeff[0][0][0][0] + x*T.y->coeff[1][0][0][0] + y*T.y->coeff[0][1][0][0] + m*T.y->coeff[0][0][1][0] + c*T.y->coeff[0][0][0][1] 2683 p = T.x->coeff[0][0][0][0] + x*T.x->coeff[1][0][0][0] + y*T.x->coeff[0][1][0][0] + m*T.x->coeff[0][0][1][0] 2684 + c*T.x->coeff[0][0][0][1] 2685 q = T.y->coeff[0][0][0][0] + x*T.y->coeff[1][0][0][0] + y*T.y->coeff[0][1][0][0] + m*T.y->coeff[0][0][1][0] 2686 + c*T.y->coeff[0][0][0][1] 2681 2687 \end{verbatim} 2682 2688 % … … 2887 2893 needed to transform the coordinates in one of the levels to the 2888 2894 coordinate system relevant at the higher levels. 2895 2896 \tbd{the following discussions include astrometry issues which should 2897 be deferred to the astrometry section} 2889 2898 2890 2899 \subsubsection{A Readout} … … 3504 3513 \appendix 3505 3514 3515 \pagebreak 3506 3516 \section{API Summary: all functions} 3507 3517 … … 3518 3528 \input{psAstroGroup.tex} 3519 3529 3530 \pagebreak 3520 3531 \section{API Summary: all structures} 3521 3532 \input{psStructures.tex}
Note:
See TracChangeset
for help on using the changeset viewer.
