Changeset 32285 for trunk/ippToPsps
- Timestamp:
- Sep 1, 2011, 11:15:10 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r32210 r32285 456 456 457 457 # now delete bad flux and bad chip positions 458 sql="DELETE FROM " + pspsTableName + " WHERE instFlux < 0.0000001" # TODO clearly a hack = 0 not allowed for instFlux 459 self.scratchDb.execute(sql) 460 458 461 results['NULLINSTFLUX'] = self.scratchDb.reportAndDeleteRowsWithNULLS(pspsTableName, "instFlux") 459 462 results['NULLPEAKADU'] = self.scratchDb.reportAndDeleteRowsWithNULLS(pspsTableName, "peakADU")
Note:
See TracChangeset
for help on using the changeset viewer.
