IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2008, 10:24:32 AM (18 years ago)
Author:
Paul Price
Message:

CFITSIO only supports signed 64-bit integers, so we'll use that for the image and source identifiers. Current system works: gets IMAGEID and SOURCEID into the header of outputs. Still need to read these on input, and get a mechanism for them to be set to something reasonable.

File:
1 edited

Legend:

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

    r21022 r21029  
    44 * @author Paul Price, IfA
    55 *
    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 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    8787
    8888/// Read identifiers from FITS header
    89 bool pmHDUReadIdentifiers(psU64 *imageId, ///< Image identifer, returned
    90                           psU64 *sourceId, ///< Source identifier, returned
     89bool pmHDUReadIdentifiers(psS64 *imageId, ///< Image identifer, returned
     90                          psS64 *sourceId, ///< Source identifier, returned
    9191                          const pmHDU *hdu ///< HDU from which to read
    9292    );
     
    9494/// Write identifiers to FITS header
    9595bool pmHDUWriteIdentifiers(pmHDU *hdu, ///< HDU to which to write
    96                            psU64 imageId, ///< Image identifer
    97                            psU64 sourceId ///< Source identifier
     96                           psS64 imageId, ///< Image identifer
     97                           psS64 sourceId ///< Source identifier
    9898                           );
    9999
Note: See TracChangeset for help on using the changeset viewer.