IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2008, 9:01:46 AM (18 years ago)
Author:
Paul Price
Message:

Writing a number as float instead of int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionIO.c

    r19532 r19535  
    164164        psMetadataAddF32(row, PS_LIST_TAIL, NAME_MEAN,  0, "Mean of chi^2 from stamps", kernel->mean);
    165165        psMetadataAddF32(row, PS_LIST_TAIL, NAME_RMS,  0, "RMS of chi^2 from stamps", kernel->rms);
    166         psMetadataAddF32(row, PS_LIST_TAIL, NAME_NUMSTAMPS,  0, "Number of good stamps", kernel->numStamps);
     166        psMetadataAddS32(row, PS_LIST_TAIL, NAME_NUMSTAMPS,  0, "Number of good stamps", kernel->numStamps);
    167167    }
    168168    psFree(regions);
     
    173173    // CVS tags, used to identify the version of this file (in case incompatibilities are introduced)
    174174    psString cvsFile = psStringCopy("$RCSfile: pmSubtractionIO.c,v $");
    175     psString cvsRev  = psStringCopy("$Revision: 1.4 $");
    176     psString cvsDate = psStringCopy("$Date: 2008-09-12 04:12:42 $");
     175    psString cvsRev  = psStringCopy("$Revision: 1.5 $");
     176    psString cvsDate = psStringCopy("$Date: 2008-09-12 19:01:46 $");
    177177    psStringSubstitute(&cvsFile, NULL, "RCSfile: ");
    178178    psStringSubstitute(&cvsRev,  NULL, "Revision: ");
Note: See TracChangeset for help on using the changeset viewer.