IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2015, 5:14:13 PM (11 years ago)
Author:
watersc1
Message:

Move DpsfFlux, DpsfFluxErr out of an else block, as I believe that was preventing population.

File:
1 edited

Legend:

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

    r39097 r39100  
    353353                sqlLine.group("raErr",           "X_PSF_SIG * 0.25")
    354354                sqlLine.group("decErr",          "Y_PSF_SIG * 0.25")
    355                 sqlLine.group("DpsfFlux",         "PSF_INST_FLUX / " + expTimeString + " * " + fluxScaleStr)
    356                 sqlLine.group("DpsfFluxErr",      "PSF_INST_FLUX_SIG / " + expTimeString)
     355
     356            sqlLine.group("DpsfFlux",         "PSF_INST_FLUX / " + expTimeString + " * " + fluxScaleStr)
     357            sqlLine.group("DpsfFluxErr",      "PSF_INST_FLUX_SIG / " + expTimeString)
    357358               
    358359            if self.havePsfFwhm[num]:
Note: See TracChangeset for help on using the changeset viewer.