IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2015, 6:06:25 PM (11 years ago)
Author:
mhuber
Message:

adding md5sum for frame,stack,diff,forcedwarpMeta (was working for frame+stack)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/stackbatch.py

    r38954 r38956  
    6363       self.fits = {}
    6464       self.headerSet = {}
     65       self.md5sum = {}
    6566
    6667       # we have two sets of imageIDs here:
     
    112113           self.logger.infoPair(filter + " imageID = ", imageID)       
    113114           self.imageIDs[filter] = imageID
     115
     116           ## MEH -- md5sum test
     117           self.md5sum[filter] = self.fits[filter].getMd5sum()
    114118
    115119       # did we find any valid stacks?
     
    281285        sqlLine.group("photoCalID",         photoCalID)
    282286        sqlLine.group("analysisVer",        str(self.analysisVer))
     287        sqlLine.group("md5sum",             str(self.md5sum[filter]))
    283288        sqlLine.group("detectionThreshold", detectionThreshold)
    284289        sqlLine.group("expTime",            self.getKeyFloat(header, "%.5f", 'EXPTIME')) 
Note: See TracChangeset for help on using the changeset viewer.