IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 11:05:23 AM (21 years ago)
Author:
eugene
Message:

updates for cycle 8 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/CameraImages.tex

    r5022 r5030  
    114114of analyses (e.g., the r.m.s. of the overscan fit).
    115115
    116 \tbd{At what stage are the offsets (\code{col0,row0}) get set, and how
    117 are they known?}
     116\tbd{At what stage are the offsets ({\tt col0,row0}) set, and how are
     117they known?}
    118118
    119119\subsubsection{A Readout}
     
    405405have \code{valid} set to \code{true}.
    406406
     407\tbd{make these functions richer: select by extention, extname, cell,
     408options to invalidate all / validate all, etc}
     409
    407410\begin{prototype}
    408411bool pmFPAMorph(pmFPA *toFPA, pmFPA *fromFPA, bool positionDependent, int chipNum, int cellNum);
    409 bool pmFPAWrite(psFits *fits, pmFPA *fpa);
    410412\end{prototype}
    411 
    412 These two functions write out a focal plane hierarchy to a FITS file.
    413413
    414414\code{pmFPAMorph} shall morph the \code{fromFPA} focal plane hierarchy
     
    434434suitable error message, in which case it shall return \code{false}.
    435435
     436\begin{prototype}
     437bool pmFPAWrite(psFits *fits, pmFPA *fpa);
     438\end{prototype}
     439
    436440\code{pmFPAWrite} shall write the focal plane hierarchy, \code{fpa},
    437441to the specified \code{fits} file, returning \code{true} upon success
     
    445449\code{pmFPAWriteMask} is very similar to \code{pmFPAWrite}, but it
    446450shall write the \code{mask} elements of the \code{pmReadout}s
    447 comprinsing the \code{fpa}.
     451comprising the \code{fpa}.
     452
     453\begin{prototype}
     454pmFPAWriteWeight(psFits *fits, pmFPA *fpa);
     455\end{prototype}
     456
     457\code{pmFPAWriteWeight} is very similar to \code{pmFPAWrite}, but it
     458shall write the \code{weight} elements of the \code{pmReadout}s
     459comprising the \code{fpa}.
    448460
    449461%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.