IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33969


Ignore:
Timestamp:
May 31, 2012, 10:18:01 AM (14 years ago)
Author:
bills
Message:

Turn on KRON_SMOOTH by default (actually done in the previous
uncommented revision)

File:
1 edited

Legend:

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

    r33968 r33969  
    192192KRON_APPLY_WEIGHT                   BOOL  FALSE
    193193KRON_APPLY_WINDOW                   BOOL  FALSE
    194 KRON_SMOOTH                         BOOL  TRUE
     194KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
    195195KRON_SMOOTH_SIGMA                   F32   1.7
    196196KRON_SMOOTH_NSIGMA                  S32   2
     
    365365  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    366366  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     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
    367369  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
     370  KRON_SMOOTH                         BOOL  T    # smooth before kron radius measurement
    369371  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    370372  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
Note: See TracChangeset for help on using the changeset viewer.