Changeset 38951 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Oct 23, 2015, 9:50:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r38939 r38951 261 261 zpErr = self.getKeyFloat(header, "%.8f", 'ZPT_ERR') 262 262 263 zpImage = self.scratchDb.getImageZeroPoint(stackID) 264 263 265 # XXX zp correction should come from DVO 264 detectionThreshold = detectionThreshold + zp - 2.5 * math.log10(expTime)266 detectionThreshold = detectionThreshold + zpImage - 2.5 * math.log10(expTime) 265 267 266 268 # insert stack metadata into table … … 287 289 # sqlLine.group("psfFwhm_max", fwhm_maj_uq) 288 290 sqlLine.group("astroScat", astroscat) 289 sqlLine.group("photoZero", zp )291 sqlLine.group("photoZero", zpImage) 290 292 sqlLine.group("photoScat", zpErr) 291 293 sqlLine.group("nAstroRef", header['NASTRO'])
Note:
See TracChangeset
for help on using the changeset viewer.
