Changeset 34560 for trunk/psphot/src/psphotKronIterate.c
- Timestamp:
- Oct 24, 2012, 1:52:55 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotKronIterate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotKronIterate.c
r34559 r34560 97 97 } 98 98 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 }108 99 bool KRON_SMOOTH = psMetadataLookupBool (&status, recipe, "KRON_SMOOTH"); 109 100 if (!status) {
Note:
See TracChangeset
for help on using the changeset viewer.
