UFO
ufo::anonymous_namespace{ObsBoundsCheck.cc} Namespace Reference

Functions

void flagWhereOutOfBounds (const std::vector< bool > &apply, const std::vector< float > &testValues, const float minValue, const float maxValue, const bool treatMissingAsOutOfBounds, std::vector< bool > &flagged)
 

Function Documentation

◆ flagWhereOutOfBounds()

void ufo::anonymous_namespace{ObsBoundsCheck.cc}::flagWhereOutOfBounds ( const std::vector< bool > &  apply,
const std::vector< float > &  testValues,
const float  minValue,
const float  maxValue,
const bool  treatMissingAsOutOfBounds,
std::vector< bool > &  flagged 
)

Set each element of flagged to true if the corresponding element of apply is true and the corresponding element of testValues is a non-missing value lying outside the closed interval [minValue, maxValue].

Definition at line 35 of file ObsBoundsCheck.cc.

Here is the call graph for this function:
Here is the caller graph for this function: