UFO
ufo::OrbitalAngleParameters Class Reference

Configuration parameters of the OrbitalAngle predictor. More...

#include <OrbitalAngle.h>

Inheritance diagram for ufo::OrbitalAngleParameters:
Collaboration diagram for ufo::OrbitalAngleParameters:

Public Attributes

oops::RequiredParameter< int > order {"order", this}
 Order of the Fourier term. More...
 
oops::RequiredParameter< FourierTermTypecomponent {"component", this}
 Type of the Fourier term (either sin or cos). More...
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (OrbitalAngleParameters, PredictorParametersBase)
 

Detailed Description

Configuration parameters of the OrbitalAngle predictor.

Definition at line 55 of file OrbitalAngle.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

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

Member Data Documentation

◆ component

oops::RequiredParameter<FourierTermType> ufo::OrbitalAngleParameters::component {"component", this}

Type of the Fourier term (either sin or cos).

Definition at line 62 of file OrbitalAngle.h.

◆ order

oops::RequiredParameter<int> ufo::OrbitalAngleParameters::order {"order", this}

Order of the Fourier term.

Definition at line 60 of file OrbitalAngle.h.


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