Changeset 21279 for trunk/psModules/src/camera/pmHDU.h
- Timestamp:
- Feb 3, 2009, 4:39:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.h
r19385 r21279 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 200 8-09-05 08:21:35$6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-02-04 02:39:36 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 85 85 ); 86 86 87 88 /// Read identifiers from FITS header 89 bool pmHDUReadIdentifiers(psS64 *imageId, ///< Image identifer, returned 90 psS64 *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 psS64 imageId, ///< Image identifer 97 psS64 sourceId ///< Source identifier 98 ); 99 87 100 /// @} 88 101 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
