IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2008, 10:51:58 AM (18 years ago)
Author:
Paul Price
Message:

Adding the use of an optional dark normalisation concept. This will usually be CELL.DARKTIME if the user wants to fit the dark current with no ordinates specified (old style of doing darks). Otherwise it will be NONE for a full multi-dimensional polynomial fit, which presumably would include CELL.DARKTIME as one of the ordinates.

File:
1 edited

Legend:

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

    r16907 r16950  
    227227                                                    options->combine->maskVal);
    228228                    } else if (options->dark) {
    229                         pmDarkCombine(cell, stack, options->darkOrdinates, options->combine->iter,
    230                                       options->combine->rej, options->combine->maskVal);
     229                        pmDarkCombine(cell, stack, options->darkOrdinates, options->darkNorm,
     230                                      options->combine->iter, options->combine->rej,
     231                                      options->combine->maskVal);
    231232                    } else {
    232233                        pmReadoutCombine(readout, stack, cellZeros, cellScales, options->combine);
Note: See TracChangeset for help on using the changeset viewer.