IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2015, 5:55:53 PM (11 years ago)
Author:
eugene
Message:

2.5log(exptime) should be added, not subtracted, from deteff; fix the assignment of skycell/projection/tess ID in diff and forcedwarp; get zpImage from header for Diffs (dvo does NOT calculate); apply platescale to GalShape sizes; remove StackDetectRowID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/detectionbatch.py

    r39017 r39094  
    241241
    242242        # 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)
    244244       
    245245        # insert image metadata into table
     
    489489        else:
    490490            sqlLine.group("pltScale",     "0.257")                                     
    491             sqlLine.group("posAngle",     "-999")                                     
     491            # sqlLine.group("posAngle",     "-999")                                     
    492492            sqlLine.group("raErr",        "X_PSF_SIG * 0.257")
    493493            sqlLine.group("decErr",       "Y_PSF_SIG * 0.257")
Note: See TracChangeset for help on using the changeset viewer.