IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 4:40:42 PM (19 years ago)
Author:
Paul Price
Message:

With the overscan coefficients being put into the HISTORY, there's no need for a separate file to run the bias subtraction.

File:
1 edited

Legend:

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

    r10322 r10413  
    3535    // Bias, dark and overscan subtraction are all merged.
    3636    if (options->doBias || options->doDark || options->doOverscan) {
    37         if (!ppImageDetrendBias(input, bias, dark, options)) {
     37        if (!pmBiasSubtract(input, options->overscan, bias, dark)) {
     38            psError(PS_ERR_UNKNOWN, false, "Unable to subtract bias.\n");
    3839            return false;
    3940        }
Note: See TracChangeset for help on using the changeset viewer.