IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 366


Ignore:
Timestamp:
Mar 31, 2004, 11:42:39 PM (22 years ago)
Author:
eugene
Message:

minor edits to Coord, Metadata, etc

File:
1 edited

Legend:

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

    r365 r366  
    1 %%% $Id: psLibSDRS.tex,v 1.26 2004-04-01 09:29:01 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.27 2004-04-01 09:42:39 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    23492349
    23502350\subsubsection{Metadata Representation}
     2351
     2352\tbd{descriptions in this section need to be clarified}
    23512353
    23522354This section addresses the question of how \PS{} metadata should be
     
    25622564\subsection{Detector and sky positions}
    25632565
     2566\tbd{the definition of psCoord must be review: split into psSphere and psPlane?}
     2567
    25642568Both detector and sky positions will be used extensively in the IPP.
    25652569The first are linear coordinates which conform to Euclidean geometry
     
    26772681%
    26782682\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]
     2683p = 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]
     2685q = 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]
    26812687\end{verbatim}
    26822688%
     
    28872893needed to transform the coordinates in one of the levels to the
    28882894coordinate system relevant at the higher levels. 
     2895
     2896\tbd{the following discussions include astrometry issues which should
     2897  be deferred to the astrometry section}
    28892898
    28902899\subsubsection{A Readout}
     
    35043513\appendix
    35053514
     3515\pagebreak
    35063516\section{API Summary: all functions}
    35073517
     
    35183528\input{psAstroGroup.tex}
    35193529
     3530\pagebreak
    35203531\section{API Summary: all structures}
    35213532\input{psStructures.tex}
Note: See TracChangeset for help on using the changeset viewer.