Changeset 7589 for trunk/psModules/src/camera/pmFPAview.h
- Timestamp:
- Jun 16, 2006, 3:50:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAview.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAview.h
r7017 r7589 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 5-01 01:55:43 $9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-17 01:50:43 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 20 20 /// @addtogroup AstroImage 21 21 /// @{ 22 23 // depth of interest24 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;31 22 32 23 typedef struct … … 43 34 pmFPAview *pmFPAviewAlloc (int nRows); 44 35 45 // determine the current view depth46 pmFPA depth pmFPAviewDepth(const pmFPAview *view);36 // determine the current view level 37 pmFPALevel pmFPAviewLevel (const pmFPAview *view); 47 38 48 39 // return the currently selected chip for this view
Note:
See TracChangeset
for help on using the changeset viewer.
