IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2016, 9:54:33 PM (10 years ago)
Author:
mhuber
Message:

split model/maskedSum cuts again and add config options to fix previous changes hardcoding cuts to same value that excessively skipped photometry in diffims for MOPS...

File:
1 edited

Legend:

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

    r38637 r39818  
    115115PSF_FIT_MIN_VALID_FLUX              F32  -100000000.0     # minimum allow flux for fitted source
    116116PSF_FIT_MAX_VALID_FLUX              F32  +100000000.0     # maximum allow flux for fitted source
     117
     118PSF_FIT_MODEL_SUM_FRAC_CUT          F32   0.85
     119PSF_FIT_MASKED_SUM_FRAC_CUT         F32   0.85
    117120
    118121# the following is used to require a minimum quality of fit before
     
    720723  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
    721724
     725  PSF_FIT_MODEL_SUM_FRAC_CUT        F32  0.5
     726  PSF_FIT_MASKED_SUM_FRAC_CUT       F32  0.5
     727
    722728  # Extended source fit parameters
    723729  # these models are used for high-quality shape analysis after all sources have been removed
Note: See TracChangeset for help on using the changeset viewer.