Changeset 15180 for trunk/psModules/src/camera/pmFPAfile.h
- Timestamp:
- Oct 3, 2007, 11:32:43 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.h
r14889 r15180 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007- 09-19 21:37:58$6 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-03 21:32:43 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 51 51 } pmFPAfileState; 52 52 53 typedef struct 54 { 53 typedef struct { 55 54 pmFPAfileMode mode; // is this file read, written, or only used internally? 56 55 pmFPAfileType type; // what type of data is read from / written to disk? … … 63 62 64 63 pmFPA *fpa; // for I/O files, we carry a pointer to the complete fpa 65 psFits *fits; // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle 64 psFits *fits; // for I/O files of fits type (IMAGE, CMP, CMF) we carry a file handle 65 psFitsCompression *compression; // Compression for FITS images 66 int bitpix; // Bits per pixel for output 66 67 67 68 bool wrote_phu; // have we written a PHU for this file? … … 93 94 psMetadata *format; // Camera format 94 95 psString formatName; // name of the camera format 95 } 96 pmFPAfile; 96 } pmFPAfile; 97 97 98 98 // allocate an empty pmFPAfile structure
Note:
See TracChangeset
for help on using the changeset viewer.
