Changeset 25393
- Timestamp:
- Sep 15, 2009, 3:47:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippconfig/simtest/psphot.config
r25276 r25393 1 1 2 # these options turn on different inputs and/or outputs 2 3 SAVE.BACKMDL BOOL TRUE 3 4 SAVE.BACKGND BOOL TRUE 4 5 SAVE.BACKSUB BOOL TRUE 6 SAVE.RESID BOOL TRUE 5 7 SAVE.PLOTS BOOL TRUE 6 SAVE.RESID BOOL TRUE7 8 SAVE.PSF BOOL TRUE 8 9 LOAD.PSF BOOL FALSE 9 10 10 IMSTATS_NPIX S32 3000 # number of pixels to use for sky estimate boxes: 11 SKY_INNER_RADIUS F32 10 # square annulus for local sky measurement 11 # smaller than gpc1 or default... (test on GPC1...) 12 IMSTATS_NPIX S32 40000 # number of pixels to use for sky estimate boxes: 12 13 13 PSF_MOMENTS_RADIUS F32 7 # calculate initial source moments with this radius 14 # same as ppSim.config? 15 PSF_MODEL STR PS_MODEL_PGAUSS 14 16 15 #PSPHOT_TEST METADATA 16 # SAVE.BACKSUB BOOL FALSE 17 # SAVE.RESID BOOL TRUE 18 #END 19 # 20 #PEAKS_OUTPUT_FILE STR peaks.dat 21 #MOMENTS_OUTPUT_FILE STR moments.dat 17 PEAKS_NSIGMA_LIMIT F32 15.0 # peak significance threshold 18 PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 22 19 23 PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 24 MOMENTS_SN_MIN F32 10.0 # min S/N to measure moments 25 FULL_FIT_SN_LIM F32 100.0 26 EXT_MIN_SN F32 100.0 # fit galaxies above this S/N limit 20 # smaller than gpc1 (12), but larger than default (3) test this 21 PSF_MOMENTS_RADIUS F32 16.0 # calculate initial source moments with this radius 22 MOMENTS_GAUSS_SIGMA F32 4.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv) 23 MOMENTS_SN_MIN F32 10.0 # min S/N to measure moments 24 MOMENTS_MIN_PIXEL_SN F32 0.0 # ---> this should be fixed to 0.0 27 25 26 # do these need to be smaller than the default?? 28 27 MOMENTS_SX_MAX F32 25.0 29 28 MOMENTS_SY_MAX F32 25.0 30 29 31 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold 32 PEAKS_NSIGMA_LIMIT_2 F32 10.0 # peak significance threshold 33 BREAK_POINT STR NONE # limit total processing for now (for speed) 30 # robust vs fitted?? gpc1 uses fitted... robust median gives better background stdev --> test with flat-field photometry 31 SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background 32 SKY_BIAS F32 0.0 # offset applied to measured sky (FOR TESTING) 33 # SKY_STAT STR FITTED_MEAN_V4 # statistic used to measure background 34 34 35 36 SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background 35 # turn off for the moment 36 PSF.RESIDUALS BOOL FALSE # generate the residuals?
Note:
See TracChangeset
for help on using the changeset viewer.
