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

Implement tidal corrections #6

Open
helgee opened this issue Aug 26, 2018 · 2 comments
Open

Implement tidal corrections #6

helgee opened this issue Aug 26, 2018 · 2 comments

Comments

@helgee
Copy link
Member

helgee commented Aug 26, 2018

References:

@bgodard
Copy link
Member

bgodard commented Mar 5, 2019

Related, I see that the interpolation used is Akima interpolation. I guess this is:
http://www.iue.tuwien.ac.at/phd/rottinger/node60.html
Is there a particular reason for this choice?
The references in OP use Lagrange polynomial interpolation degree 4.

@helgee
Copy link
Member Author

helgee commented Mar 5, 2019

I think I observed overshooting in other interpolations methods and thus chose Akima's method because it is fully local. But I do not remember it clearly. I am testing against the source method: https://github.com/JuliaAstro/EarthOrientation.jl/blob/master/test/runtests.jl#L18

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

No branches or pull requests

2 participants