IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2006, 3:50:43 PM (20 years ago)
Author:
magnier
Message:

updates from day when MHPCC CVS was down

File:
1 edited

Legend:

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

    r7017 r7589  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-05-01 01:55:43 $
     9*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-17 01:50:43 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    2020/// @addtogroup AstroImage
    2121/// @{
    22 
    23 // depth of interest
    24 typedef enum {
    25     PM_FPA_DEPTH_NONE,
    26     PM_FPA_DEPTH_FPA,
    27     PM_FPA_DEPTH_CHIP,
    28     PM_FPA_DEPTH_CELL,
    29     PM_FPA_DEPTH_READOUT,
    30 } pmFPAdepth;
    3122
    3223typedef struct
     
    4334pmFPAview *pmFPAviewAlloc (int nRows);
    4435
    45 // determine the current view depth
    46 pmFPAdepth pmFPAviewDepth (const pmFPAview *view);
     36// determine the current view level
     37pmFPALevel pmFPAviewLevel (const pmFPAview *view);
    4738
    4839// return the currently selected chip for this view
Note: See TracChangeset for help on using the changeset viewer.