Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 618 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 618 Bytes

magnetic_model

This package contains utilities for working with the World Magnetic Model, e.g. computing magnetic declination.

C++ Libraries

magnetic_model::MagneticModel

A class that can examine the Earth magnetic model and answer questions about it like field strength and components.

magnetic_model::MagneticModelManager

A manager class for MagneticModels that can automatically load and return the most suitable model.