Open pacesm opened 4 years ago
Apparently the calculation of the QD coordinates is still using the old, now outdated, apex coefficients
https://github.com/ESA-VirES/MagneticModel/blob/3264b9a192922086be6b02b9cbbc6bf504f35a57/eoxmagmod/eoxmagmod/data/__init__.py#L54-L56
https://github.com/ESA-VirES/MagneticModel/blob/3264b9a192922086be6b02b9cbbc6bf504f35a57/eoxmagmod/eoxmagmod/quasi_dipole_coordinates.py#L31-L34
The deviation is not very large (angular distance < 1°) though.
Fixed in https://github.com/ESA-VirES/MagneticModel/commit/4111fc6f446132615e6cd99513f5f04229dc9a8f
https://github.com/ESA-VirES/MagneticModel/blob/9eee7382a9f896a42f5032fdb38e650eba9861fa/eoxmagmod/eoxmagmod/data/__init__.py#L56-L57
Apparently the calculation of the QD coordinates is still using the old, now outdated, apex coefficients
https://github.com/ESA-VirES/MagneticModel/blob/3264b9a192922086be6b02b9cbbc6bf504f35a57/eoxmagmod/eoxmagmod/data/__init__.py#L54-L56
https://github.com/ESA-VirES/MagneticModel/blob/3264b9a192922086be6b02b9cbbc6bf504f35a57/eoxmagmod/eoxmagmod/quasi_dipole_coordinates.py#L31-L34
The deviation is not very large (angular distance < 1°) though.