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

ssapy requires large data files to work #17

Open
rusu24edward opened this issue Aug 7, 2024 · 2 comments
Open

ssapy requires large data files to work #17

rusu24edward opened this issue Aug 7, 2024 · 2 comments

Comments

@rusu24edward
Copy link
Contributor

ssapy init imports simple, which defines ssapy orbit. The function signature includes a call to ssapy_prop, meaning that this gets run on import. This function populates all the planets by reading out of the data files. The way this is setup, you have the probably inadvertent result that in order to use any part of ssapy, you have to have downloaded all the lfs files.

@rusu24edward
Copy link
Contributor Author

Need to be more explicit about accessing the data files, can't just do this implicitly

@rusu24edward
Copy link
Contributor Author

rusu24edward commented Aug 12, 2024

Talk to Travis Yaegar about how simple.py is used (or Kerrianne Pruett)

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

1 participant