Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rethinking saving mechanism #156

Open
ianhi opened this issue Mar 15, 2022 · 0 comments
Open

rethinking saving mechanism #156

ianhi opened this issue Mar 15, 2022 · 0 comments

Comments

@ianhi
Copy link
Contributor

ianhi commented Mar 15, 2022

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:

  1. pip install my-writer
  2. napari-micro discovers the provided writers via entrypoints (or pluggy or ???)
  3. Option for that writer provided in the MDA dialog
  4. use magicgui to generate dialog to set any creation options for that writer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant