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

[ENH] Storage #3

Open
3 tasks
Tracked by #1
jacopoabramo opened this issue Dec 23, 2024 · 0 comments
Open
3 tasks
Tracked by #1

[ENH] Storage #3

jacopoabramo opened this issue Dec 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jacopoabramo
Copy link
Collaborator

jacopoabramo commented Dec 23, 2024

Currently there's no implementation for data storage. I originally thought of using tiled but I'm still unfamiliar with the project.

I decided to use suitcase for now, as it has a simpler interface and implementation. It's also easier to create custom file writers for different file formats.

Desired formats to support:

tifffile should be fine for a variety of TIFF variations (ImageJ, OME, ...).

Ideally, the file writing operation should be done in a separate process for slow acquisitions. Faster acquisitions should be dealt directly from the device interface via the Flyable protocol.

The implementation of suitcase is fine for a version 1.0.0, but in the future I'm hoping to switch to tiled since it provides many more functionalities.

@jacopoabramo jacopoabramo added the enhancement New feature or request label Dec 23, 2024
@jacopoabramo jacopoabramo mentioned this issue Dec 23, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant