- Timestamp:
- Dec 17, 2008, 10:24:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20081216/psModules/src/camera/pmHDU.h
r21022 r21029 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.9.14. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-12-17 02:37:03$6 * @version $Revision: 1.9.14.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-12-17 20:24:32 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 87 87 88 88 /// Read identifiers from FITS header 89 bool pmHDUReadIdentifiers(ps U64 *imageId, ///< Image identifer, returned90 ps U64 *sourceId, ///< Source identifier, returned89 bool pmHDUReadIdentifiers(psS64 *imageId, ///< Image identifer, returned 90 psS64 *sourceId, ///< Source identifier, returned 91 91 const pmHDU *hdu ///< HDU from which to read 92 92 ); … … 94 94 /// Write identifiers to FITS header 95 95 bool pmHDUWriteIdentifiers(pmHDU *hdu, ///< HDU to which to write 96 ps U64 imageId, ///< Image identifer97 ps U64 sourceId ///< Source identifier96 psS64 imageId, ///< Image identifer 97 psS64 sourceId ///< Source identifier 98 98 ); 99 99
Note:
See TracChangeset
for help on using the changeset viewer.
