-
Notifications
You must be signed in to change notification settings - Fork 19
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
Minor improvements on AstelcoDome. #52
Conversation
…hen in stand mode.
'ahost': 'localhost', | ||
'aport': "65432"} | ||
"maxidletime": 90., | ||
"stabilization_time": 5.} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This config statement is wrong. You finish the dict, but put 2 lines more.
@@ -231,8 +263,6 @@ def open(self): | |||
print self._tpl.getobject('SERVER.UPTIME') | |||
self._tpl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L260, 262 and 264 are useless.
Thanks for doing the suggested changes. Since that this works with our ASTELCO telescope in Chile and this PR only affects the astelcodome.py. I suggest to merge it. |
Looks good to me. |
Merged #52. |
On Mon, May 4, 2015 at 6:05 PM, Paulo Henrique Silva <
|
Add move to azimuth, to move the dome when in stand mode. It also fixes indentation to comply with PEP8.