Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QD-coords still calculated by the updated apex cooeficients. #34

Open
pacesm opened this issue Jun 29, 2020 · 1 comment
Open

QD-coords still calculated by the updated apex cooeficients. #34

pacesm opened this issue Jun 29, 2020 · 1 comment
Labels

Comments

@pacesm
Copy link
Contributor

pacesm commented Jun 29, 2020

Apparently the calculation of the QD coordinates is still using the old, now outdated, apex coefficients

APEX_2015 = join(_DIRNAME, 'apexsh_1995-2015.txt')
APEX_2020 = join(_DIRNAME, 'apexsh_1980-2020.txt')
APEX = APEX_2020

from .data import APEX
def eval_qdlatlon(gclat, gclon, gcrad, time, fname=APEX):

The deviation is not very large (angular distance < 1°) though.

QDdelta_1980-2025_vs_extrapolated_1980-2020_coeff_T2020 5_H450km_

@pacesm pacesm added the defect label Jun 29, 2020
@pacesm
Copy link
Contributor Author

pacesm commented Jun 29, 2020

Fixed in 4111fc6

APEX_2025 = join(_DIRNAME, 'apexsh_1980-2025.txt')
APEX = APEX_2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant