IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2009, 4:39:36 PM (17 years ago)
Author:
Paul Price
Message:

Moving in some stuff from pap_branch_20081216 to set the image and source identifiers in FITS files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDU.h

    r19385 r21279  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-09-05 08:21:35 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2009-02-04 02:39:36 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    8585    );
    8686
     87
     88/// Read identifiers from FITS header
     89bool 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
     95bool pmHDUWriteIdentifiers(pmHDU *hdu, ///< HDU to which to write
     96                           psS64 imageId, ///< Image identifer
     97                           psS64 sourceId ///< Source identifier
     98                           );
     99
    87100/// @}
    88101#endif
Note: See TracChangeset for help on using the changeset viewer.