IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36757 for trunk/ippconfig


Ignore:
Timestamp:
May 21, 2014, 9:37:09 AM (12 years ago)
Author:
bills
Message:

Changes to full force galaxy shapes analysis

  • Put parameters for all extended models into cff file
  • in psphotFullForce select models to force and those to skip
  • skip sources that are very likely to be stars
  • clean up a few "hacky" pieces of the implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/psphot.config

    r36753 r36757  
    198198# Extended Model to use for forced photometry in full force
    199199# In addtion to PS_MODEL_SERSIC, PS_MODEL_DEV, and PS_MODEL_EXP  the values BEST and ALL may be selected
    200 EXT_MODEL_TYPE_FOR_CFF              STR   PS_MODEL_SERSIC
     200# This specifies what gets saved in cff file output by psastro
     201EXT_MODEL_TYPE_FOR_CFF              STR   ALL
     202# this model is forced
     203EXT_MODEL_TYPE_FORCE                STR   PS_MODEL_SERSIC
    201204
    202205# if the sersic model is selected, the dev model will also be forced for sources with sersic index above this limit
    203206# (Note: this is not used if BEST was selected)
    204207EXT_MODEL_FORCE_DEV_SERSIC_MIN      F32   3.0
     208
     209# to avoid forcing extended models for likely stars
     210# only force sources with kron mag - psf mag less than this value ...
     211EXT_MODEL_FORCE_MAGDIFF_MAX         F32   0.0
     212# ... unless SN is less than this value
     213EXT_MODEL_FORCE_CUT_SN_MIN          F32   10.0
    205214
    206215# Limits on extended source fits by galactic coordinates
Note: See TracChangeset for help on using the changeset viewer.