UFO
ufo::LegendreParameters Class Reference

Configuration parameters of the Legendre predictor. More...

#include <Legendre.h>

Inheritance diagram for ufo::LegendreParameters:
Collaboration diagram for ufo::LegendreParameters:

Public Attributes

oops::RequiredParameter< int > numScanPositions {"number of scan positions", this}
 Number of scan positions. More...
 
oops::OptionalParameter< int > order {"order", this}
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (LegendreParameters, PredictorParametersBase)
 

Detailed Description

Configuration parameters of the Legendre predictor.

Definition at line 29 of file Legendre.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

ufo::LegendreParameters::OOPS_CONCRETE_PARAMETERS ( LegendreParameters  ,
PredictorParametersBase   
)
private

Member Data Documentation

◆ numScanPositions

oops::RequiredParameter<int> ufo::LegendreParameters::numScanPositions {"number of scan positions", this}

Number of scan positions.

Definition at line 34 of file Legendre.h.

◆ order

oops::OptionalParameter<int> ufo::LegendreParameters::order {"order", this}

Order of the Legendre polynomial. By default, 1.

Note
If this option is set, a suffix containing its value (even if it's equal to 1) will be appended to the predictor name.

Definition at line 40 of file Legendre.h.


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