IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 11:47:06 PM (21 years ago)
Author:
Paul Price
Message:

Readouts now contain a subimage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPA.h

    r6062 r6080  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-01-20 02:36:41 $
     9*  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-01-20 09:47:06 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    153153    psImage *mask;                      ///< Mask of input image
    154154    psImage *weight;                    ///< Weight of input image
     155    psList *bias;                       ///< Overscan images
    155156    psMetadata *analysis;               ///< Readout-level analysis metadata
    156157    pmCell *parent;                     ///< Parent cell
     
    261262);
    262263
     264bool pmChipSelectCell(pmChip *chip,
     265                      int cellNum
     266                     );
     267
    263268/**
    264269 *
     
    275280);
    276281
     282int pmChipExcludeCell(pmChip *chip,
     283                      int cellNum
     284                     );
    277285
    278286// Set the weights and masks within a cell, based on the gain and RN
Note: See TracChangeset for help on using the changeset viewer.