IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2007, 11:43:16 AM (19 years ago)
Author:
Paul Price
Message:

Updating with API change to pmShutterCorrectionMeasure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r11207 r12991  
    191191
    192192                    if (options->shutter) {
    193                         readout->image = pmShutterCorrectionMeasure(stack, options->shutterSize,
    194                                                                     options->mean, options->stdev,
    195                                                                     options->shutterIter,
    196                                                                     options->shutterRej,
    197                                                                     options->combine->maskVal);
     193                        pmShutterCorrectionMeasure(readout, stack, options->shutterSize,
     194                                                   options->mean, options->stdev,
     195                                                   options->shutterIter,
     196                                                   options->shutterRej,
     197                                                   options->combine->maskVal);
    198198                    } else {
    199199                        pmReadoutCombine(readout, stack, cellZeros, cellScales, options->combine);
Note: See TracChangeset for help on using the changeset viewer.