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.c

    r6872 r6896  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-04-17 18:01:04 $
     14*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-04-19 03:24:09 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    231231    pmReadout *tmpReadout = (pmReadout *) psAlloc(sizeof(pmReadout));
    232232    tmpReadout->row0 = 0;
     233    tmpReadout->col0 = 0;
    233234
    234235    tmpReadout->image = NULL;
Note: See TracChangeset for help on using the changeset viewer.