- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippconfig/mosaic2/psphot.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/ippconfig/mosaic2/psphot.config
r19864 r25766 1 1 2 # turn these on to see specific outputs 3 SAVE.RESID BOOL TRUE 2 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 4 3 5 IMSTATS_NPIX S32 1000 # number of pixels to use for sky estimate boxes: 4 # robust vs fitted?? gpc1 uses fitted... robust median gives better background stdev --> test with flat-field photometry 5 SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background 6 6 7 PSF_ SN_LIM F32 20 # minimum S/N for stars used for PSF model8 PSF_MAX_NSTARS S32 300# limit number of stars used for PSF model7 PSF_MODEL STR PS_MODEL_QGAUSS 8 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 9 9 10 # PSF model parameters : choose the PSF model 11 # list as many PSF_MODEL options as desired 12 # if you want to list multiple entries, uncomment 'MULTI' here 13 # PSF_MODEL MULTI 14 PSF_MODEL STR PS_MODEL_QGAUSS 15 # PSF_MODEL STR PS_MODEL_GAUSS 16 # PSF_MODEL STR PS_MODEL_PGAUSS 17 # PSF_MODEL STR PS_MODEL_TGAUSS ## not well tested, not very successful 10 # Mosaic 2 has substantial IQ variations in the y-direction 11 PSF_CLUMP_NX S32 1 # subdivide image in to NX x NY regions for 12 PSF_CLUMP_NY S32 3 # selecting PSF stars 18 13 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 14 # Mosaic 2 has substantial IQ variations in the y-direction 15 PSF.TREND.NX S32 1 16 PSF.TREND.NY S32 3 23 17 24 USE_FOOTPRINTS BOOL TRUE # use new pmFootprint peak packaging 18 PEAKS_NSIGMA_LIMIT F32 15.0 # peak significance threshold 19 FOOTPRINT_NSIGMA_LIMIT F32 14.0 # threshold for bright pmFootprint detection 25 20 26 ## gene's overrides for testing: 27 PEAKS_NSIGMA_LIMIT_2 F32 10.0 # peak significance threshold 21 PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 22 FULL_FIT_SN_LIM F32 10.0 23 EXT_MIN_SN F32 10.0 # fit galaxies above this S/N limit 28 24 29 EXT_MODEL STRPS_MODEL_QGAUSS25 EXT_MODEL STR PS_MODEL_QGAUSS 30 26 31 TEST_FIT BOOL FALSE 32 TEST_FIT_X F32 781 33 TEST_FIT_Y F32 830 27 EXTENDED_SOURCE_SN_LIM F32 3.0 28 #EXTENDED_SOURCE_ANALYSIS BOOL TRUE # perform any of the aperture-like measurements? 29 #EXTENDED_SOURCE_PETROSIAN BOOL TRUE 34 30 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 31 # 3 to match PSF and Moments 2D variations 32 APTREND.ORDER.MAX S32 3
Note:
See TracChangeset
for help on using the changeset viewer.
