You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the watchdog "keep open" commands are sent to the Musca shutter controller via a thread spawned in the init of the dome/shutter class. @AnthonyHorton has suggested it would be more robust to issue these commands from within a POCS state as then there will be no issues with lingering threads after POCS fails/shuts down.
The keep dome open command is issued here as part of the _async_dome_loop method that is run in the _dome_thread spawned here
Some additional things to consider pointed out by @AnthonyHorton:
"Might be a problem if taking long exposures though, longer than the watchdog timer period on Musca."
The text was updated successfully, but these errors were encountered:
At the moment the watchdog "keep open" commands are sent to the Musca shutter controller via a thread spawned in the init of the dome/shutter class. @AnthonyHorton has suggested it would be more robust to issue these commands from within a POCS state as then there will be no issues with lingering threads after POCS fails/shuts down.
The keep dome open command is issued here as part of the
_async_dome_loop
method that is run in the_dome_thread
spawned hereSome additional things to consider pointed out by @AnthonyHorton:
"Might be a problem if taking long exposures though, longer than the watchdog timer period on Musca."
The text was updated successfully, but these errors were encountered: