Changeset 6559 for branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
- Timestamp:
- Mar 8, 2006, 5:24:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
r6521 r6559 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-03-0 5 23:34:35$9 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-03-09 03:24:49 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 15 15 #ifndef PM_FPA_VIEW_H 16 16 #define PM_FPA_VIEW_H 17 #if HAVE_CONFIG_H18 #include <config.h>19 #endif20 #include "pslib.h"21 #include "pmFPA.h"22 17 23 18 /// @addtogroup AstroImage … … 36 31 { 37 32 pmFPA *fpa; 38 psMetadata IO;39 psMetadata camera;33 psMetadata *IO; 34 psMetadata *camera; 40 35 int chip; 41 36 int cell; … … 68 63 69 64 // advance view to the next readout 70 pm Cell*pmFPAviewNextReadout (pmFPAview *view, int nStep);65 pmReadout *pmFPAviewNextReadout (pmFPAview *view, int nStep); 71 66 72 67 // return the HDU corresponding to the current view … … 78 73 // read an image into the current view 79 74 bool pmFPAviewReadFitsImage (pmFPAview *view, psFits *fits); 75 76 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
