- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
ppImage/src/ppImageOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppImage/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110710/ppImage/src (added) merged: 32337 /branches/eam_branches/ipp-20110906/ppImage/src (added) merged: 32630 /branches/eam_branches/ipp-20111110/ppImage/src (added) merged: 32694
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppImage/src/ppImageOptions.c
r31066 r33415 34 34 options->doPatternRow = false; // Row pattern correction 35 35 options->doPatternCell = false; // Cell pattern correction 36 options->doPatternContinuity = false; // Cell continuity correction 36 37 options->doFringe = false; // Fringe subtraction 37 38 options->doPhotom = false; // Source identification and photometry … … 253 254 options->doPatternRow = psMetadataLookupBool(NULL, recipe, "PATTERN.ROW"); 254 255 options->doPatternCell = psMetadataLookupBool(NULL, recipe, "PATTERN.CELL"); 256 options->doPatternContinuity = psMetadataLookupBool(NULL, recipe, "PATTERN.CONTINUITY"); 255 257 256 258 options->doMaskStats = psMetadataLookupBool(NULL, recipe, "MASK.STATS"); … … 408 410 } 409 411 412 if (psMetadataLookup(format, "PATTERN.CONTINUITY.WIDTH")) { 413 options->patternContinuityEdgeWidth = psMetadataLookupS32(NULL, format, "PATTERN.CONTINUITY.WIDTH"); 414 } 415 else { 416 options->patternContinuityEdgeWidth = psMetadataLookupS32(NULL, recipe, "PATTERN.CONTINUITY.WIDTH"); 417 } 418 410 419 411 420 // Remnance options
Note:
See TracChangeset
for help on using the changeset viewer.
