IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2005, 5:05:26 PM (21 years ago)
Author:
Paul Price
Message:

Added DB function, changed pmNonLinearityLookup to read a psLookupTable, changed pmMaskBapdPixels input types, added pmFPAWriteMask, changed grow spec for pmMaskBadPixels, added section on Paper Trail

File:
1 edited

Legend:

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

    r4720 r4757  
    108108
    109109A readout is the result of a single read of a cell (or a portion
    110 thereof).  It contains the offset from the lower-left corner of
    111 the chip, in the case that the CCD was windowed, as well as the
    112 binning factors and parity (if the binning value is negative, then
    113 the parity is reversed).  It also contains the pixel data, metadata
    114 containers for the concepts and analysis, and a link to the parent.
     110thereof).  It contains the offset from the lower-left corner of the
     111chip, in the case that the CCD was windowed, as well as the binning
     112factors and parity (if the binning value is negative, then the parity
     113is reversed).  It also contains the pixel data (with corresponding
     114mask), metadata containers for the concepts and analysis, and a link
     115to the parent.
    115116
    116117\begin{verbatim}
     
    123124    // Information
    124125    psImage *image;                    // Imaging area of readout
     126    psImage *mask;                     // Mask for image
    125127    psList *bias;                      // List of bias section (sub-)images
    126128    psMetadata *analysis;              // Readout-level analysis metadata
     
    398400have \code{valid} set to \code{true}.
    399401
    400 \begin{datatype}
    401 typedef enum {
    402     PM_FPA_MORPH_LEFTRIGHT,
    403     PM_FPA_MORPH_IMAGEBIAS
    404 } pmFPAMorphOption;
    405 \end{datatype}
    406 
    407402\begin{prototype}
    408403bool pmFPAMorph(pmFPA *toFPA, pmFPA *fromFPA, bool positionDependent, int chipNum, int cellNum);
     
    439434information with which to write the FITS images.
    440435
     436\begin{prototype}
     437pmFPAWriteMask(psFits *fits, pmFPA *fpa);
     438\end{prototype}
     439
     440\code{pmFPAWriteMask} is very similar to \code{pmFPAWrite}, but it
     441shall write the \code{mask} elements of the \code{pmReadout}s
     442comprinsing the \code{fpa}.
     443
    441444%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    442445
Note: See TracChangeset for help on using the changeset viewer.