Changeset 25656
- Timestamp:
- Sep 29, 2009, 9:27:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippconfig/recipes/psphot.config
r25622 r25656 15 15 16 16 # the zero point is used to set a basic scale for DVO 17 # XXX it may not currently be read : double check this (EAM)18 ZERO_POINT F32 25.000 # zero point used by DVO19 17 ZERO_PT F32 25.000 # zero point used by DVO 20 18 … … 54 52 # parameters to control the selection of the peak in the Sx,Sy plane 55 53 MOMENTS_SCALE F32 0.25 56 MOMENTS_SN_MIN F32 10.0 # min S/N to measure moments54 MOMENTS_SN_MIN F32 0.0 # min S/N to measure moments (default: measure all objects) 57 55 MOMENTS_SX_MAX F32 50.0 58 56 MOMENTS_SY_MAX F32 50.0 59 57 MOMENTS_AR_MAX F32 1.5 # maximum axial ratio: 1 / AR < (sx / sy) < AR 60 MOMENTS_MIN_PIXEL_SN F32 0.0 # XXX caution on this: too high and we will excessively clip 61 MOMENTS_GAUSS_SIGMA F32 4.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv) 58 MOMENTS_GAUSS_SIGMA F32 4.0 # XXX this is now autoscaled 62 59 63 60 # basic object statistics 64 61 SKY_INNER_RADIUS F32 15 # square annulus for local sky measurement 65 62 SKY_OUTER_RADIUS F32 25 # square annulus for local sky measurement 66 PSF_MOMENTS_RADIUS F32 3 # calculate initial source moments with this radius63 PSF_MOMENTS_RADIUS F32 3 # XXX this is now autoscaled 67 64 PSF_SN_LIM F32 50 # minimum S/N for stars used for PSF model 68 65 PSF_MAX_NSTARS S32 200 # limit number of stars used for PSF model … … 84 81 PSF_MODEL STR PS_MODEL_GAUSS 85 82 # PSF_MODEL STR PS_MODEL_PGAUSS 86 # PSF_MODEL STR PS_MODEL_QGAUSS87 # PSF_MODEL STR PS_MODEL_TGAUSS # not well tested, not very successful88 83 89 84 # PSF.TREND.MASK must be a 2D polynomial … … 102 97 PSF.FAKE.ALLOW BOOL FALSE # Allow use of fake PSFs when having trouble? 103 98 104 PSF_FIT_RADIUS F32 15.0 # fitting radius for test PSF model99 PSF_FIT_RADIUS F32 15.0 # XXX this is now autoscaled 105 100 PSF_REF_RADIUS F32 25.0 # aperture magnitudes are scaled via 106 # curve-of-growth to this radius101 # curve-of-growth to this radius 107 102 108 103 PSF_FIT_RADIUS_SCALE F32 7.0 # fitting radius for test PSF model 109 104 PSF_APERTURE_SCALE F32 4.5 # fitting radius for test PSF model 110 111 105 112 106 # PSF-like source model parameters 113 107 PSF_FIT_NSIGMA F32 1.0 # significance for pixel included in fit 114 108 PSF_FIT_PADDING F32 2.0 # extra annulus to use for fit 115 PSF_SHAPE_NSIGMA F32 3.0 # max significance for shape variation116 109 PSF_MIN_SN F32 2.0 # reject objects below this significance 117 PSF_MAX_CHI F32 50.0 # reject objects worse tha tthis110 PSF_MAX_CHI F32 50.0 # reject objects worse than this 118 111 FULL_FIT_SN_LIM F32 50.0 119 112 … … 126 119 PSF.RESIDUALS.STATISTIC STR ROBUST_MEDIAN # statistic to use for generating the residual 127 120 PSF.RESIDUALS.SPATIAL_ORDER S32 0 # fit spatial variations of the residuals at this order (0,1) 128 PSF.RESIDUALS.PIX.SN F32 5.0 # keep this pixel if residual is more significant than this121 PSF.RESIDUALS.PIX.SN F32 0.0 # keep this pixel if residual is more significant than this 129 122 PSF.RESIDUALS.RADIUS F32 8.0 # keep this pixel if residual is more significant than this 130 123 … … 135 128 EXT_FIT_PADDING F32 5 # extra annulus to use for fit 136 129 EXT_MOMENTS_RADIUS F32 31 130 EXT_FIT_MAX_RADIUS F32 128 # non-sensical to fit objects larger than the background mesh 137 131 138 132 EXT_FIT_ITER S32 20 # Maximum number of fitting iterations for EXT … … 187 181 188 182 # APTREND STR NONE, CONSTANT, SKYBIAS, SKYSAT, XY_LIN, SKY_XY_LIN, SKYSAT_XY_LIN, ALL 189 MEASURE.APTREND BOOL FALSE ### Gene says there's bugs in this part183 MEASURE.APTREND BOOL TRUE 190 184 APTREND STR CONSTANT 191 AP_MIN_SN F32 25.0185 AP_MIN_SN F32 0.0 # measure apMags for all sources by default 192 186 APTREND.NSTAR.MIN S32 5 193 187 APTREND.ORDER.MAX S32 5 … … 206 200 207 201 IGNORE_GROWTH BOOL FALSE 208 # CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE # Should the photometric code [currently only ensemblePSF] refuse to weight each pixel by it's significance? 209 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE # Should the photometric code [currently only ensemblePSF] refuse to weight each pixel by it's significance? 202 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE 210 203 INTERPOLATE_AP BOOL TRUE 211 204 … … 219 212 NOISE.SIZE F32 2.0 220 213 221 USE_FOOTPRINTS BOOL F# use new pmFootprint peak packaging214 USE_FOOTPRINTS BOOL TRUE # use new pmFootprint peak packaging 222 215 FOOTPRINT_NPIXMIN S32 5 # Minimum size of a pmFootprint 223 216 FOOTPRINT_NSIGMA_LIMIT F32 20 # threshold for bright pmFootprint detection
Note:
See TracChangeset
for help on using the changeset viewer.
