UFO
|
Profile QC: unstable layer check. More...
#include <ProfileCheckUnstableLayer.h>
Public Member Functions | |
ProfileCheckUnstableLayer (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator) | |
void | runCheck () override |
Run check. More... | |
void | fillValidator () override |
Fill variables in validator. More... | |
![]() | |
ProfileCheckBase (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator) | |
virtual | ~ProfileCheckBase () |
virtual bool | getResult () |
Get result of check (default fail) More... | |
Private Attributes | |
float | PBottom_ |
PBottom. More... | |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | correctVector (const std::vector< T > &v1, const std::vector< T > &v2, std::vector< T > &vout) |
Apply correction to vector of values. More... | |
![]() | |
const ProfileConsistencyCheckParameters & | options_ |
Configurable parameters. More... | |
const ProfileIndices & | profileIndices_ |
Indices of profile's observations in the entire sample. More... | |
ProfileDataHandler & | profileDataHandler_ |
Profile data handler. More... | |
ProfileCheckValidator & | profileCheckValidator_ |
Profile check validator. More... | |
const float | missingValueFloat = util::missingValue(1.0f) |
Missing value (float) More... | |
Profile QC: unstable layer check.
Definition at line 26 of file ProfileCheckUnstableLayer.h.
ufo::ProfileCheckUnstableLayer::ProfileCheckUnstableLayer | ( | const ProfileConsistencyCheckParameters & | options, |
const ProfileIndices & | profileIndices, | ||
ProfileDataHandler & | profileDataHandler, | ||
ProfileCheckValidator & | profileCheckValidator | ||
) |
Definition at line 16 of file ProfileCheckUnstableLayer.cc.
|
overridevirtual |
Fill variables in validator.
Implements ufo::ProfileCheckBase.
Definition at line 99 of file ProfileCheckUnstableLayer.cc.
|
overridevirtual |
Run check.
Implements ufo::ProfileCheckBase.
Definition at line 24 of file ProfileCheckUnstableLayer.cc.
|
private |
PBottom.
Definition at line 41 of file ProfileCheckUnstableLayer.h.