Loading noctua/devices/astelco.py +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ class Telescope(OpenTSI): - ``False`` to move it to its startup (unparked) position. """ park_val = 0 if b else 1 park_val = 0.0 if b else 1.0 self.put("TELESCOPE.READY", park_val) if not b: self.load_pointing_model() Loading noctua/web/pages/control.html +0 −5 Original line number Diff line number Diff line Loading @@ -117,11 +117,6 @@ }) }} </section> <section> <h4 class="p-2">Dome</h4> </section> </article> Loading noctua/web/pages/init.html +4 −4 Original line number Diff line number Diff line Loading @@ -88,8 +88,8 @@ "buttons": [{"label": "Set", "endpoint": "/telescope/rotator/movement", "method": "POST"}], "info_list": [ {"label": null}, {"label": "moving", "status": "telescope-rotator-movement"}, {"label": "rot", "status": "telescope-rotator", "transform": "round_1"}, {"label": "moving", "status": "telescope-rotator-movement"}, ] }) }} </section> Loading @@ -106,15 +106,15 @@ {"label": "Sync", "endpoint": "/dome/position/sync", "method": "PUT"} ], "info_list": [ {"label": null}, {"label": "az", "status": "dome-position-azimuth"}, {"label": "slaved", "status": "dome-position-slaved"}, {"label": "az", "status": "dome-position-azimuth"}, {"label": "moving", "status": "dome-position-movement"}, ] }) }} {{ w.widget_toggle({ "label": "Is Dome Parked?", "info": "dome-position-movement-parked", "info": "dome-position-parked", "buttons": [ {"label": "Park", "endpoint": "/dome/position/movement/park", "method": "POST"}, {"label": "Stop", "endpoint": "/dome/position/movement", "method": "DELETE"} Loading Loading
noctua/devices/astelco.py +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ class Telescope(OpenTSI): - ``False`` to move it to its startup (unparked) position. """ park_val = 0 if b else 1 park_val = 0.0 if b else 1.0 self.put("TELESCOPE.READY", park_val) if not b: self.load_pointing_model() Loading
noctua/web/pages/control.html +0 −5 Original line number Diff line number Diff line Loading @@ -117,11 +117,6 @@ }) }} </section> <section> <h4 class="p-2">Dome</h4> </section> </article> Loading
noctua/web/pages/init.html +4 −4 Original line number Diff line number Diff line Loading @@ -88,8 +88,8 @@ "buttons": [{"label": "Set", "endpoint": "/telescope/rotator/movement", "method": "POST"}], "info_list": [ {"label": null}, {"label": "moving", "status": "telescope-rotator-movement"}, {"label": "rot", "status": "telescope-rotator", "transform": "round_1"}, {"label": "moving", "status": "telescope-rotator-movement"}, ] }) }} </section> Loading @@ -106,15 +106,15 @@ {"label": "Sync", "endpoint": "/dome/position/sync", "method": "PUT"} ], "info_list": [ {"label": null}, {"label": "az", "status": "dome-position-azimuth"}, {"label": "slaved", "status": "dome-position-slaved"}, {"label": "az", "status": "dome-position-azimuth"}, {"label": "moving", "status": "dome-position-movement"}, ] }) }} {{ w.widget_toggle({ "label": "Is Dome Parked?", "info": "dome-position-movement-parked", "info": "dome-position-parked", "buttons": [ {"label": "Park", "endpoint": "/dome/position/movement/park", "method": "POST"}, {"label": "Stop", "endpoint": "/dome/position/movement", "method": "DELETE"} Loading