Components into which a 3D magnetic vector can be decomposed. More...
#include <magnetic_model.h>
Public Attributes | |
double | declination |
Declination of the vector (angle from North towards East) [rad]. More... | |
double | horizontalMagnitude |
Magnitude of the horizontal component [T]. More... | |
double | inclination |
Inclination of the vector (angle from horizontal direction downwards) [rad]. More... | |
double | totalMagnitude |
Total magnitude of the vector [T]. More... | |
Components into which a 3D magnetic vector can be decomposed.
Definition at line 38 of file magnetic_model.h.
double magnetic_model::MagneticFieldComponents::declination |
Declination of the vector (angle from North towards East) [rad].
Definition at line 42 of file magnetic_model.h.
double magnetic_model::MagneticFieldComponents::horizontalMagnitude |
Magnitude of the horizontal component [T].
Definition at line 40 of file magnetic_model.h.
double magnetic_model::MagneticFieldComponents::inclination |
Inclination of the vector (angle from horizontal direction downwards) [rad].
Definition at line 43 of file magnetic_model.h.
double magnetic_model::MagneticFieldComponents::totalMagnitude |
Total magnitude of the vector [T].
Definition at line 41 of file magnetic_model.h.