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

Data not saving correctly #316

Open
swmercer34 opened this issue Feb 27, 2024 · 3 comments
Open

Data not saving correctly #316

swmercer34 opened this issue Feb 27, 2024 · 3 comments

Comments

@swmercer34
Copy link

The issue I am having is with saving an image to an allocated directory. As you can see in the screenshot, I set up the acquisition to save to the directory, however all I end up with is a weird test image with no data and also nothing is saved to the allocated file. Has anyone come across this issue before? Is there anything anyone can suggest?
Save acqusition issue - napari micromanager

@fdrgsp
Copy link
Contributor

fdrgsp commented Feb 27, 2024

Hi @swmercer34, thanks for opening this issue.

Did you try to remove the spaces in the directory path (e.g. .../Steve_test_data)? I'm not sure what it can be the cause, I just run some test and I did not encounter any issue.

Upgrading the the data-saving functionality in napari-micromanager has been on our to-do-list and hopefully we will soon release an updated version where we use proper writers (we currently have an open PR specifically for that).

@tlambert03 tlambert03 changed the title Help with napari micromanager Data not saving correctly Feb 27, 2024
@tlambert03
Copy link
Member

tlambert03 commented Feb 27, 2024

Hi @swmercer34, thanks @fdrgsp.

Yeah, we're currently struggling to reproduce this. so we're going to need a bit more information. I'll make this information easier to gather in an upcoming PR, but for now, could you run the following commands and paste the output here?

python --version
mmcore --version
pip list

and, if possible, include your micro-manager config file so we can see which devices you might be using
thanks!

@tlambert03
Copy link
Member

tlambert03 commented Feb 27, 2024

Also, as @fdrgsp mentioned, the file-saving logic in napari-micromanager is lagging behind the activity in the lower level pymmcore-plus library... which now has much improved saving handlers for ome-tiff, ome-zarr, and tiff sequences. We haven't yet plugged it into napari-micromanager though, but changes and improvements are coming soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants