Changeset 29005 for trunk/ippconfig/recipes/psphot.config
- Timestamp:
- Aug 20, 2010, 1:16:02 PM (16 years ago)
- Location:
- trunk/ippconfig/recipes
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot.config (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes
- Property svn:mergeinfo deleted
-
trunk/ippconfig/recipes/psphot.config
r28422 r29005 90 90 91 91 PSF_FIT_ITER S32 50 # Maximum number of fitting iterations for PSF 92 PSF_FIT_TOL F32 0.01 # Fit tolerance for PSF 92 PSF_FIT_MIN_TOL F32 0.01 # Fit tolerance for PSF 93 PSF_FIT_MAX_TOL F32 2.00 # Fit tolerance for PSF 94 95 PSF_FIT_MIN_VALID_FLUX F32 -100000000.0 # minimum allow flux for fitted source 96 PSF_FIT_MAX_VALID_FLUX F32 +100000000.0 # maximum allow flux for fitted source 97 98 # the following is used to require a minimum quality of fit before 99 # stopping based on the tolerance. be careful of using this in 100 # conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with 101 # pooly determined errors 102 PSF_FIT_MAX_CHISQ F32 20.00 # require chisq / DOF to reach this level before giving up 93 103 94 104 # PSF model parameters : choose the PSF model … … 113 123 PSF.FAKE.ALLOW BOOL FALSE # Allow use of fake PSFs when having trouble? 114 124 125 PSF_FIT_RADIUS F32 15.0 # XXX this is now autoscaled 115 126 PSF_REF_RADIUS F32 25.0 # aperture magnitudes are scaled via 116 127 # curve-of-growth to this radius … … 138 149 139 150 # this model is used for approximate subtraction in the main object analysis step 140 EXT_MODEL STR PS_MODEL_ QGAUSS151 EXT_MODEL STR PS_MODEL_SERSIC 141 152 EXT_FIT_NSIGMA F32 1 # significance for pixel included in fit 142 153 EXT_FIT_PADDING F32 5 # extra annulus to use for fit … … 145 156 146 157 EXT_FIT_ITER S32 20 # Maximum number of fitting iterations for EXT 147 EXT_FIT_TOL F32 0.01 # Fit tolerance for EXT 158 EXT_FIT_MIN_TOL F32 0.01 # Fit tolerance for EXT 159 EXT_FIT_MAX_TOL F32 2.00 # Fit tolerance for EXT 160 161 # the following is used to require a minimum quality of fit before 162 # stopping based on the tolerance. be careful of using this in 163 # conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with 164 # pooly determined errors 165 EXT_FIT_MAX_CHISQ F32 20.00 # require chisq / DOF to reach this level before giving up 148 166 149 167 # extended source aperture-like measurements … … 224 242 PCM_BOX_SIZE S32 8 225 243 226 NOISE.FACTOR F32 5.0244 NOISE.FACTOR F32 10.0 227 245 NOISE.SIZE F32 2.0 228 246 … … 343 361 DIFF_STATS BOOL TRUE # Calculate diff-specific stats 344 362 OUTPUT.FORMAT STR PS1_DV1 # Format of output file 345 346 363 END 347 364
Note:
See TracChangeset
for help on using the changeset viewer.
