IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 5:24:09 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmReadoutWriteNext, which is to be used in concert with pmReadoutReadNext. Updated pmFPAWrite, pmChipWrite, pmCellWrite to optionally not write the pixels (i.e., PHU only), so that an output file should always have a PHU. This necessitated some small changes to the way the 'concepts' are written, in the case that they don't exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmFPA.h

    r6872 r6896  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-04-17 18:01:04 $
     9*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-04-19 03:24:09 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    129129typedef struct
    130130{
    131     int row0;                           ///< Row offset; non-zero if reading in bit by bit
     131    int col0;                           ///< Column offset; non-zero if reading in columns bit by bit
     132    int row0;                           ///< Row offset; non-zero if reading in rows bit by bit
    132133    psImage *image;                     ///< Imaging area of readout
    133134    psImage *mask;                      ///< Mask of input image
Note: See TracChangeset for help on using the changeset viewer.