Changeset 25395
- Timestamp:
- Sep 15, 2009, 3:48:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config
r25276 r25395 3 3 SAVE.RESID BOOL TRUE 4 4 5 IMSTATS_NPIX S32 1000 # number of pixels to use for sky estimate boxes:5 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 6 6 7 PSF_SN_LIM F32 20 # minimum S/N for stars used for PSF model 8 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 7 # robust vs fitted?? gpc1 uses fitted... robust median gives better background stdev --> test with flat-field photometry 8 SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background 9 9 10 10 # PSF model parameters : choose the PSF model … … 12 12 # if you want to list multiple entries, uncomment 'MULTI' here 13 13 # PSF_MODEL MULTI 14 14 15 PSF_MODEL STR PS_MODEL_QGAUSS 15 16 # PSF_MODEL STR PS_MODEL_GAUSS … … 17 18 # PSF_MODEL STR PS_MODEL_TGAUSS ## not well tested, not very successful 18 19 19 MOMENTS_SN_MIN F32 10.0 # min S/N to measure moments 20 EXT_MIN_SN F32 20.0 # fit galaxies above this S/N limit 21 FULL_FIT_SN_LIM F32 20.0 22 AP_MIN_SN F32 25.0 20 PSF_CLUMP_NX S32 1 # subdivide image in to NX x NY regions for 21 PSF_CLUMP_NY S32 3 # selecting PSF stars 23 22 23 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 24 24 USE_FOOTPRINTS BOOL TRUE # use new pmFootprint peak packaging 25 25 26 PEAKS_NSIGMA_LIMIT F32 15.0 # peak significance threshold 27 MOMENTS_SN_MIN F32 10.0 # min S/N to measure moments 28 PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 29 FULL_FIT_SN_LIM F32 20.0 30 EXT_MIN_SN F32 20.0 # fit galaxies above this S/N limit 31 AP_MIN_SN F32 10.0 32 26 33 ## gene's overrides for testing: 27 PEAKS_NSIGMA_LIMIT_2 F32 10.0 # peak significance threshold34 PEAKS_NSIGMA_LIMIT_2 F32 5.0 # peak significance threshold 28 35 29 36 EXT_MODEL STR PS_MODEL_QGAUSS 30 37 31 TEST_FIT BOOL FALSE 32 TEST_FIT_X F32 781 33 TEST_FIT_Y F32 830 38 PSF_MOMENTS_RADIUS F32 7 # calculate initial source moments with this radius 39 MOMENTS_MIN_PIXEL_SN F32 0.0 # XXX caution on this: too high and we will excessively clip 40 MOMENTS_GAUSS_SIGMA F32 2.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv) 34 41 35 TEST_FIT_MODE STR CONV 36 #TEST_FIT_MODE STR PSF 37 #TEST_FIT_MODE STR EXT 38 39 #TEST_FIT_MODEL STR PS_MODEL_SERSIC 40 TEST_FIT_MODEL STR PS_MODEL_QGAUSS 41 TEST_MOMENTS_RADIUS F32 9.0 42 OUTPUT.FORMAT STR PS1_DEV_1 43 44 PSF_MOMENTS_RADIUS F32 7 # calculate initial source moments with this radius 45 MOMENTS_MIN_PIXEL_SN F32 0.0 46 MOMENTS_GAUSS_SIGMA F32 2.0 42 PSPHOT.EXT.NSIGMA.LIMIT F32 3.0 # sources with extNsigma greater that this get tagged as likely extended sources 43 PSPHOT.EXT.NSIGMA.MOMENTS F32 2.0 # sources with extNsigma greater that this get tagged as likely extended sources
Note:
See TracChangeset
for help on using the changeset viewer.
