8 #ifndef UFO_PROFILE_PROFILECHECKUINTERPALTERNATIVE_H_
9 #define UFO_PROFILE_PROFILECHECKUINTERPALTERNATIVE_H_
21 class ConventionalProfileProcessingParameters;
Options controlling the operation of the ConventionalProfileProcessing filter.
Profile QC checker base class.
Profile QC: alternative wind speed interpolation check. This check is passed all of the profiles in t...
std::vector< float > uInterp_
Interpolated value of u.
void runCheckOnProfile(ProfileDataHolder &profile)
Run check on an individual profile.
void fillValidationData(ProfileDataHolder &profileDataHolder)
Fill variables in validator.
bool runOnEntireSample() override
Run this check on the entire sample?
std::vector< float > vInterp_
Interpolated value of v.
std::vector< int > LevErrors_
Number of failed checks by level.
void runCheck(ProfileDataHandler &profileDataHandler) override
Run check on all profiles.
ProfileCheckUInterpAlternative(const ConventionalProfileProcessingParameters &options)
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...
Profile data holder class.
Calculate standard levels.