-
Notifications
You must be signed in to change notification settings - Fork 101
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
Can not read INPOP ephemeris #784
Comments
TODO: Check this with the detection WG. |
I have tried this with the latest latest dev version of PINT. When I "EPHEM INPOP21a", I get a HTTPError code 404 because "inpop21a.bsp" was not found in any of the websites PINT knows about. In the INPOP web page, they say that they provide INPOP ephemerides in the JPL format (see https://www.imcce.fr/recherche/equipes/asd/inpop/download21a). If we are lucky, the solution to this may be as simple as renaming the files to .bsp and uploading them to data.nanograv.org/ . |
I don't think that will work. I downloaded the JPL-formatted little-endian version. I put it in a local directory and appended
Indeed, the JPL files start with |
OK, it's complicated. I don't know if people will look at it, but I filed an issue: |
PINT currently can not read the ephemeris other than the JPL DExxx format. Our load kernel code assumes the file name would end with ".bsp", which is not true for French INPOP ephemeris. This should be a small fix, but needs more careful design.
The text was updated successfully, but these errors were encountered: