- Timestamp:
- Jul 31, 2012, 11:52:36 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627
-
branches/eam_branches/ipp-20120627/ippconfig
- Property svn:mergeinfo changed
/trunk/ippconfig merged: 34137,34147-34148,34161,34163,34202,34212-34214,34226,34233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120627/ippconfig/recipes/psphot.config
r34193 r34248 69 69 FOOTPRINT_CULL_NSIGMA_PAD F32 0.01 # Fractional Padding for stdev 70 70 FOOTPRINT_USE_UNSUBTRACTED BOOL TRUE # find footprints without sources subtracted 71 FOOTPRINT_SET_NANS_TO_ZERO BOOL FALSE # set nan pixels in smoothed image to zero when culling peaks 71 72 72 73 # parameter for the simple deblending … … 233 234 @RADIAL.ANNULAR.BINS.UPPER F32 0.96 2.72 4.16 7.04 12.0 18.56 29.76 45.68 72.80 112.80 176.88 # perl parser fails without a comment ticket #1476 still? 234 235 236 # In very dense fields it doesn't make sense to measure out to large radial apertures. 237 # If the number of sources is above RADIAL.CUT.RADIUS.NUM.SOURCES.LIMIT 238 # bins with RADIAL.ANNULAR.BINS.UPPER > RADIAL.SOURCES.OVER.LIMIT.RADIUS 239 # will be removed from the recipe. (Note this is currently only used in psphotStack). 240 RADIAL.NUM.SOURCES.LIMIT S32 50000 241 RAIDAL.SOURCES.OVER.LIMIT.RADIUS F32 20.0 # pixels 242 235 243 # Extended source fit parameters 236 244 EXTENDED_TEST METADATA … … 275 283 276 284 # psphotFitSourcesLinear has 3 options for the weighting: CONSTANT, 277 # IMAGE_VAR, MODEL_VA the first of these used to be folded into the285 # IMAGE_VAR, MODEL_VAR the first of these used to be folded into the 278 286 # boolean CONSTANT_PHOTOMETRIC_WEIGHTS above. 279 287 LINEAR_FIT_VARIANCE_MODE STR CONSTANT … … 341 349 PSPHOT.CR.MAX.MAG F32 0 # guess for limit on Kron Mag 342 350 PSPHOT.CR.AUTOSCALE BOOL FALSE 351 PSPHOT.CR.MAX.WINDOW S32 50 # maximum window to seach for cosmic rays 343 352 344 353 # Detection efficiency … … 353 362 @PSPHOT.STACK.TARGET.PSF.FWHM F32 6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels) 354 363 PSPHOT.STACK.USE.RAW BOOL T 364 PSPHOT.STACK.SPLIT.LINEAR.FIT BOOL T # require positive flux for pass 3 sources then fit matched sources 355 365 356 366 RADIAL_APERTURES BOOL F # calculate flux in circular radial apertures? … … 382 392 PSF_MODEL STR PS_MODEL_PS1_V1 383 393 EXT_MODEL STR PS_MODEL_QGAUSS 384 PEAKS_NMAX_TOTAL S32 50000 # maximum allowed number of peaks - Toavoid memory explosion394 PEAKS_NMAX_TOTAL S32 0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion 385 395 END 386 396 … … 518 528 # extended source models applied to sources 519 529 EXTENDED_SOURCE_MODELS METADATA 520 TYPE EXTENDED_SOURCE_MODEL MODEL SNLIM PSF_CONVOLVED521 TRAIL_RAW EXTENDED_SOURCE_MODEL PS_MODEL_TRAIL 10.0 FALSE530 TYPE EXTENDED_SOURCE_MODEL MODEL SNLIM PSF_CONVOLVED 531 TRAIL_RAW EXTENDED_SOURCE_MODEL PS_MODEL_TRAIL 10.0 FALSE 522 532 END 523 533 END
Note:
See TracChangeset
for help on using the changeset viewer.
