IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4720


Ignore:
Timestamp:
Aug 5, 2005, 11:34:05 AM (21 years ago)
Author:
Paul Price
Message:

Modified definition of pmFPASelectChip.

File:
1 edited

Legend:

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

    r4696 r4720  
    377377
    378378\begin{prototype}
    379 int pmFPASelectChip(pmFPA *fpa, int chipNum);
     379bool pmFPASelectChip(pmFPA *fpa, int chipNum);
    380380int pmFPAExcludeChip(pmFPA *fpa, int chipNum);
    381381\end{prototype}
     
    383383These functions are provided to set the \code{valid} booleans within
    384384an \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}).
     385in.
     386
     387\code{pmFPASelectChip} shall set \code{valid} to \code{true} for the
     388specified chip number (\code{chipNum}), and all other chips shall have
     389\code{valid} set to \code{false}.  In the event that the specified
     390chip number does not exist within the \code{fpa}, the function shall
     391return \code{false}.
     392
     393\code{pmFPAExcludeChip} shall set \code{valid} to \code{false} only
     394for the specified chip number (\code{chipNum}).  In the event that the
     395specified chip number does not exist within the \code{fpa}, the
     396function shall generate a warning, and perform no action.  The
     397function shall return the number of chips within the \code{fpa} that
     398have \code{valid} set to \code{true}.
    394399
    395400\begin{datatype}
Note: See TracChangeset for help on using the changeset viewer.