Changeset 38807
- Timestamp:
- Oct 6, 2015, 5:31:07 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38802 r38807 242 242 sqlLine.group("detrend2", self.getKeyValue(header, 'DETREND.DARK')) 243 243 sqlLine.group("detrend3", self.getKeyValue(header, 'DETREND.FLAT')) 244 sqlLine.group("detrend4", self.getKeyValue(header, 'DETREND.FRINGE'))245 244 #what happens if it can't find it? 245 # CZW: I think this should properly trap the fringe 246 if self.getKeyValue(header, 'DETREND.FRINGE') != "NULL": 247 sqlLine.group("detrend4", self.getKeyValue(header, 'DETREND.FRINGE')) 248 246 249 sqlLine.group("detrend5", self.getKeyValue(header, 'DETREND.NOISEMAP')) 247 250 sqlLine.group("detrend6", self.getKeyValue(header, 'DETREND.NONLIN'))
Note:
See TracChangeset
for help on using the changeset viewer.
