- Timestamp:
- Oct 24, 2012, 1:52:55 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippconfig/recipes/psphot.config (modified) (1 diff)
-
psphot/src/psphotKronIterate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/psphot.config
r34512 r34560 196 196 197 197 KRON_ITERATIONS S32 2 198 KRON_APPLY_WEIGHT BOOL FALSE199 KRON_APPLY_WINDOW BOOL FALSE200 198 KRON_SMOOTH BOOL TRUE # smooth pixels before measuring kron radii 201 199 KRON_SMOOTH_SIGMA F32 1.7 -
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.
