Ian Hunt-Isaak
Ian Hunt-Isaak
would be cool. Ideally this would be a part of ipywidgets (https://github.com/jupyter-widgets/ipywidgets/issues/2941) but until/if that happens could probably make this work with matplotlib
basically provide access to changing these: https://github.com/jupyterlab/jupyterlab/blob/4fe4dcfe5c9dc329bed2dcf2602f569ddef8a8a0/packages/codemirror/src/factory.ts#L31
We can hold off on this for a bit till happy with #111 but I suspect we have some bugs in live mode. See extensive explanation here: https://github.com/micro-manager/mmCoreAndDevices/issues/171#issuecomment-1058441397 In particular...
What's the line between these two? In #150 I made the exposure widget a core_widget because it's following a core property. So maybe core_widget handle the interactions with core, and...
Now that MDA Engines are userswappable we should consider provide a UI mechanism for choosing a new one. Similar to #156 this would require some sort of plugin/entrypoint architecture
Currently saving here defaults to a basic tiff saving. Eventually that will probably live in pymmcore-plus, but that would still limit the saving option in the MDA dialog to a...
In general I think it would be cool if we didn't display any controls for which there are no relevant devices loaded. But what I to propose here is: 1....
As I'm trying to more loosely couple the mda widget with the rest of the app I'm running into an issue with the sequenceMeta https://github.com/tlambert03/napari-micromanager/blob/50ef8f4abe8885331fc49a468d00ecb4cec86f0d/micromanager_gui/multid_widget.py#L21-L28 maybe this is something that...
#119 added some logic to move the Z position on switching an objective https://github.com/tlambert03/napari-micromanager/blob/b3bd6a2be06d22e051325984c30fd483a0cad0e3/micromanager_gui/_gui_objects/_objective_widget.py#L103-L108 I think that in order to be fully safe that logic needs to check the focus...
This should cause the explorer test to fail - which I will fix in https://github.com/tlambert03/napari-micromanager/pull/134 opened separately because this is relatively simple. Also this fix is needed to get the...