Changeset 40208 for trunk/ippToPsps/jython/forcedwarpbatch.py
- Timestamp:
- Nov 16, 2017, 6:57:49 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/forcedwarpbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/forcedwarpbatch.py
r40187 r40208 457 457 self.logger.infoPair("row count of ForcedWarpMeasurement after cull of null objID ", rowCountAfter) 458 458 if rowCountAfter == 0: 459 self.skipBatch = True 460 self.logger.infoPair ("skip this batch", "it is bad") 461 return False 459 if self.haveLensPSF[num] ==0: 460 self.logger.infoPair("skipping this table", "no lenspsf and no dvo, run this:") 461 self.logger.infoPair("update addRun join addProcessedExp using (add_id) set fault = 43 where add_id = ",str(self.number[num])) 462 self.skipBatch = True 463 return False 464 else: 465 self.skipBatch = True 466 self.logger.infoPair ("skip this batch", "it is bad") 467 return False 468 469 462 470 463 471 self.logger.infoPair("Adding 'row' columns to", pspsTableName) … … 766 774 self.haveLensPSF[num] = 0 767 775 self.haveLensing[num] = 0 776 768 777 for table in tables: 769 778 # check for AP_NPIX columns: missing for SAS39
Note:
See TracChangeset
for help on using the changeset viewer.
