IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2008, 2:10:08 PM (18 years ago)
Author:
Paul Price
Message:

Adding CHUNK level --- for reading a readout chunk by chunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPALevel.h

    r11253 r16345  
    22 * @brief Defines enum and string representations for the FPA levels
    33 *
    4  * @author Eugene Magnier, MHPCC
     4 * @author Eugene Magnier, IfA
     5 * @author Paul Price, IfA
    56 *
    6  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
    8  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-02-07 00:10:08 $
     9 * Copyright 2005-2008 Institute for Astronomy, University of Hawaii
    910 */
    1011
     
    2122    PM_FPA_LEVEL_CHIP,                  ///< Level corresponds to a Chip
    2223    PM_FPA_LEVEL_CELL,                  ///< Level corresponds to a Cell
    23     PM_FPA_LEVEL_READOUT                ///< Level corresponds to a Readout
     24    PM_FPA_LEVEL_READOUT,               ///< Level corresponds to a Readout
     25    PM_FPA_LEVEL_CHUNK,                 ///< Level corresponds to a chunk
    2426} pmFPALevel;
    2527
Note: See TracChangeset for help on using the changeset viewer.