IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2008, 4:37:03 PM (18 years ago)
Author:
Paul Price
Message:

Attempting to get image and source identifiers into headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20081216/psModules/src/camera/pmHDU.h

    r19385 r21022  
    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.9.14.1 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-12-17 02:37:03 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3131    psArray *weights;                   ///< The pixel data
    3232    psArray *masks;                     ///< The pixel data
    33 }
    34 pmHDU;
     33} pmHDU;
    3534
    3635
     
    8584    );
    8685
     86
     87
     88/// Read identifiers from FITS header
     89bool 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
     95bool pmHDUWriteIdentifiers(pmHDU *hdu, ///< HDU to which to write
     96                           psU64 imageId, ///< Image identifer
     97                           psU64 sourceId ///< Source identifier
     98                           );
     99
     100
    87101/// @}
    88102#endif
Note: See TracChangeset for help on using the changeset viewer.