IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6854


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

Adding row0 to pmReadout for pmReadoutReadNext

Location:
branches/rel10_ifa/psModules/src/astrom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPA.c

    r6743 r6854  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.1.4.6 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-03-31 01:33:07 $
     14*  @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-04-14 03:09:32 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    230230{
    231231    pmReadout *tmpReadout = (pmReadout *) psAlloc(sizeof(pmReadout));
     232    tmpReadout->row0 = 0;
    232233
    233234    tmpReadout->image = NULL;
  • branches/rel10_ifa/psModules/src/astrom/pmFPA.h

    r6804 r6854  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.1.4.6 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-04-06 00:28:28 $
     9*  @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-04-14 03:09:32 $
    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
    131132    psImage *image;                     ///< Imaging area of readout
    132133    psImage *mask;                      ///< Mask of input image
Note: See TracChangeset for help on using the changeset viewer.