- Timestamp:
- Feb 6, 2013, 2:34:49 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
-
branches/eam_branches/ipp-20121219/ppImage/src
- Property svn:mergeinfo changed
/trunk/ppImage/src merged: 35081
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20121219/ppImage/src/ppImageOptions.c
r33848 r35096 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.
