IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 9:28:54 PM (19 years ago)
Author:
eugene
Message:

minimize duplicated psphot.config entries

File:
1 edited

Legend:

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

    r7532 r12376  
    77#LOAD.PSF       BOOL    FALSE
    88
    9 # image noise parameters
    10 RDNOISE             STR  HD:RDNOISE      # read-noise in electrons
    11 GAIN                STR  HD:GAIN         # electrons / DN
    12 ZERO_POINT          F32  25.000          # zero point used by DVO
    13 
    14 # background model :
    15 BACKGROUND.XBIN     S32   128
    16 BACKGROUND.YBIN     S32   128
    17 
    189# masking parameters
    1910XMIN                F32   2              # minimum valid x-coord
     
    2112YMIN                F32   2              # minimum valid y-coord
    2213YMAX                F32   -2             # maximum valid y-coord
    23 SATURATION          F32  50000           # saturation level on this chip
    24 MIN_VALID_PIXEL     F32      1           # saturation level on this chip
    2514
    2615# image statistics parameters
    2716IMSTATS_NPIX        S32  1000            # number of pixels to use for sky estimate boxes:
    2817
    29 # peak finding
    30 PEAKS_SMOOTH_SIGMA  F32  1.0             # smoothing kernel sigma in pixels
    31 PEAKS_SMOOTH_NSIGMA F32  3.0             # smoothing kernel width in sigmas
    32 # PEAKS_NSIGMA_LIMIT  F32  10.0                  # peak significance threshold
    33 PEAKS_NSIGMA_LIMIT  F32  25.0            # peak significance threshold
    34 
    35 # basic object statistics
    36 SKY_INNER_RADIUS    F32  15              # square annulus for local sky measurement
    37 SKY_OUTER_RADIUS    F32  25              # square annulus for local sky measurement
    38 PSF_MOMENTS_RADIUS  F32  3               # calculate initial source moments with this radius
    3918PSF_SN_LIM          F32  100             # minimum S/N for stars used for PSF model
    4019PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
     
    4221# PSF model parameters : choose the PSF model
    4322# list as many PSF_MODEL options as desired
     23# if you want to list multiple entries, uncomment 'MULTI' here
    4424# PSF_MODEL           MULTI
    4525PSF_MODEL           STR  PS_MODEL_QGAUSS
     
    4828# PSF_MODEL           STR  PS_MODEL_TGAUSS  ## not well tested, not very successful
    4929
    50 MOMENTS_SCALE       F32   0.1
    5130MOMENTS_SN_MIN      F32   30.0
    52 MOMENTS_SX_MAX      F32   3.0
    53 MOMENTS_SY_MAX      F32   3.0
    54 MOMENTS_AR_MAX      F32   1.5            # maximum axial ratio: 1 / AR < (sx / sy) < AR
    55 
    56 PSF_FIT_RADIUS      F32  15.0            # fitting radius for test PSF model
    57 PSF_REF_RADIUS      F32  25.0            # aperture magnitudes are scaled via
    58 
    59 # PSF-like source model parameters
    60 PSF_FIT_NSIGMA       F32  1.0            # significance for pixel included in fit
    61 PSF_FIT_PADDING      F32  5.0            # extra annulus to use for fit
    62 PSF_SHAPE_NSIGMA     F32  3.0            # max significance for shape variation
    63 PSF_MIN_SN           F32  2.0            # reject objects below this significance
    64 PSF_MAX_CHI          F32  50.0           # reject objects worse that this
    65 
    66 # EXTended source model parameters
    67 EXT_MODEL            STR  PS_MODEL_PGAUSS
    6831EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    69 EXT_FIT_NSIGMA       F32  1              # significance for pixel included in fit
    70 EXT_FIT_PADDING      F32  5              # extra annulus to use for fit
    71 EXT_MOMENTS_RADIUS   F32  9
    72 
    73 FITMODE              STR  BLEND
    74 DEBLEND_PEAK_FRACTION   F32 0.1
    75 DEBLEND_SKY_NSIGMA      F32 10.0
    76 
    77 APTREND              STR SKYSAT
    7832FULL_FIT_SN_LIM      F32  50.0
    7933AP_MIN_SN            F32  50.0
    8034
    81 # BREAK_POINT STR PEAKS
    82 # PEAKS_OUTPUT_FILE STR peaks.dat
    83 # MOMENTS_OUTPUT_FILE STR moments.dat
    84 # ANALYSIS_REGION     STR  [1000:1600,2800:3400]
Note: See TracChangeset for help on using the changeset viewer.