- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/ippconfig merged: 33007,33613,33630-33632,33637-33638 /branches/eam_branches/ipp-20120405/ippconfig (added) merged: 33948
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippconfig/recipes/psphot.config
r33415 r34041 38 38 SKY_CLIP_SIGMA F32 2.0 # statistic used to measure background 39 39 SKY_SIG F32 1.0 # optional sky error for 40 SKY_SLOPE_MIN F32 3.0 # exit radial profile loop when abs(slope) is less than this 40 41 41 42 # allowed values for SKY_STAT: … … 57 58 PEAKS_POS2_NSIGMA_LIMIT F32 25.0 # peak signficance threshold for POS2 sources. (ppSub) 58 59 # input pixels contribute less than this fraction of the flux 60 PEAKS_NMAX_TOTAL S32 0 # maximum allowed number of peaks 0 == unlimited 61 59 62 # parameters which adjust the footprint analysis 60 63 USE_FOOTPRINTS BOOL TRUE # use new pmFootprint peak packaging … … 65 68 FOOTPRINT_CULL_NSIGMA_MIN F32 1 # Minimum height of colls in units of skyStdev 66 69 FOOTPRINT_CULL_NSIGMA_PAD F32 0.01 # Fractional Padding for stdev 70 FOOTPRINT_USE_UNSUBTRACTED BOOL TRUE # find footprints without sources subtracted 67 71 68 72 # parameter for the simple deblending … … 159 163 160 164 # this model is used for approximate subtraction in the main object analysis step 161 EXT_MODEL STR PS_MODEL_ SERSIC165 EXT_MODEL STR PS_MODEL_GAUSS 162 166 EXT_FIT_NSIGMA F32 1 # significance for pixel included in fit 163 167 EXT_FIT_PADDING F32 5 # extra annulus to use for fit … … 184 188 EXTENDED_SOURCE_KRON BOOL FALSE 185 189 PETROSIAN_FOR_STARS BOOL FALSE 190 191 KRON_ITERATIONS S32 2 192 KRON_APPLY_WEIGHT BOOL FALSE 193 KRON_APPLY_WINDOW BOOL FALSE 194 KRON_SMOOTH BOOL TRUE # smooth pixels before measuring kron radii 195 KRON_SMOOTH_SIGMA F32 1.7 196 KRON_SMOOTH_NSIGMA S32 2 197 KRON_SB_MIN_FACTOR F32 2 186 198 187 199 # Extended source fit parameters … … 261 273 POISSON.ERRORS.PARAMS BOOL TRUE 262 274 275 # psphotFitSourcesLinear has 3 options for the weighting: CONSTANT, 276 # IMAGE_VAR, MODEL_VA the first of these used to be folded into the 277 # boolean CONSTANT_PHOTOMETRIC_WEIGHTS above. 278 LINEAR_FIT_VARIANCE_MODE STR CONSTANT 279 263 280 PCM_BOX_SIZE S32 8 264 281 … … 348 365 PSPHOT.STACK.MATCH.PSF.SOURCE STR AUTO # which inputs to convolve? (RAW, CNV, AUTO) 349 366 PSPHOT.STACK.TARGET.PSF.AUTO BOOL F # automatically determine target PSF size? 350 PSPHOT.STACK.USE.RAW BOOL F # perform photometry & morphology analysis on the raw image 367 # NOTE: if PSPHOT.STACK.USE.RAW is set to False, KRON.SMOOTH should be 368 # set to false as well in order to get the best MOMENTS_R1 measurement 369 PSPHOT.STACK.USE.RAW BOOL T # perform photometry & morphology analysis on the raw image 370 KRON_SMOOTH BOOL T # smooth before kron radius measurement 351 371 @PSPHOT.STACK.TARGET.PSF.FWHM F32 6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels) 352 372 RADIAL_APERTURES BOOL T # calculate flux in circular radial apertures? … … 359 379 360 380 EXT_FIT_MAX_RADIUS F32 50.0 361 PSF_MODEL STR PS_MODEL_ GAUSS381 PSF_MODEL STR PS_MODEL_PS1_V1 362 382 EXT_MODEL STR PS_MODEL_QGAUSS 383 PEAKS_NMAX_TOTAL S32 50000 # maximum allowed number of peaks - To avoid memory explosion 363 384 END 364 385 … … 439 460 # Extended source fit parameters 440 461 APTEST_V1 METADATA 441 OUTPUT.FORMAT STR PS1_V3442 443 # CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE444 # POISSON.ERRORS.PHOT.LMM BOOL FALSE445 462 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE 446 463 POISSON.ERRORS.PHOT.LMM BOOL TRUE 447 448 PSF_APERTURE_SCALE F32 4.5 449 PSF_REF_RADIUS F32 25 464 SKY_STAT STR FITTED_MEAN 450 465 END 451 466 452 467 # Extended source fit parameters 453 468 APTEST_V2 METADATA 454 OUTPUT.FORMAT STR PS1_V3455 456 # CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE457 # POISSON.ERRORS.PHOT.LMM BOOL FALSE458 469 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE 459 470 POISSON.ERRORS.PHOT.LMM BOOL TRUE 460 461 PSF_APERTURE_SCALE F32 4.5 462 PSF_REF_RADIUS F32 30 471 SKY_STAT STR ROBUST_MEDIAN 463 472 END 464 473 465 474 # Extended source fit parameters 466 475 APTEST_V3 METADATA 467 OUTPUT.FORMAT STR PS1_V3 468 469 # CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE 470 # POISSON.ERRORS.PHOT.LMM BOOL FALSE 471 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE 476 CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE 472 477 POISSON.ERRORS.PHOT.LMM BOOL TRUE 473 474 PSF_APERTURE_SCALE F32 4.5 475 PSF_REF_RADIUS F32 35 478 SKY_STAT STR FITTED_MEAN 476 479 END 477 480
Note:
See TracChangeset
for help on using the changeset viewer.
