Changeset 39094 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Nov 9, 2015, 5:55:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r39017 r39094 241 241 242 242 # XXX zp correction should come from DVO 243 detectionThreshold = detectionThreshold + zpImage -2.5 * math.log10(expTime)243 detectionThreshold = detectionThreshold + zpImage + 2.5 * math.log10(expTime) 244 244 245 245 # insert image metadata into table … … 489 489 else: 490 490 sqlLine.group("pltScale", "0.257") 491 sqlLine.group("posAngle", "-999")491 # sqlLine.group("posAngle", "-999") 492 492 sqlLine.group("raErr", "X_PSF_SIG * 0.257") 493 493 sqlLine.group("decErr", "Y_PSF_SIG * 0.257")
Note:
See TracChangeset
for help on using the changeset viewer.
