lsst-sssc / ssoforcedphot

MIT License
1 stars 1 forks source link

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

Closed mschwamb closed 2 months ago

mschwamb commented 4 months ago
class HorizonsInterface:

    DEFAULT_OBSERVER_LOCATION = 'X05'

    def __init__(self, observer_location=DEFAULT_OBSERVER_LOCATION):
        self.OBSERVER_LOCATION = observer_location
szilac commented 3 months ago

Implemented

mschwamb commented 3 months ago

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