IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39570 for trunk


Ignore:
Timestamp:
May 11, 2016, 2:13:34 PM (10 years ago)
Author:
watersc1
Message:

Change to Sersic index. Instead of using EXT_PAR_07, use 1 / (2.0 * EXT_PAR_07), consistent with the change in forced galaxy.

File:
1 edited

Legend:

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

    r39544 r39570  
    733733        # sersic fit has an extra parameter
    734734        if (ippModelType == "PS_MODEL_SERSIC"):
    735             sqlLine.group("a." + filter + model + "Nu",    "b.EXT_PAR_07")
     735            sqlLine.group("a." + filter + model + "Nu",    "1 / (2.0 * b.EXT_PAR_07)")
    736736            sqlLine.group("a." + filter + model + "NuErr", "'0.1'") # this is not measured at the moment
    737737
Note: See TracChangeset for help on using the changeset viewer.