AllenNeuralDynamics / exa-spim-control

Acquisition control for the exaSPIM microscope system
MIT License
2 stars 1 forks source link

Lockout Joystick During Imaging #30

Closed Poofjunior closed 1 year ago

Poofjunior commented 1 year ago

This is implemented at the TigerASI driver level. We just need to port it over.

Poofjunior commented 1 year ago

We should "context manage" this in some way. I.e: when we start acquisition, the joystick gets locked out, and when we finish or bail, the joystick should be unlocked.