Changeset 4720 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Aug 5, 2005, 11:34:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r4696 r4720 377 377 378 378 \begin{prototype} 379 intpmFPASelectChip(pmFPA *fpa, int chipNum);379 bool pmFPASelectChip(pmFPA *fpa, int chipNum); 380 380 int pmFPAExcludeChip(pmFPA *fpa, int chipNum); 381 381 \end{prototype} … … 383 383 These functions are provided to set the \code{valid} booleans within 384 384 an \code{fpa} so that only certain chips within the FITS file are read 385 in. \code{pmFPASelectChip} shall set \code{valid} to \code{true} for 386 the specified chip number (\code{chipNum}), and all other chips shall 387 have \code{valid} set to \code{false}. \code{pmFPAExcludeChip} shall 388 set \code{valid} to \code{false} only for the specified chip number 389 (\code{chipNum}). In the event that the specified chip number does 390 not exist within the \code{fpa}, the function shall generate a 391 warning, and perform no action. Both functions shall return the 392 number of chips within the \code{fpa} that have \code{valid} set to 393 \code{true} (should be one for \code{pmFPASelectChip}). 385 in. 386 387 \code{pmFPASelectChip} shall set \code{valid} to \code{true} for the 388 specified chip number (\code{chipNum}), and all other chips shall have 389 \code{valid} set to \code{false}. In the event that the specified 390 chip number does not exist within the \code{fpa}, the function shall 391 return \code{false}. 392 393 \code{pmFPAExcludeChip} shall set \code{valid} to \code{false} only 394 for the specified chip number (\code{chipNum}). In the event that the 395 specified chip number does not exist within the \code{fpa}, the 396 function shall generate a warning, and perform no action. The 397 function shall return the number of chips within the \code{fpa} that 398 have \code{valid} set to \code{true}. 394 399 395 400 \begin{datatype}
Note:
See TracChangeset
for help on using the changeset viewer.
