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

define a default observatory location but allow ephemeris class to initalize with a user specified observatory #8

Closed
mschwamb opened this issue Jul 3, 2024 · 2 comments · Fixed by #11
Assignees

Comments

@mschwamb
Copy link
Member

mschwamb commented Jul 3, 2024

class HorizonsInterface:

    DEFAULT_OBSERVER_LOCATION = 'X05'

    def __init__(self, observer_location=DEFAULT_OBSERVER_LOCATION):
        self.OBSERVER_LOCATION = observer_location
@szilac
Copy link
Collaborator

szilac commented Jul 15, 2024

Implemented

@mschwamb mschwamb reopened this Jul 15, 2024
@mschwamb
Copy link
Member Author

This should get closed when the pull request gets merged. In the PR you can say fixes #9 and it will automatically close this ticket

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

Successfully merging a pull request may close this issue.

2 participants