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 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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: