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

    r38759 r38763  
    279279#        self.scratchDb.updateFilterID("ForcedWarpMeta", self.filterID)
    280280        self.scratchDb.updateFilterID("ForcedWarpMeta_"+forcedWarpID,self.filterName[num][0])
    281         self.scratchDb.updateAllRows("ForcedWarpMeta_"+forcedWarpID, "dataRelease", str(self.skychunk.dataRelease))
     281        self.scratchDb.updateAllRows("ForcedWarpMeta_"+forcedWarpID, "processingVersion", str(self.skychunk.processingVersion))
    282282        #self.tablesToExport.append("ForcedWarpMeta")
    283283       
     
    379379        sqlLine.group("FinfoFlag","FLAGS")
    380380        sqlLine.group("FinfoFlag2","FLAGS2")
    381         sqlLine.group("dataRelease",str(self.skychunk.dataRelease))
     381        sqlLine.group("processingVersion",str(self.skychunk.processingVersion))
    382382
    383383        print "got here too"
     
    393393
    394394
    395         # insert the per-object data (IDs, random stack ID, dataRelease, etc)
     395        # insert the per-object data (IDs, random stack ID, processingVersion, etc)
    396396        #self.selectDvoObjIDs()
    397397        self.logger.infoPair("inserting dvo info: find imageID","from externID")
Note: See TracChangeset for help on using the changeset viewer.