IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2015, 11:54:38 AM (11 years ago)
Author:
heather
Message:

various changes, mostly related to changing dataRelease to processingVersion

File:
1 edited

Legend:

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

    r38761 r38763  
    185185       
    186186
    187        self.dataRelease = skychunk.dataRelease;
     187       self.processingVersion = skychunk.processingVersion;
    188188       
    189189
     
    236236        self.scratchDb.updateAllRows("DiffMeta_"+str(num), "surveyID", str(self.surveyID))
    237237        self.scratchDb.updateFilterID("DiffMeta_"+str(num), self.filterName[num][0])
    238         self.scratchDb.updateAllRows("DiffMeta_"+str(num), "dataRelease", str(self.skychunk.dataRelease))
     238        self.scratchDb.updateAllRows("DiffMeta_"+str(num), "processingVersion", str(self.skychunk.processingVersion))
    239239        self.logger.infoPair("DiffMeta_"+str(num),"done")
    240240
     
    339339        sqlLine.group("DinfoFlag",        "FLAGS")                         
    340340        sqlLine.group("DinfoFlag2",       "FLAGS2")                         
    341         sqlLine.group("dataRelease",     str(self.skychunk.dataRelease))                 
     341        sqlLine.group("processingVersion",     str(self.skychunk.processingVersion))                 
    342342
    343343        sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName)
Note: See TracChangeset for help on using the changeset viewer.