- Timestamp:
- Feb 11, 2013, 4:50:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20130211/ppImage/src/ppImageOptions.c
r35081 r35149 36 36 options->doPatternContinuity = false; // Cell continuity correction 37 37 options->doBackgroundContinuity = false; // Chip level background continuity correction 38 options->doPatternMedian = false; // Median based pattern correction 38 39 options->doFringe = false; // Fringe subtraction 39 40 options->doPhotom = false; // Source identification and photometry … … 259 260 options->doPatternCell = psMetadataLookupBool(NULL, recipe, "PATTERN.CELL"); 260 261 options->doPatternContinuity = psMetadataLookupBool(NULL, recipe, "PATTERN.CONTINUITY"); 262 options->doPatternMedian = psMetadataLookupBool(NULL, recipe, "PATTERN.MEDIAN"); 261 263 262 264 options->doMaskStats = psMetadataLookupBool(NULL, recipe, "MASK.STATS");
Note:
See TracChangeset
for help on using the changeset viewer.
