IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24067


Ignore:
Timestamp:
May 5, 2009, 1:59:18 AM (17 years ago)
Author:
Sebastian Jester
Message:

Add new psphot.config options to SDSSmosaic configuration

File:
1 edited

Legend:

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

    r20687 r24067  
    1010#SAVE.PLOTS             BOOL    TRUE
    1111
     12# for testing:
     13# BREAK_POINT STR BACKMDL
     14
     15
    1216BACKGROUND.XBIN     S32  256            # size of background superpixels
    1317BACKGROUND.YBIN     S32  256            # size of background superpixels
     
    2024PEAKS_SMOOTH_SIGMA  F32   2.5            # smoothing kernel sigma in pixels
    2125PEAKS_NMAX          S32   5000           # on first pass, only keep NMAX peaks (0 == all)
    22 PEAKS_NSIGMA_LIMIT  F32   25.0            # peak significance threshold
    23 PEAKS_NSIGMA_LIMIT_2 F32  10.0             # peak significance threshold
     26PEAKS_NSIGMA_LIMIT  F32   25.0           # peak significance threshold
     27PEAKS_NSIGMA_LIMIT_2 F32   5.0           # peak significance threshold
    2428
    2529PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
     
    2832PSF_CLUMP_NY        S32   3               # selecting PSF stars
    2933PSF_MOMENTS_RADIUS  F32  12               # calculate initial source moments with this radius
     34PSF_CLUMP_GRID_SCALE F32 2.5            # size of Sx,Sy image pixel
     35
     36PSF.RESIDUALS       BOOL  TRUE            # generate the residuals?
    3037
    3138# PSF model parameters : choose the PSF model desired
    3239PSF_MODEL           STR  PS_MODEL_PS1_V1
     40PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025            # Softening parameter for weights
    3341
    3442# Use same default setting as in 2.6.1 (MAP is now global default)
     
    3745PSF.TREND.NY                        S32   0
    3846
    39 MOMENTS_SN_MIN      F32   30.0
    4047EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    41 FULL_FIT_SN_LIM      F32  50.0
    42 AP_MIN_SN            F32  50.0
     48FULL_FIT_SN_LIM      F32  25.0
     49MOMENTS_SN_MIN      F32    5.0
     50AP_MIN_SN            F32   5.0
    4351
    44 OUTPUT.FORMAT       STR PS1_DEV_1
     52OUTPUT.FORMAT        STR  PS1_V1
    4553
    4654PSF_SHAPE_NSIGMA     F32  3.0            # max significance for shape variation
    4755PSF_MAX_CHI          F32  50.0           # reject objects worse that this
    48 APTREND.ORDER.MAX    S32  1
    4956
    5057MEASURE.APTREND      BOOL TRUE           ### XXX for now, skip this (too many errors)
     58APTREND.ORDER.MAX    S32  3
     59
    5160# BREAK_POINT STR PASS1
    5261
     
    7685 PSF.TREND.NY           S32     0
    7786 MEASURE.APTREND        BOOL  TRUE
     87 APTREND.ORDER.MAX      S32   3 # used to be 1
    7888END
    7989
     
    8393 PSF.TREND.NY           S32     3
    8494 MEASURE.APTREND        BOOL  TRUE
     95 APTREND.ORDER.MAX      S32   3 # used to be 1
    8596END
     97
     98DIFF    METADATA
     99        BACKGROUND.XBIN     S32  32            # size of background superpixels
     100        BACKGROUND.YBIN     S32  32            # size of background superpixels
     101END
Note: See TracChangeset for help on using the changeset viewer.