IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23905


Ignore:
Timestamp:
Apr 17, 2009, 12:46:48 PM (17 years ago)
Author:
eugene
Message:

3x3 map for modeling psf; 3rd order aptrend; reduce S/N limit for apertures and moments

File:
1 edited

Legend:

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

    r21505 r23905  
    55SAVE.PSF        BOOL    TRUE
    66SAVE.PLOTS      BOOL    TRUE
     7
     8# for testing:
     9# BREAK_POINT STR BACKMDL
    710
    811BACKGROUND.XBIN     S32  256            # size of background superpixels
     
    1619PEAKS_SMOOTH_SIGMA  F32   2.5            # smoothing kernel sigma in pixels
    1720PEAKS_NMAX          S32   5000           # on first pass, only keep NMAX peaks (0 == all)
    18 PEAKS_NSIGMA_LIMIT  F32   25.0            # peak significance threshold
    19 PEAKS_NSIGMA_LIMIT_2 F32  10.0             # peak significance threshold
     21PEAKS_NSIGMA_LIMIT  F32   25.0           # peak significance threshold
     22PEAKS_NSIGMA_LIMIT_2 F32   5.0           # peak significance threshold
    2023
    2124PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
     
    3235PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025            # Softening parameter for weights
    3336
    34 PSF.TREND.MODE                      STR   MAP
    35 # PSF.TREND.MODE                      STR   POLY_CHEB
    36 # PSF.TREND.MODE                      STR   POLY_ORD
    37 PSF.TREND.NX                        S32   1
    38 PSF.TREND.NY                        S32   1
     37PSF.TREND.MODE                      STR   MAP # other options: POLY_CHEB, POLY_ORD
     38PSF.TREND.NX                        S32   3
     39PSF.TREND.NY                        S32   3
    3940
    40 MOMENTS_SN_MIN      F32   10.0
    4141EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    42 FULL_FIT_SN_LIM      F32  50.0
    43 AP_MIN_SN            F32  50.0
     42FULL_FIT_SN_LIM      F32  25.0
     43MOMENTS_SN_MIN      F32    5.0
     44AP_MIN_SN            F32   5.0
    4445
    4546OUTPUT.FORMAT        STR  PS1_V1
     
    4849PSF_MAX_CHI          F32  50.0           # reject objects worse that this
    4950
    50 APTREND.ORDER.MAX    S32  1
    51 
    5251MEASURE.APTREND      BOOL TRUE           ### XXX for now, skip this (too many errors)
    53 # BREAK_POINT STR BACKMDL
     52APTREND.ORDER.MAX    S32  3
    5453
    5554DIAGNOSTIC.PLOTS                    METADATA
     
    6160USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    6261
    63 
    6462DIFF    METADATA
    6563        BACKGROUND.XBIN     S32  32            # size of background superpixels
Note: See TracChangeset for help on using the changeset viewer.