- Timestamp:
- Jan 14, 2014, 1:07:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/ippconfig/recipes/psphot.config
r36425 r36438 196 196 EXT.NSIGMA.LIMIT.USE BOOL TRUE 197 197 198 EXT.FIT.MIN.GAL.LIMIT F32 10.0 199 EXT.FIT.MIN.GAL.LIMIT.USE BOOL FALSE 198 # Limits on extended source fits by galactic coordinates 199 EXT.FIT.MIN.GAL.LIMIT.USE BOOL FALSE # if true apply the galactic latitude cut 200 # objects are skipped for extended source fits if they have a abs(galactic latitude) larger than 201 # a limit value which is a function of galactic longitude. 202 # The galactic latitude limit is the sum of the following constant value ... 203 EXT.FIT.MIN.GAL.LIMIT F32 20.0 204 # ... and a gaussian function of galactic longitude centered at b = 0 with this magnitude 205 EXT.FIT.MIN.GAL.LIMIT.BULGE F32 15.0 206 # ... and this sigma 207 EXT.FIT.MIN.GAL.LIMIT.BULGE.SIGMA F32 50.0 # with this sigma value 208 200 209 201 210 KRON_ITERATIONS S32 2 … … 407 416 408 417 EXT.ANALYSIS.MAG.LIMITS METADATA 409 TYPE DATA FILTER.ID MAG.LIMIT 410 gband DATA g NAN411 rband DATA r NAN412 iband DATA i NAN413 zband DATA z NAN414 yband DATA y NAN415 wband DATA w NAN 416 other DATA any NAN418 TYPE DATA FILTER.ID MAG.LIMIT.PETRO MAG.LIMIT.EXTFIT 419 gband DATA g 23 20 420 rband DATA r 23 21 421 iband DATA i 23 21 422 zband DATA z 23 21 423 yband DATA y 23 21 424 wband DATA w NAN NAN 425 other DATA any 23 19 417 426 END 418 427 … … 452 461 EXTENDED_SOURCE_ANNULI BOOL TRUE 453 462 EXT.NSIGMA.LIMIT.USE BOOL FALSE 463 EXT.FIT.MIN.GAL.LIMIT.USE BOOL TRUE # limit extended source fits by galactic coordinates 454 464 455 465 PSPHOT.STACK.MATCH.PSF.SOURCE STR AUTO # which inputs to convolve? (RAW, CNV, AUTO) … … 478 488 EXT_MODEL STR PS_MODEL_QGAUSS 479 489 PEAKS_NMAX_TOTAL S32 0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion 490 480 491 481 492 SAVE.RESID BOOL TRUE
Note:
See TracChangeset
for help on using the changeset viewer.
