IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2013, 4:50:12 PM (13 years ago)
Author:
watersc1
Message:

Changes that should not conflict with the trunk. This is the camera stage background continuity and the pattern.median example code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20130211/ppImage/src/ppImageOptions.c

    r35081 r35149  
    3636    options->doPatternContinuity = false; // Cell continuity correction
    3737    options->doBackgroundContinuity = false; // Chip level background continuity correction
     38    options->doPatternMedian = false;   // Median based pattern correction
    3839    options->doFringe        = false;   // Fringe subtraction
    3940    options->doPhotom        = false;   // Source identification and photometry
     
    259260    options->doPatternCell = psMetadataLookupBool(NULL, recipe, "PATTERN.CELL");
    260261    options->doPatternContinuity = psMetadataLookupBool(NULL, recipe, "PATTERN.CONTINUITY");
     262    options->doPatternMedian = psMetadataLookupBool(NULL, recipe, "PATTERN.MEDIAN");
    261263
    262264    options->doMaskStats = psMetadataLookupBool(NULL, recipe, "MASK.STATS");
Note: See TracChangeset for help on using the changeset viewer.