Changeset 14202
- Timestamp:
- Jul 13, 2007, 5:17:44 PM (19 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAfile.c (modified) (1 diff)
-
pmFPAfile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r14019 r14202 54 54 psMemSetDeallocator(file, (psFreeFunc) pmFPAfileFree); 55 55 56 file-> phu = false;56 file->wrote_phu = false; 57 57 file->readout = NULL; 58 58 file->header = NULL; -
trunk/psModules/src/camera/pmFPAfile.h
r13810 r14202 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 6-14 02:03:29$6 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-14 03:17:44 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 65 65 psFits *fits; // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle 66 66 67 bool phu;// have we written a PHU for this file?67 bool wrote_phu; // have we written a PHU for this file? 68 68 psMetadata *header; // pointer (view) to the current hdu header 69 69
Note:
See TracChangeset
for help on using the changeset viewer.
