IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38803 for trunk


Ignore:
Timestamp:
Oct 6, 2015, 4:16:18 PM (11 years ago)
Author:
eugene
Message:

fix typo in varname

File:
1 edited

Legend:

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

    r38802 r38803  
    489489               a.expTime      = b.expTime, \
    490490               a.DinfoFlag3   = b.flags  \
    491                a.psfFlux      = a.psfFlux     * b.zpFactor, \
    492                a.psfFluxErr   = a.psfFluxErr * b.zpFactor, \
     491               a.DpsfFlux     = a.DpsfFlux    * b.zpFactor, \
     492               a.DpsfFluxErr  = a.DpsfFluxErr * b.zpFactor, \
    493493               a.apFlux       = a.apFlux      * b.zpFactor, \
    494494               a.apFluxErr    = a.apFluxErr   * b.zpFactor, \
Note: See TracChangeset for help on using the changeset viewer.