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/diffbatch.py

    r38954 r38956  
    7373       self.skycellName = {}
    7474       self.analysisVer = {}
     75       self.md5sum = {}
    7576       self.expTime = {}
    7677       self.obsTime = {}
     
    149150               self.skycellID[num] = -1
    150151
     152           ## MEH md5sum test
     153           self.md5sum[num] = self.fits[num].getMd5sum()
    151154
    152155       # drop the existing tables   
     
    219222        sqlLine.group("photoCalID",            self.photoCalID[num]);
    220223        sqlLine.group("analysisVer",           str(self.analysisVer[num]));
     224        sqlLine.group("md5sum",                str(self.md5sum[num]))
    221225        sqlLine.group("expTime",               self.expTime[num]);
    222226        sqlLine.group("ctype1",                self.getKeyValue(self.header[num], 'CTYPE1'));
Note: See TracChangeset for help on using the changeset viewer.