IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25657


Ignore:
Timestamp:
Sep 29, 2009, 9:39:48 AM (17 years ago)
Author:
eugene
Message:

minor reorganization

File:
1 edited

Legend:

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

    r25656 r25657  
    1515
    1616# the zero point is used to set a basic scale for DVO
    17 ZERO_PT                             F32   25.000          # zero point used by DVO
     17ZERO_PT                             F32   25.000          # zero point used by DVO XXX deprecate this
    1818
    1919# these parameter govern how the background is measured
     
    4545PEAKS_SMOOTH_SIGMA                  F32   1.0             # smoothing kernel sigma in pixels
    4646PEAKS_SMOOTH_NSIGMA                 F32   2.0             # smoothing kernel width in sigmas
    47 PEAKS_NSIGMA_LIMIT                  F32   25.0            # peak significance threshold
     47PEAKS_NSIGMA_LIMIT                  F32   20.0            # peak significance threshold
    4848PEAKS_NSIGMA_LIMIT_2                F32   5.0             # peak significance threshold
    49 PEAKS_NMAX                          S32   0               # on first pass, only keep NMAX peaks (0 == all)
    50 PEAKS_MIN_GAUSS                     F32   0.5             # Minimum valid fraction of kernel
     49PEAKS_NMAX                          S32   5000            # on first pass, only keep NMAX peaks (0 == all)
     50PEAKS_MIN_GAUSS                     F32   0.5             # On quick convolution, mask pixels for which the
     51                                                          # input pixels contribute less than this fraction of the flux
     52# parameters which adjust the footprint analysis
     53USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
     54FOOTPRINT_NPIXMIN                   S32   5               # Minimum size of a pmFootprint
     55FOOTPRINT_NSIGMA_LIMIT              F32   20              # threshold for bright pmFootprint detection
     56FOOTPRINT_NSIGMA_LIMIT_2            F32   4               # threshold for faint pmFootprint detection
     57FOOTPRINT_GROW_RADIUS               S32   3               # How much to grow bright footprints
     58FOOTPRINT_GROW_RADIUS_2             S32   5               # How much to grow faint footprints
     59FOOTPRINT_CULL_NSIGMA_DELTA         F32   4               # Cull peaks that aren't nsigma above coll to neighbour
     60FOOTPRINT_CULL_NSIGMA_MIN           F32   1               # Minimum height of colls in units of skyStdev
     61FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
     62
     63# parameter for the simple deblending
     64DEBLEND_PEAK_FRACTION               F32   0.1
     65DEBLEND_SKY_NSIGMA                  F32   10.0
    5166
    5267# parameters to control the selection of the peak in the Sx,Sy plane
     
    176191PETROSIAN_FLUX_RATIO                F32    0.1 # we measure out to where flux = R0 * FLUX_RATIO
    177192
    178 FITMODE                             STR   BLEND 
    179 DEBLEND_PEAK_FRACTION               F32   0.1
    180 DEBLEND_SKY_NSIGMA                  F32   10.0
    181 
    182193# APTREND                           STR   NONE, CONSTANT, SKYBIAS, SKYSAT, XY_LIN, SKY_XY_LIN, SKYSAT_XY_LIN, ALL
    183194MEASURE.APTREND                     BOOL  TRUE
     
    211222NOISE.FACTOR                        F32   5.0
    212223NOISE.SIZE                          F32   2.0
    213 
    214 USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    215 FOOTPRINT_NPIXMIN                   S32   5               # Minimum size of a pmFootprint
    216 FOOTPRINT_NSIGMA_LIMIT              F32   20              # threshold for bright pmFootprint detection
    217 FOOTPRINT_NSIGMA_LIMIT_2            F32   4               # threshold for faint pmFootprint detection
    218 FOOTPRINT_GROW_RADIUS               S32   3               # How much to grow bright footprints
    219 FOOTPRINT_GROW_RADIUS_2             S32   5               # How much to grow faint footprints
    220 FOOTPRINT_CULL_NSIGMA_DELTA         F32   4               # Cull peaks that aren't nsigma above coll to neighbour
    221 FOOTPRINT_CULL_NSIGMA_MIN           F32   1               # Minimum height of colls in units of skyStdev
    222 FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
    223224
    224225# alternate PSPHOT-type recipes
Note: See TracChangeset for help on using the changeset viewer.