UFO
ufo::DrawValueFromFileParametersWithoutGroup Class Reference

Options controlling the DrawValueFromFile ObsFunction (excluding the group option). More...

#include <DrawValueFromFile.h>

Inheritance diagram for ufo::DrawValueFromFileParametersWithoutGroup:
Collaboration diagram for ufo::DrawValueFromFileParametersWithoutGroup:

Public Attributes

oops::RequiredParameter< std::string > fpath {"file", this}
 Path to the file containing the data to interpolate. More...
 
oops::RequiredParameter< std::vector< InterpolationParameters > > interpolation
 
oops::OptionalParameter< std::set< int > > chlist {"channels", this}
 

Detailed Description

Options controlling the DrawValueFromFile ObsFunction (excluding the group option).

Definition at line 82 of file DrawValueFromFile.h.

Member Data Documentation

◆ chlist

oops::OptionalParameter<std::set<int> > ufo::DrawValueFromFileParametersWithoutGroup::chlist {"channels", this}

List of channel numbers (then deriving an observation error per channel) If this option is provided, the channel number is implicitly prepended to the list of interpolation variables and matched exactly.

Definition at line 96 of file DrawValueFromFile.h.

◆ fpath

oops::RequiredParameter<std::string> ufo::DrawValueFromFileParametersWithoutGroup::fpath {"file", this}

Path to the file containing the data to interpolate.

Definition at line 87 of file DrawValueFromFile.h.

◆ interpolation

oops::RequiredParameter<std::vector<InterpolationParameters> > ufo::DrawValueFromFileParametersWithoutGroup::interpolation
Initial value:
{"interpolation",
this}

List of interpolation variables and associated methods. Note that channel numbers is handled implicitly by the "channels" (see below).

Definition at line 91 of file DrawValueFromFile.h.


The documentation for this class was generated from the following file: