IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2014, 1:07:55 PM (13 years ago)
Author:
bills
Message:

use separate mag limits for petrosians and extended model fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_branches/bills_201312/ippconfig/recipes/psphot.config

    r36425 r36438  
    196196EXT.NSIGMA.LIMIT.USE                BOOL  TRUE
    197197
    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
     199EXT.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 ...
     203EXT.FIT.MIN.GAL.LIMIT               F32   20.0
     204# ... and a gaussian function of galactic longitude centered at b = 0 with this magnitude
     205EXT.FIT.MIN.GAL.LIMIT.BULGE         F32   15.0 
     206# ... and this sigma
     207EXT.FIT.MIN.GAL.LIMIT.BULGE.SIGMA   F32   50.0  # with this sigma value
     208
    200209
    201210KRON_ITERATIONS                     S32   2
     
    407416
    408417EXT.ANALYSIS.MAG.LIMITS METADATA
    409     TYPE  DATA FILTER.ID MAG.LIMIT
    410     gband DATA g         NAN           
    411     rband DATA r         NAN           
    412     iband DATA i         NAN             
    413     zband DATA z         NAN             
    414     yband DATA y         NAN             
    415     wband DATA w         NAN             
    416     other DATA any       NAN             
     418    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
    417426END
    418427
     
    452461  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
    453462  EXT.NSIGMA.LIMIT.USE                BOOL  FALSE
     463  EXT.FIT.MIN.GAL.LIMIT.USE           BOOL  TRUE  # limit extended source fits by galactic coordinates
    454464
    455465  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
     
    478488  EXT_MODEL                           STR   PS_MODEL_QGAUSS
    479489  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
     490
    480491
    481492  SAVE.RESID                          BOOL  TRUE
Note: See TracChangeset for help on using the changeset viewer.