tsssss / geopack

Python version of geopack and Tsyganenko models
MIT License
30 stars 12 forks source link

some errors in t96.py #8

Closed shanqiangchen closed 3 years ago

shanqiangchen commented 3 years ago

Maybe there are some errors in t96.py? one error with BIRK1TOT_02 fuction in t96.py, should change c2[54]=29.2043 to c2[54]=-29.2043; one error with condip1(xi) fuction in t96.py,should change if (i == 2) | (i == 4) | (i == 6): to if (i == 2) | (i == 4) | (i == 5):

tsssss commented 3 years ago

Hello,

Thank you so much! I'll implement them this weekend. BTW: Have you found any other typos?

Sheng

On Thu, 15 Jul 2021 at 05:00, SEE @.***> wrote:

Maybe there are some errors in t96.py? one error with BIRK1TOT_02 fuction in t96.py, should change c2[54]=29.2043 to c2[54]=-29.2043; one error with condip1(xi) fuction in t96.py,should change if (i == 2) | (i == 4) | (i == 6): to if (i == 2) | (i == 4) | (i == 5):

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tsssss/geopack/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBMLBUW3KGPNE2TFTQ5UKTTX2PUBANCNFSM5ANDGL2Q .

tsssss commented 3 years ago

Done. Thanks!