IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38800


Ignore:
Timestamp:
Oct 6, 2015, 3:55:38 PM (11 years ago)
Author:
eugene
Message:

sky flux in Jy

File:
1 edited

Legend:

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

    r38794 r38800  
    416416        sqlLine.group("a.FkronFlux",   "a.FkronFlux    * b.zpFactor")
    417417        sqlLine.group("a.FkronFluxErr","a.FkronFluxErr * b.zpFactor")
     418        sqlLine.group("a.Fsky",        "a.Fsky         * b.zpFactor")
     419        sqlLine.group("a.FskyErr",     "a.FskyErr      * b.zpFactor")
    418420
    419421        sql = sqlLine.makeEquals("WHERE a.ippDetectID = b.ippDetectID AND b.imageID = " +str( imageID))
Note: See TracChangeset for help on using the changeset viewer.