IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.