Changeset 12376 for trunk/ippconfig/ucam/psphot.config
- Timestamp:
- Mar 8, 2007, 9:28:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/ucam/psphot.config (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/ucam/psphot.config
r8825 r12376 1 1 2 # turn these on to see specific outputs 2 3 #SAVE.BACKMDL BOOL TRUE 3 4 #SAVE.BACKGND BOOL TRUE 4 5 #SAVE.BACKSUB BOOL TRUE 5 #SAVE.RESID BOOL TRUE6 SAVE.RESID BOOL TRUE 6 7 #SAVE.PSF BOOL TRUE 7 8 #LOAD.PSF BOOL FALSE 8 9 9 # image noise parameters10 RDNOISE STR HD:RDNOISE # read-noise in electrons11 GAIN STR HD:GAIN # electrons / DN12 ZERO_POINT F32 25.000 # zero point used by DVO13 14 # background model :15 BACKGROUND.XBIN S32 12816 BACKGROUND.YBIN S32 12817 18 # masking parameters19 XMIN F32 2 # minimum valid x-coord20 XMAX F32 -2 # maximum valid x-coord21 YMIN F32 2 # minimum valid y-coord22 YMAX F32 -2 # maximum valid y-coord23 SATURATION F32 50000 # saturation level on this chip24 MIN_VALID_PIXEL F32 1 # saturation level on this chip25 26 # image statistics parameters27 10 IMSTATS_NPIX S32 1000 # number of pixels to use for sky estimate boxes: 28 11 29 # peak finding30 PEAKS_SMOOTH_SIGMA F32 1.0 # smoothing kernel sigma in pixels31 PEAKS_SMOOTH_NSIGMA F32 3.0 # smoothing kernel width in sigmas32 # PEAKS_NSIGMA_LIMIT F32 10.0 # peak significance threshold33 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold34 35 # basic object statistics36 SKY_INNER_RADIUS F32 15 # square annulus for local sky measurement37 SKY_OUTER_RADIUS F32 25 # square annulus for local sky measurement38 PSF_MOMENTS_RADIUS F32 3 # calculate initial source moments with this radius39 12 PSF_SN_LIM F32 100 # minimum S/N for stars used for PSF model 40 13 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model … … 42 15 # PSF model parameters : choose the PSF model 43 16 # list as many PSF_MODEL options as desired 17 # if you want to list multiple entries, uncomment 'MULTI' here 44 18 # PSF_MODEL MULTI 45 19 PSF_MODEL STR PS_MODEL_QGAUSS … … 48 22 # PSF_MODEL STR PS_MODEL_TGAUSS ## not well tested, not very successful 49 23 50 MOMENTS_SCALE F32 0.1 51 MOMENTS_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 24 MOMENTS_SN_MIN F32 20.0 # min S/N to measure moments 68 25 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 69 EXT_FIT_NSIGMA F32 1 # significance for pixel included in fit70 EXT_FIT_PADDING F32 5 # extra annulus to use for fit71 EXT_MOMENTS_RADIUS F32 972 73 FITMODE STR BLEND74 DEBLEND_PEAK_FRACTION F32 0.175 DEBLEND_SKY_NSIGMA F32 10.076 77 APTREND STR SKYSAT78 26 FULL_FIT_SN_LIM F32 50.0 79 AP_MIN_SN F32 50.0 80 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] 27 AP_MIN_SN F32 25.0
Note:
See TracChangeset
for help on using the changeset viewer.
