IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2007, 4:09:56 PM (18 years ago)
Author:
eugene
Message:

adding ppImageReplaceBackground

File:
1 edited

Legend:

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

    r15216 r15933  
    9090        }
    9191
     92        // replace the masked pixels with the background level
     93        if (options->replaceMasked) {
     94            if (!ppImageReplaceBackground (config, view, options))
     95                ESCAPE ("Unable to replace masked pixels with background level");
     96        }
     97
    9298        // Close cells (XXX shouldn't pmFPAfileClose iterate down as needed?)
    9399        view->cell = -1;
Note: See TracChangeset for help on using the changeset viewer.