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/forcedwarpbatch.py

    r38951 r38954  
    400400        sqlLine.group("FapFlux",           "AP_FLUX / " + expTimeString)
    401401        sqlLine.group("FapFluxErr",        "AP_FLUX_SIG / " + expTimeString)
    402         sqlLine.group("FapFillF",          "AP_NPIX / (3.14159265359 * POW(AP_MAG_RADIUS - 0.5, 2))")
     402        sqlLine.group("FapFillF",          "AP_NPIX / (3.14159265359 * AP_MAG_RADIUS * AP_MAG_RADIUS)")
    403403        sqlLine.group("FapRadius",         "AP_MAG_RADIUS")
    404404        sqlLine.group("FkronFlux",         "KRON_FLUX / " + expTimeString)
Note: See TracChangeset for help on using the changeset viewer.