IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 2:07:04 PM (17 years ago)
Author:
eugene
Message:

cleanup and minimize camera-specific recipe options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippconfig/sdss/psphot.config

    r14644 r25727  
    1 
    2 # turn these on to see specific outputs
    3 SAVE.BACKMDL    BOOL    TRUE
    4 #SAVE.BACKGND   BOOL    TRUE
    5 #SAVE.BACKSUB   BOOL    TRUE
    6 #SAVE.RESID     BOOL    TRUE
    7 SAVE.PSF        BOOL    TRUE
    8 SAVE.PLOTS      BOOL    TRUE
    9 
    10 # image statistics parameters
    11 IMSTATS_NPIX        S32  3000            # number of pixels to use for sky estimate boxes:
    12 
    13 PSF_SN_LIM          F32  10              # minimum S/N for stars used for PSF model
    14 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    151
    162PSF_MODEL         STR  PS_MODEL_QGAUSS
    173
    18 MOMENTS_SN_MIN      F32   10.0
    19 #EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    20 #FULL_FIT_SN_LIM      F32  50.0
    21 #AP_MIN_SN            F32  20.0
     4# check:
    225PSF_CLUMP_NSIGMA   F32  2.5             # region of Sx,Sy plane to use for selecting PSF stars
    236
    24 # PSFTREND must be a 2D polynomial
    25 # the specified values are ignored but define the active components of the polynomial
    26 PSF.TREND.MASK  METADATA 
    27    NORDER_X         S32       3                # number of x orders
    28    NORDER_Y         S32       3                # number of y orders
    29    VAL_X00_Y00      F64       1                # polynomial coefficient
    30 
    31    VAL_X01_Y00      F64       1                # polynomial coefficient
    32    VAL_X00_Y01      F64       1                # polynomial coefficient
    33 
    34    VAL_X02_Y00      F64       1                # polynomial coefficient
    35    VAL_X01_Y01      F64       1                # polynomial coefficient
    36    VAL_X00_Y02      F64       1                # polynomial coefficient
    37 
    38    VAL_X03_Y00      F64       1                # polynomial coefficient
    39    VAL_X02_Y01      F64       1                # polynomial coefficient
    40    VAL_X01_Y02      F64       1                # polynomial coefficient
    41    VAL_X00_Y03      F64       1                # polynomial coefficient
    42    NELEMENTS        S32       10               # number of unmasked components
    43 END  # folder for 4D polynomial
    44 
     7# is this needed to mask bad regions?
    458XMIN F32 15
    46 
    47 PSF.RESIDUALS       BOOL true
    48 PSF.RESIDUALS.SPATIAL_ORDER S32 1
    49 
    50 # BREAK_POINT         STR  ENSEMBLE
    51 OUTPUT.FORMAT       STR  PS1_DEV_0
    52 
    53 PSPHOT.SUMMIT METADATA
    54  PEAKS_SMOOTH_SIGMA  F32  0.8            # peak significance threshold
    55  PEAKS_NSIGMA_LIMIT  F32  50.0           # peak significance threshold
    56  PEAKS_NMAX          S32  1000
    57  SAVE.RESID     BOOL    FALSE
    58  PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
    59  MOMENTS_SN_MIN      F32   25.0
    60  PSF_MODEL         STR  PS_MODEL_PGAUSS
    61 END
Note: See TracChangeset for help on using the changeset viewer.