IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36346


Ignore:
Timestamp:
Dec 4, 2013, 2:13:31 PM (13 years ago)
Author:
eugene
Message:

updates for new mag-based limits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/ippconfig/recipes/psphot.config

    r36338 r36346  
    189189
    190190# extended source aperture-like measurements
    191 EXTENDED_SOURCE_ANALYSIS            BOOL  FALSE  # perform any of the aperture-like measurements?
     191EXTENDED_SOURCE_PETROSIAN           BOOL  FALSE
     192EXTENDED_SOURCE_RAW_RADIUS          BOOL  FALSE  # use circular (T) or elliptical (F) contours for petrosians?
    192193EXTENDED_SOURCE_SN_LIM              F32   20.0
    193 EXTENDED_SOURCE_RAW_RADIUS          BOOL  FALSE
    194 EXTENDED_SOURCE_PETROSIAN           BOOL  FALSE
    195 EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
    196 EXTENDED_SOURCE_ANNULI              BOOL  FALSE
    197 EXTENDED_SOURCE_KRON                BOOL  FALSE
    198 PETROSIAN_FOR_STARS                 BOOL  FALSE
     194EXT.NSIGMA.LIMIT.USE                BOOL  TRUE
     195EXT.FIT.MIN.GAL.LIMIT               F32   10.0
     196EXT.FIT.MIN.GAL.LIMIT.USE           BOOL  FALSE
    199197
    200198KRON_ITERATIONS                     S32   2
     
    411409END
    412410
     411EXT.ANALYSIS.MAG.LIMITS METADATA
     412    TYPE  DATA FILTER.ID MAG.LIMIT
     413    gband DATA g         20.0           
     414    rband DATA r         20.0           
     415    iband DATA i         20.0           
     416    zband DATA z         20.0           
     417    yband DATA y         20.0           
     418    wband DATA w         20.0           
     419    other DATA any       20.0           
     420END
     421
    413422# if true keep all matched sources, even if we get a non-finite aperture flux measurement
    414423PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     F
     
    640649  # Extended source fit parameters
    641650  # these models are used for high-quality shape analysis after all sources have been removed
     651  SAVE.RESID BOOL T
     652
    642653  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
    643654  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     655  PSF_MODEL                           STR   PS_MODEL_PS1_V1
    644656
    645657  LMM_FIT_CHISQ_CONVERGENCE           BOOL  FALSE           # use the (old) chisq convergence or the new parameter one
    646658  LMM_FIT_GAIN_FACTOR_MODE            S32   2               # there are 3 options to determine the gain factor (0,1,2)
    647659  EXT_FIT_MIN_TOL                     F32   0.1             # Fit tolerance for EXT
     660
     661  # XXX these are only needed if we want to get perfect fits of the synthetic data
     662  PSF_FIT_RADIUS_SCALE         F32   3.75
     663  EXT_FIT_NSIGMA_CONV          F32   11
     664  PSF.RESIDUALS BOOL F
    648665
    649666  # if this is defined, it gives a list of the model names to fit below (ALL or NONE are also valid)
Note: See TracChangeset for help on using the changeset viewer.