IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2006, 5:20:44 PM (20 years ago)
Author:
eugene
Message:

adding error checks to DetrendBias

File:
1 edited

Legend:

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

    r7581 r7585  
    3535
    3636                // perform the detrend analysis
    37                 ppImageDetrendReadout (config, options, view);
     37                if (!ppImageDetrendReadout (config, options, view)) return false;
    3838
    3939                if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
Note: See TracChangeset for help on using the changeset viewer.