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/pmFPAWrite.h

    r21022 r21029  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.11.36.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-12-17 02:37:03 $
     6 * @version $Revision: 1.11.36.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 */
     
    171171                      pmChip *chip,     ///< Chip, or NULL
    172172                      pmCell *cell,     ///< Cell, or NULL
    173                       psU64 imageId,    ///< Image identifier
    174                       psU64 sourceId    ///< Source identifier
     173                      psS64 imageId,    ///< Image identifier
     174                      psS64 sourceId    ///< Source identifier
    175175    );
    176176
Note: See TracChangeset for help on using the changeset viewer.