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/ppImageLoop.c

    r35081 r35149  
    174174
    175175        // Apply the pattern correction
    176         if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) {
     176        if (options->doPatternMedian || options->doPatternRow ||
     177            options->doPatternCell || options->doPatternContinuity) {
    177178          if (!ppImageDetrendPatternApply(config,chip,view,options)) {
    178179            ESCAPE("Unable to apply pattern corrections");
Note: See TracChangeset for help on using the changeset viewer.