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
It was not very clever by us to implement our own Laser interface. Not only did we re-invent our own, poor plugin architecture, we also made a poor design choice: the setPower()/getPower() accessors should be an integral part of the CShutterBase interface because the device adapters know better than anybody else how (or if) the laser power can be set.
So let's finally correct that mistake by working with the Micro-Manager team to extend the Micro-Manager API, for everybody's benefit.
This is most likely quite a bit of work because essentially all 93 of the files reported by git grep -w CShutterBase DeviceAdapters/ will need to be adjusted.
The text was updated successfully, but these errors were encountered:
It was not very clever by us to implement our own
Laser
interface. Not only did we re-invent our own, poor plugin architecture, we also made a poor design choice: the setPower()/getPower() accessors should be an integral part of theCShutterBase
interface because the device adapters know better than anybody else how (or if) the laser power can be set.So let's finally correct that mistake by working with the Micro-Manager team to extend the Micro-Manager API, for everybody's benefit.
This is most likely quite a bit of work because essentially all 93 of the files reported by
git grep -w CShutterBase DeviceAdapters/
will need to be adjusted.The text was updated successfully, but these errors were encountered: