riogroup / SORA

MIT License
15 stars 12 forks source link

Updated SPKID causing problems when reading BSP files #82

Open altairgomes opened 1 year ago

altairgomes commented 1 year ago

A recent update in the SPKID by JPL has caused an issue when reading data from BSP files.

Cause of Issue:

This error may not appear if the data for a specific small body has been accessed on SBDB before the update, given the cache kept by Astroquery.

Momentary solution: The only possible solution at the moment is to provide the older SPKID directly to SORA. For instance: chariklo = Body(name='Chariklo', ephem=..., spkid='2010199')

The SORA Team is looking for a feasible temporary solution, if any.