Changeset 38764 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Sep 21, 2015, 12:10:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38763 r38764 233 233 sqlLine.group("detrend2", self.getKeyValue(header, 'DETREND.DARK')) 234 234 sqlLine.group("detrend3", self.getKeyValue(header, 'DETREND.FLAT')) 235 # sqlLine.group("detrend4", " ") 236 # sqlLine.group("detrend5", " ") 237 # sqlLine.group("detrend6", " ") 238 # sqlLine.group("detrend7", " ") 235 sqlLine.group("detrend4", self.getKeyValue(header, 'DETREND.FRINGE')) 236 #what happens if it can't find it? 237 sqlLine.group("detrend5", self.getKeyValue(header, 'DETREND.NOISEMAP')) 238 sqlLine.group("detrend6", self.getKeyValue(header, 'DETREND.NONLIN')) 239 sqlLine.group("detrend7", self.getKeyValue(header, 'DETREND.VIDEODARK')) 240 # this needs to be calculated: some combination of PTRN_ROW and PTRN_CON (These are bools) 239 241 # sqlLine.group("detrend8", " ") 242 240 243 sqlLine.group("photoZero", self.getKeyFloat(self.header, "%.8f", 'ZPT_OBS')) 241 244 sqlLine.group("ctype1", self.getKeyValue(header, 'CTYPE1'))
Note:
See TracChangeset
for help on using the changeset viewer.
