IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34560 for trunk


Ignore:
Timestamp:
Oct 24, 2012, 1:52:55 PM (14 years ago)
Author:
bills
Message:

remove recipe values KRON_APPLY_WEIGHT and KRON_APPLY_WINDOW

Location:
trunk
Files:
2 edited

Legend:

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

    r34512 r34560  
    196196
    197197KRON_ITERATIONS                     S32   2
    198 KRON_APPLY_WEIGHT                   BOOL  FALSE
    199 KRON_APPLY_WINDOW                   BOOL  FALSE
    200198KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
    201199KRON_SMOOTH_SIGMA                   F32   1.7
  • trunk/psphot/src/psphotKronIterate.c

    r34559 r34560  
    9797    }
    9898
    99     bool KRON_APPLY_WEIGHT = psMetadataLookupBool (&status, recipe, "KRON_APPLY_WEIGHT");
    100     if (!status) {
    101         KRON_APPLY_WEIGHT = true;
    102     }
    103 
    104     bool KRON_APPLY_WINDOW = psMetadataLookupBool (&status, recipe, "KRON_APPLY_WINDOW");
    105     if (!status) {
    106         KRON_APPLY_WINDOW = false;
    107     }
    10899    bool KRON_SMOOTH = psMetadataLookupBool (&status, recipe, "KRON_SMOOTH");
    109100    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.