IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2007, 4:20:57 PM (19 years ago)
Author:
Paul Price
Message:

Fixing API for pmBiasSubtract, following addition of dark normalisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r13701 r13812  
    4545    // Bias, dark and overscan subtraction are all merged.
    4646    if (options->doBias || options->doDark || options->doOverscan) {
    47         if (!pmBiasSubtract(input, options->overscan, bias, dark)) {
     47        if (!pmBiasSubtract(input, options->overscan, bias, dark, view)) {
    4848            psError(PS_ERR_UNKNOWN, false, "Unable to subtract bias.\n");
    4949            return false;
Note: See TracChangeset for help on using the changeset viewer.