Changeset 10918
- Timestamp:
- Jan 5, 2007, 10:17:21 AM (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
r10447 r10918 62 62 psMemSetDeallocator(file, (psFreeFunc) pmFPAfileFree); 63 63 64 file->phu = NULL;64 file->phu = false; 65 65 file->readout = NULL; 66 66 file->header = NULL; -
trunk/psModules/src/camera/pmFPAfile.h
r10385 r10918 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-12-01 22:16:21 $9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-05 20:17:21 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 65 65 pmFPALevel fileLevel; // what level in the FPA hierarchy represents a unique file? 66 66 pmFPALevel dataLevel; // at what level do we read/write the data segment? 67 pmFPALevel freeLevel; // at what level do we read/write the data segment?67 pmFPALevel freeLevel; // at what level do we free the data segment? 68 68 69 69 pmFPA *fpa; // for I/O files, we carry a pointer to the complete fpa 70 70 psFits *fits; // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle 71 71 72 psMetadata *phu; // pointer (view) to the current phu header72 bool phu; // have we written a PHU for this file? 73 73 psMetadata *header; // pointer (view) to the current hdu header 74 74
Note:
See TracChangeset
for help on using the changeset viewer.
