add a bffile datasource and bioformats load path in image.py#1652
add a bffile datasource and bioformats load path in image.py#1652barentine wants to merge 1 commit intopython-microscopy:masterfrom
Conversation
|
Sounds good to me. Is installing bffile relatively painless? Is it painless enough that w might consider adding it to our dependencies? |
|
I especially like the fact that it has a lazy loader (although the terminology is slightly misleading - |
|
Super painless to install over my recent 3.11 numpy 2.4 install via |
|
Hi @barentine, I have played around with this a little, very nice! Trying to use it to get metadata for confocal planes/stacks loaded from On the mac I tried |
|
Second small issue I came across is the orientation of loaded images/stacks. Here I get some swapping of x/y axes and orientations as compared to the MINFLUX coordinate data (x and y coordinates). Interestingly, this was done "correctly" by using the existing Finally, I do need to fall back to For my own use I need to get at the per image metadata which I can apparently get with Not sure how what is the right way here to go forward, looking for suggestions and would be happy to assist if useful. |
Addresses issue #bioformats installation. Posting as a draft for discussion - unclear if this is a direction we're interested in or not, but it was helpful for me to load some nd2 files from a collaborator.
Is this a bugfix or an enhancement?
enhancement
Proposed changes:
loading tested with
untested
-time series