IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2015, 3:37:32 PM (11 years ago)
Author:
eugene
Message:

fillFactor calculated based on apRadius (not apRadius - 0.5); handle case of image not in dvo db (and zpImage not valid); fix unit conversion for stack momentRH; fix units for model fit phiErr (deg, not radians); apply platescale to model Radius, RadiusErr, as well as petRadius and related

File:
1 edited

Legend:

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

    r38928 r38954  
    321321            sqlLine.group("DapFlux",          "AP_FLUX / " + expTimeString)
    322322            sqlLine.group("DapFluxErr",       "AP_FLUX_SIG / " + expTimeString)
    323 #           sqlLine.group("DapFillF",         "AP_NPIX / (3.14159265359 * POW(AP_MAG_RADIUS - 0.5, 2))")
     323#           sqlLine.group("DapFillF",         "AP_NPIX / (3.14159265359 * AP_MAG_RADIUS * AP_MAG_RADIUS)")
    324324#       sqlLine.group("DapRadius",        "AP_MAG_RADIUS")
    325325        sqlLine.group("DkronFlux",        "KRON_FLUX / " + expTimeString)
Note: See TracChangeset for help on using the changeset viewer.