- Timestamp:
- Aug 4, 2014, 8:47:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py
r37168 r37178 107 107 raise 108 108 109 print "2"110 111 109 imageID = self.scratchDb.getImageIDFromExternID(stackID) 112 110 self.logger.infoPair(filter + " imageID = ", imageID) 113 111 self.imageIDs[filter] = imageID 114 115 print "3"116 112 117 113 # did we find any valid stacks? … … 274 270 sqlLine.group("skyCellID", self.skycell) 275 271 sqlLine.group("photoCalID", photoCalID) 272 sqlLine.group("analysisVer", self.analysisVer)) 276 273 sqlLine.group("expTime", self.getKeyFloat(header, "%.5f", 'EXPTIME')) 277 274 sqlLine.group("psfModelID", psfmodel)
Note:
See TracChangeset
for help on using the changeset viewer.
