- Timestamp:
- Dec 16, 2008, 4:37:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20081216/psModules/src/camera/pmHDU.h
r19385 r21022 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $7 * @date $Date: 2008- 09-05 08:21:35$6 * @version $Revision: 1.9.14.1 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-12-17 02:37:03 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 31 31 psArray *weights; ///< The pixel data 32 32 psArray *masks; ///< The pixel data 33 } 34 pmHDU; 33 } pmHDU; 35 34 36 35 … … 85 84 ); 86 85 86 87 88 /// Read identifiers from FITS header 89 bool pmHDUReadIdentifiers(psU64 *imageId, ///< Image identifer, returned 90 psU64 *sourceId, ///< Source identifier, returned 91 const pmHDU *hdu ///< HDU from which to read 92 ); 93 94 /// Write identifiers to FITS header 95 bool pmHDUWriteIdentifiers(pmHDU *hdu, ///< HDU to which to write 96 psU64 imageId, ///< Image identifer 97 psU64 sourceId ///< Source identifier 98 ); 99 100 87 101 /// @} 88 102 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
