Changeset 40011 for trunk/ippToPsps/jython/forcedwarpbatch.py
- Timestamp:
- Apr 11, 2017, 3:01:23 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/forcedwarpbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/forcedwarpbatch.py
r39566 r40011 424 424 # self.selectDvoObjIDs() 425 425 self.logger.infoPair("inserting dvo info: find imageID", "from externID") 426 imageID = self.scratchDb.getImageIDFromExternID(self.warpSkyFileID[num]) 426 imageID = self.scratchDb.getImageIDFromExternIDandPhotcodeRange(self.warpSkyFileID[num],12000,12500) 427 self.logger.infoPair("I don't like this", "it is hardwired to gpc1") 427 428 self.logger.infoPair("updating", pspsTableName) 428 429 … … 663 664 if not self.populateForcedWarpMeta(num): 664 665 self.logger.infoPair ("failure for ForcedWarpMeta, skipping ", str(num)) 665 continue 666 #continue 667 raise 666 668 self.tablesToExport.append(myTable) 667 669 … … 670 672 if not self.populateForcedWarpMeasurement(num): 671 673 self.logger.infoPair ("skippping ForcedWarpMeasurement", str(num)) 672 continue 674 #continue 675 raise 673 676 self.tablesToExport.append(myTable) 674 677
Note:
See TracChangeset
for help on using the changeset viewer.
