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
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 single method of saving.
Given that anyone will be able to create objects to handle saving (e.g. my raman zarr writer) it would be amazing to provide a mechanism for napari-micromanager to allow users to select from any supplied package.
I imagine this going like this:
pip install my-writer
napari-micro discovers the provided writers via entrypoints (or pluggy or ???)
Option for that writer provided in the MDA dialog
use magicgui to generate dialog to set any creation options for that writer
The text was updated successfully, but these errors were encountered:
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 single method of saving.
Given that anyone will be able to create objects to handle saving (e.g. my raman zarr writer) it would be amazing to provide a mechanism for napari-micromanager to allow users to select from any supplied package.
I imagine this going like this:
pip install my-writer
The text was updated successfully, but these errors were encountered: