AllenNeuralDynamics / exa-spim-control

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

Add dangling Camera Settings #35

Closed Poofjunior closed 1 year ago

Poofjunior commented 1 year ago

Width and offsetX settings need to be set in camera.py and enforced from the config.

Otherwise, since they are not set, it is possible to have memory leaks if another program configures them to be different from what we expect.

Poofjunior commented 1 year ago

This is added in dev/classified