Go to the documentation of this file.
8 #ifndef UFO_PROFILE_PROFILECHECKUINTERP_H_
9 #define UFO_PROFILE_PROFILECHECKUINTERP_H_
22 class ProfileConsistencyCheckParameters;
54 #endif // UFO_PROFILE_PROFILECHECKUINTERP_H_
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...
Determine indices of observations making up individual profiles. The indices are computed with respec...
Profile QC check validator.
Calculate standard levels.
void fillValidator() override
Fill variables in validator.
Profile QC checker base class.
std::vector< int > LevErrors_
Number of failed checks by level.
std::vector< float > vInterp_
Interpolated value of v.
std::vector< float > uInterp_
Interpolated value of u.
Profile QC: wind speed interpolation check.
Options controlling the operation of the ProfileConsistencyChecks filter.
void runCheck() override
Run check.
ProfileCheckUInterp(const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)