IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2015, 1:46:52 PM (11 years ago)
Author:
heather
Message:

heather changes

File:
1 edited

Legend:

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

    r38602 r38736  
    102102     
    103103       # set up some defauts
    104        self.calibModNum = 0
    105104       self.totalNumPhotoRef = 0
    106105
     
    180179        self.scratchDb.updateAllRows("FrameMeta", "surveyID", str(self.surveyID))
    181180        self.scratchDb.updateFilterID("FrameMeta", self.filter)
    182         self.scratchDb.updateAllRows("FrameMeta", "calibModNum", str(self.calibModNum))
    183181        self.scratchDb.updateAllRows("FrameMeta", "dataRelease", str(self.skychunk.dataRelease))
    184182
     
    299297
    300298        self.scratchDb.updateFilterID(tableName, self.filter)
    301         self.scratchDb.updateAllRows(tableName, "calibModNum", str(self.calibModNum))
    302299        self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.skychunk.dataRelease))
    303300        if 'NASTRO' in header: self.totalNumPhotoRef = self.totalNumPhotoRef + int(header['NASTRO'])
Note: See TracChangeset for help on using the changeset viewer.