IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2015, 10:02:13 AM (11 years ago)
Author:
eugene
Message:

add ForcedGalaxyShape sersic index and phi; add objflags to dvoDetection; set best detection based on objflags

File:
1 edited

Legend:

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

    r39094 r39110  
    163163            sqlLine.group("a." + filter[1] + "GalMag",          "b.MAG")
    164164            sqlLine.group("a." + filter[1] + "GalMagErr",       "b.MAG_ERR")
     165            sqlLine.group("a." + filter[1] + "GalPhi",          "b.THETA")
     166            sqlLine.group("a." + filter[1] + "GalIndex",        "b.SERSIC_INDEX")
    165167            sqlLine.group("a." + filter[1] + "GalChisq",        "b.CHISQ")
    166168
Note: See TracChangeset for help on using the changeset viewer.