IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33837 for trunk/ippconfig


Ignore:
Timestamp:
May 1, 2012, 11:36:26 AM (14 years ago)
Author:
bills
Message:

Kron Radius and magnitude measurement improvements

  1. Reimplent kron window function using shape and ellipse functions to avoid wildly out of range values
  2. Don't attempt to measure sources with bad or unmeasured moments
  3. two iterations using 6 * Mrf on the second iteration
  4. New recipe values to control make weighting, window application, and smoothing optional.

Make put minimum sky slope value in the recipe SKY_SLOPE_MIN

File:
1 edited

Legend:

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

    r33761 r33837  
    3838SKY_CLIP_SIGMA                      F32   2.0             # statistic used to measure background
    3939SKY_SIG                             F32   1.0             # optional sky error for
     40SKY_SLOPE_MIN                       F32   3.0             # exit radial profile loop when abs(slope) is less than this
    4041
    4142# allowed values for SKY_STAT:
     
    188189
    189190KRON_ITERATIONS                     S32   2
     191KRON_APPLY_WEIGHT                   BOOL  TRUE
     192KRON_APPLY_WINDOW                   BOOL  TRUE
     193KRON_SMOOTH                         BOOL  FALSE
    190194
    191195# Extended source fit parameters
Note: See TracChangeset for help on using the changeset viewer.