Changeset 25623
- Timestamp:
- Sep 27, 2009, 11:21:32 AM (17 years ago)
- Location:
- branches/eam_branches/20090715/ippconfig
- Files:
-
- 4 edited
-
gpc1/psphot.config (modified) (4 diffs)
-
mosaic2/psphot.config (modified) (3 diffs)
-
simtest/camera.config (modified) (1 diff)
-
simtest/psphot.config (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippconfig/gpc1/psphot.config
r24402 r25623 3 3 SAVE.OUTPUT BOOL TRUE 4 4 SAVE.BACKMDL BOOL TRUE 5 SAVE.BACKGND BOOL TRUE 6 SAVE.BACKSUB BOOL TRUE 5 7 SAVE.PSF BOOL TRUE 6 8 SAVE.PLOTS BOOL TRUE 7 8 # for testing:9 # BREAK_POINT STR BACKMDL10 9 11 10 BACKGROUND.XBIN S32 256 # size of background superpixels … … 16 15 SKY_STAT STR FITTED_MEAN_V4 # statistic used to measure background 17 16 SKY_CLIP_SIGMA F32 2.0 # statistic used to measure background 17 18 # soften the errors for bright pixels: 19 SOFTEN.VARIANCE BOOL TRUE 20 SOFTEN.VARIANCE.FRACTION F32 0.005 18 21 19 22 PEAKS_SMOOTH_SIGMA F32 2.5 # smoothing kernel sigma in pixels … … 29 32 PSF_CLUMP_GRID_SCALE F32 2.5 # size of Sx,Sy image pixel 30 33 31 PSF.RESIDUALS BOOL TRUE # generate the residuals? 34 PSF.RESIDUALS BOOL TRUE # generate the residuals? 35 PSF.RESIDUALS.PIX.SN F32 0.0 # keep this pixel if residual is more significant than this 36 PSF.RESIDUALS.RADIUS F32 9.0 # keep this pixel if residual is more significant than this 37 PSF.RESIDUALS.SPATIAL_ORDER S32 1 # fit spatial variations of the residuals at this order (0,1) 38 # PSF.RESIDUALS BOOL FALSE # generate the residuals? 32 39 33 40 # PSF model parameters : choose the PSF model desired … … 38 45 PSF.TREND.NX S32 3 39 46 PSF.TREND.NY S32 3 47 48 PSF_FIT_RADIUS_SCALE F32 7.0 # fitting radius for test PSF model 49 PSF_APERTURE_SCALE F32 4.0 # fitting radius for test PSF model 40 50 41 51 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit -
branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config
r25507 r25623 1 1 2 # turn these on to see specific outputs3 SAVE.RESID BOOL TRUE4 5 2 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 6 3 … … 48 45 49 46 EXTENDED_SOURCE_SN_LIM F32 3.0 50 EXTENDED_SOURCE_ANALYSIS BOOL TRUE # perform any of the aperture-like measurements?51 EXTENDED_SOURCE_PETROSIAN BOOL TRUE47 #EXTENDED_SOURCE_ANALYSIS BOOL TRUE # perform any of the aperture-like measurements? 48 #EXTENDED_SOURCE_PETROSIAN BOOL TRUE 52 49 53 50 PSF.RESIDUALS.NSIGMA F32 3.0 # clip input stack of NSIGMA outliers … … 55 52 PSF.RESIDUALS.PIX.SN F32 0.0 # keep this pixel if residual is more significant than this 56 53 PSF.RESIDUALS.RADIUS F32 8.0 # keep this pixel if residual is more significant than this 54 55 MEASURE.APTREND BOOL TRUE 56 APTREND.ORDER.MAX S32 3 57 58 PSF_FIT_RADIUS F32 9.0 # fitting radius for test PSF model -
branches/eam_branches/20090715/ippconfig/simtest/camera.config
r25022 r25623 64 64 CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT? 65 65 CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT? 66 CMF.DETEFF STR {CHIP.NAME}.deteff 66 67 67 68 PSF.HEAD STR {CHIP.NAME}.hdr -
branches/eam_branches/20090715/ippconfig/simtest/psphot.config
r25393 r25623 4 4 SAVE.BACKGND BOOL TRUE 5 5 SAVE.BACKSUB BOOL TRUE 6 SAVE.RESID BOOL TRUE 6 SAVE.RESID BOOL TRUE 7 7 SAVE.PLOTS BOOL TRUE 8 SAVE.PSF BOOL TRUE 9 LOAD.PSF BOOL FALSE8 SAVE.PSF BOOL TRUE 9 # LOAD.PSF BOOL FALSE 10 10 11 11 # smaller than gpc1 or default... (test on GPC1...) … … 18 18 PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 19 19 20 USE_FOOTPRINTS BOOL T # use new pmFootprint peak packaging 21 FOOTPRINT_NSIGMA_LIMIT F32 14.0 # threshold for bright pmFootprint detection 22 20 23 # smaller than gpc1 (12), but larger than default (3) test this 21 24 PSF_MOMENTS_RADIUS F32 16.0 # calculate initial source moments with this radius 22 25 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 moments26 MOMENTS_SN_MIN F32 1.0 # min S/N to measure moments 24 27 MOMENTS_MIN_PIXEL_SN F32 0.0 # ---> this should be fixed to 0.0 25 28 … … 29 32 30 33 # 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 # SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background 35 # SKY_BIAS F32 -3. # offset applied to measured sky (FOR TESTING) 36 SKY_BIAS F32 0.0 # offset applied to measured sky (FOR TESTING) 37 SKY_STAT STR FITTED_MEAN_V4 # statistic used to measure background 34 38 35 39 # turn off for the moment 36 PSF.RESIDUALS BOOL FALSE # generate the residuals? 40 PSF.RESIDUALS BOOL TRUE # generate the residuals? 41 MEASURE.APTREND BOOL TRUE ### Gene says there's bugs in this part 42 43 IGNORE_GROWTH BOOL TRUE 44 INTERPOLATE_AP BOOL TRUE 45 AP_MIN_SN F32 1.0 46 47 PSF_FIT_RADIUS F32 5.0 # fitting radius for test PSF model
Note:
See TracChangeset
for help on using the changeset viewer.
