IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2012, 6:06:49 PM (14 years ago)
Author:
bills
Message:

Limit the integration window in the kron radius calculation based on the surface
brightness of the source. Add configuration variable KRON_SB_MIN_FACTOR to control
this limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/psphot.config

    r33937 r33964  
    192192KRON_APPLY_WEIGHT                   BOOL  FALSE
    193193KRON_APPLY_WINDOW                   BOOL  FALSE
    194 KRON_SMOOTH                         BOOL  FALSE
     194KRON_SMOOTH                         BOOL  TRUE
    195195KRON_SMOOTH_SIGMA                   F32   1.7
    196196KRON_SMOOTH_NSIGMA                  S32   2
     197KRON_SB_MIN_FACTOR                  F32   2
    197198
    198199# Extended source fit parameters
     
    364365  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    365366  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
    366   PSPHOT.STACK.USE.RAW                BOOL  F    # perform photometry & morphology analysis on the raw image
     367  PSPHOT.STACK.USE.RAW                BOOL  T    # perform photometry & morphology analysis on the raw image
     368  KRON_SMOOTH                         BOOL  T    # do not smooth before kron radius measurement
    367369  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    368370  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
     
    450452
    451453  EXT_FIT_MAX_RADIUS                  F32   50.0
    452   PSF_MODEL                           STR   PS_MODEL_PS1_V1
     454  PSF_MODEL                           STR   PS_MODEL_P1_V1
    453455  EXT_MODEL                           STR   PS_MODEL_SERSIC
    454456END
Note: See TracChangeset for help on using the changeset viewer.