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

Add a 'dome' attribute to Observatory. #231

Merged

Commits on Dec 21, 2017

  1. Add a 'dome' attribute to Observatory.

    Add logger kwarg to create_dome_from_config, enabling caller
    to provide logger to be used.
    jamessynge committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    06a9164 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Remove obsolete comment from observatory.py.

    Add TODO about non-bisque mounts, which assumes all are serial.
    jamessynge committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    61d5198 View commit details
    Browse the repository at this point in the history
  2. Fix panoptes#230 - Dome.status is a property, not a function. Was bei…

    …ng called,
    
    causing an exception because a str can't be called.
    jamessynge committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    4a9d321 View commit details
    Browse the repository at this point in the history