IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2021, 4:50:33 PM (5 years ago)
Author:
eugene
Message:

add threading for pmPatternRow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/ppImage/src/ppImageDetrendPattern.c

    r41805 r41807  
    1414
    1515bool ppImageDetrendPatternApply(pmConfig *config, pmChip *chip, const pmFPAview *inputView,
    16                                 const ppImageOptions *options)
     16                                ppImageOptions *options)
    1717{
    1818    pmCell *cell = NULL;
     
    277277}
    278278
    279 bool ppImageDetrendPatternApplyCell (pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell, const pmFPAview *view, const ppImageOptions *options) {
     279// thread safety :
     280bool ppImageDetrendPatternApplyCell (pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell, pmFPAview *view, ppImageOptions *options) {
    280281 
    281282    // A very detailed log message.
     
    299300                          options->patternRowStdev, options->maskValue, options->darkMask)) {
    300301            psFree (view);
    301             return(false);
     302            return false;
    302303        }
    303304    }
    304305    psFree (view); // supplied view must be freeable
     306    return true;
    305307}
     308
Note: See TracChangeset for help on using the changeset viewer.