Changeset 5030 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Sep 13, 2005, 11:05:23 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r5022 r5030 114 114 of analyses (e.g., the r.m.s. of the overscan fit). 115 115 116 \tbd{At what stage are the offsets ( \code{col0,row0}) get set, and how117 arethey known?}116 \tbd{At what stage are the offsets ({\tt col0,row0}) set, and how are 117 they known?} 118 118 119 119 \subsubsection{A Readout} … … 405 405 have \code{valid} set to \code{true}. 406 406 407 \tbd{make these functions richer: select by extention, extname, cell, 408 options to invalidate all / validate all, etc} 409 407 410 \begin{prototype} 408 411 bool pmFPAMorph(pmFPA *toFPA, pmFPA *fromFPA, bool positionDependent, int chipNum, int cellNum); 409 bool pmFPAWrite(psFits *fits, pmFPA *fpa);410 412 \end{prototype} 411 412 These two functions write out a focal plane hierarchy to a FITS file.413 413 414 414 \code{pmFPAMorph} shall morph the \code{fromFPA} focal plane hierarchy … … 434 434 suitable error message, in which case it shall return \code{false}. 435 435 436 \begin{prototype} 437 bool pmFPAWrite(psFits *fits, pmFPA *fpa); 438 \end{prototype} 439 436 440 \code{pmFPAWrite} shall write the focal plane hierarchy, \code{fpa}, 437 441 to the specified \code{fits} file, returning \code{true} upon success … … 445 449 \code{pmFPAWriteMask} is very similar to \code{pmFPAWrite}, but it 446 450 shall write the \code{mask} elements of the \code{pmReadout}s 447 comprinsing the \code{fpa}. 451 comprising the \code{fpa}. 452 453 \begin{prototype} 454 pmFPAWriteWeight(psFits *fits, pmFPA *fpa); 455 \end{prototype} 456 457 \code{pmFPAWriteWeight} is very similar to \code{pmFPAWrite}, but it 458 shall write the \code{weight} elements of the \code{pmReadout}s 459 comprising the \code{fpa}. 448 460 449 461 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
