Changeset 14201
- Timestamp:
- Jul 13, 2007, 5:17:18 PM (19 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.c
r12838 r14201 279 279 tmpCell->file_exists = false; // Not yet identified 280 280 tmpCell->data_exists = false; // Not yet read in 281 tmpCell->wrote_phu = false;282 281 283 282 tmpCell->concepts = psMetadataAlloc(); … … 314 313 tmpChip->file_exists = false; // Not yet identified 315 314 tmpChip->data_exists = false; // Not yet read in 316 tmpChip->wrote_phu = false;317 315 318 316 tmpChip->concepts = psMetadataAlloc(); … … 341 339 tmpFPA->chips = psArrayAlloc(0); 342 340 tmpFPA->hdu = NULL; 343 tmpFPA->wrote_phu = false;344 341 345 342 tmpFPA->concepts = psMetadataAlloc(); -
trunk/psModules/src/camera/pmFPA.h
r12696 r14201 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 3-30 21:12:56$8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-07-14 03:17:18 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 41 41 psArray *chips; ///< The component chips 42 42 pmHDU *hdu; ///< FITS header data unit of interest, or NULL 43 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)44 43 } 45 44 pmFPA; … … 69 68 bool data_exists; ///< Does the data for this chip exist (read case only)? 70 69 pmHDU *hdu; ///< FITS header data unit of interest, 71 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)72 70 } 73 71 pmChip; … … 102 100 bool data_exists; ///< Does the data for this cell exist (read case only)? 103 101 pmHDU *hdu; ///< FITS header data unit of interest 104 bool wrote_phu; ///< Have we written a PHU at this level? (write case only)105 102 } 106 103 pmCell;
Note:
See TracChangeset
for help on using the changeset viewer.
