IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2014, 5:41:24 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r36660 r36830  
    196196EXT.NSIGMA.LIMIT.USE                BOOL  TRUE
    197197
    198 EXT_MODEL_TYPE_FOR_CFF              STR   BEST
     198# Extended Model to use for forced photometry in full force
     199# In addtion to PS_MODEL_SERSIC, PS_MODEL_DEV, and PS_MODEL_EXP  the values BEST and ALL may be selected
     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
     204
     205# if the sersic model is selected, the dev model will also be forced for sources with sersic index above this limit
     206# (Note: this is not used if BEST was selected)
     207EXT_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
    199214
    200215# Limits on extended source fits by galactic coordinates
     
    442457GALAXY_SHAPES_STYLE                 STR   R_MAJ_R_MIN
    443458
     459# new recipe values which set paramter spacing based on signal to noise
     460# DELTA = Q / SN
     461# F_MIN = 1 - NSIGMA * DELTA
     462# F_MAX = 1 + NSIGMA * DELTA
     463GALAXY_SHAPES_Q                     F32   1.5       # these values result in
     464GALAXY_SHAPES_NSIGMA                F32   2.0       # a 5 x 5 grid
     465GALAXY_SHAPES_CLAMP_SN              F32   50.       # with minimum delta .03 pixels
     466
     467# These recipe values are no longer used
    444468GALAXY_SHAPES_FR_MAJOR_MIN          F32   0.8
    445469GALAXY_SHAPES_FR_MAJOR_MAX          F32   1.60
    446 GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.05
     470GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.2
    447471GALAXY_SHAPES_FR_MINOR_MIN          F32   0.8
    448472GALAXY_SHAPES_FR_MINOR_MAX          F32   1.60
    449 GALAXY_SHAPES_FR_MINOR_DEL          F32   0.05
    450 
    451 #GALAXY_SHAPES_FR_MAJOR_MIN          F32   0.85
    452 #GALAXY_SHAPES_FR_MAJOR_MAX          F32   1.15
    453 #GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.05
    454 #GALAXY_SHAPES_FR_MINOR_MIN          F32   0.85
    455 #GALAXY_SHAPES_FR_MINOR_MAX          F32   1.15
    456 #GALAXY_SHAPES_FR_MINOR_DEL          F32   0.05
     473GALAXY_SHAPES_FR_MINOR_DEL          F32   0.2
     474
    457475
    458476# Extended source fit parameters
     
    491509  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
    492510
    493 #  EXT_MODEL_TYPE_FOR_CFF              STR   PS_MODEL_DEV
    494 
    495   SAVE.RESID                          BOOL  TRUE
     511  SAVE.RESID                          BOOL  FALSE
    496512END
    497513
     
    714730    SAVE.PSF                BOOL    FALSE
    715731    SAVE.BACKMDL            BOOL    FALSE
    716     SAVE.RESID              BOOL    TRUE
     732    SAVE.RESID              BOOL    FALSE
    717733    OUTPUT.FORMAT           STR     PS1_SV2
    718734END
Note: See TracChangeset for help on using the changeset viewer.