Ian Hunt-Isaak

Results 180 issues of Ian Hunt-Isaak

Update - we implemented option 1. Next steps are to go for option 3 and not need to use tiffffile here --- If you check the `save` option in MDA...

it's unique in the subwidgets that it's on the same level as the `main_window`

Otherwise the displayed value may not match up with the true exposure

Due to the `_set_enabled` behavior if you modify the `launch-dev` script to have the config be loaded before creating the widget (a reasonable thing to do one when scripting) ```python...

1. Make events for main window Handy for letting things like the mda widget keep track of overall state 2. cycle through channels when adding previously each channel would be...

Live mode is not optimal for example I experienced the below lagginess in live mode: https://user-images.githubusercontent.com/10111092/129297071-d0263234-032b-4262-8c31-bd1e50215b92.mp4 It subsequently got much worse, not sure about reproducing as this could also be...

Currently there is a PFS-Offset control add by @fdrgsp in #68 But this is specific to Nikon scopes, and not every scope will have autofocus. So this element should only...

## Problem Currently there is no way to modify a config group that is not special cased into the default UI (e.g. Channel). In contrast micromanager doesn't special case any...

Microscopes can have multiple focus devices (e.g. stage controls + perfect focus). Micromanager handles this by allowing toggling between them: ![image](https://user-images.githubusercontent.com/10111092/127217325-f8e4b587-f1e5-4502-9adb-be825c5f7ad9.png) napari-micromanger should also allow choosing which device is used.

I looks as thought jupyterlab 4 will use codemirror 6: https://github.com/jupyterlab/jupyterlab/pull/11638 which drops the built in vim. Fortunately it looks like replit has taken over maintenance of the vim extension...

enhancement