Changeset 35081 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Feb 1, 2013, 5:01:08 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r33848 r35081 35 35 options->doPatternCell = false; // Cell pattern correction 36 36 options->doPatternContinuity = false; // Cell continuity correction 37 options->doBackgroundContinuity = false; // Chip level background continuity correction 37 38 options->doFringe = false; // Fringe subtraction 38 39 options->doPhotom = false; // Source identification and photometry … … 429 430 } 430 431 432 // Option to enable the background continuity 433 options->doBackgroundContinuity = psMetadataLookupBool(NULL, recipe, "BACKGROUND.CONTINUITY"); 434 431 435 432 436 // Remnance options
Note:
See TracChangeset
for help on using the changeset viewer.
