8 #ifndef UFO_PROFILE_PROFILECHECKHYDROSTATIC_H_
9 #define UFO_PROFILE_PROFILECHECKHYDROSTATIC_H_
21 class ConventionalProfileProcessingParameters;
43 std::vector <float>
DC_;
49 std::vector <float>
D_;
52 std::vector <float>
E_;
Options controlling the operation of the ConventionalProfileProcessing filter.
Profile QC checker base class.
Profile QC: hydrostatic check.
std::vector< std::string > HydDesc_
Hydrostatic error descriptions.
std::vector< float > ETol_
Thickness tolerance.
std::vector< float > DC_
Constant in thickness calculation.
ProfileCheckHydrostatic(const ConventionalProfileProcessingParameters &options)
void fillValidationData(ProfileDataHandler &profileDataHandler) override
Fill variables in validator.
std::vector< int > HydError_
Hydrostatic flag by level.
std::vector< float > E_
Thickness 'error'.
std::vector< float > D_
Thickness calculated from temepature.
void runCheck(ProfileDataHandler &profileDataHandler) override
Run check.
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...
Calculate standard levels.