IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2008, 10:24:32 AM (17 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/pmFPAfile.h

    r21022 r21029  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.33.14.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-12-17 02:37:03 $
     6 * @version $Revision: 1.33.14.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-12-17 20:24:32 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    107107    psString formatName;                // name of the camera format
    108108
    109     psU64 imageId, sourceId;            // Image and source identifiers
     109    psS64 imageId, sourceId;            // Image and source identifiers
    110110} pmFPAfile;
    111111
Note: See TracChangeset for help on using the changeset viewer.