IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2008, 11:39:55 AM (18 years ago)
Author:
eugene
Message:

modifying the readout->ImageScan terms to record this and last scans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/psModules/src/camera/pmFPA.h

    r17911 r18766  
    66 * @author Eugene Magnier, IfA
    77 *
    8  * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-06-05 01:31:33 $
     8 * @version $Revision: 1.22.14.1 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-07-29 21:39:55 $
    1010 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    127127    bool file_exists;                   ///< Does the file for this readout exist (read case only)?
    128128    bool data_exists;                   ///< Does the data for this readout exist (read case only)?
    129     int imageScan, maskScan, weightScan;///< Separate tracking numbers for reading images incrementally
     129    int thisImageScan;                  ///< start scan for next/current read
     130    int lastImageScan;                  ///< start scan of the last read
     131    int thisMaskScan;                   ///< start scan for next/current read
     132    int lastMaskScan;                   ///< start scan of the last read
     133    int thisWeightScan;                 ///< start scan for next/current read
     134    int lastWeightScan;                 ///< start scan of the last read
    130135} pmReadout;
    131136
Note: See TracChangeset for help on using the changeset viewer.