tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
54 stars 15 forks source link

Refactor fixup #51

Closed shenker closed 2 years ago

shenker commented 2 years ago

Fixes https://github.com/tlambert03/nd2/issues/50

@tlambert03 I'm running into horrible library path issues (probably related to https://github.com/tlambert03/nd2/issues/24) so I can't test this myself currently... I'm trying to fix things, will probably open another issue later today.

tlambert03 commented 2 years ago

Thanks! I pushed some slight fixes directly to your branch (where the keyword "safe" was still being used)

tlambert03 commented 2 years ago

@tlambert03 I'm running into horrible library path issues

can you tell me how you set up the environment? (I think you're one of the first to try)... we can dig into this in another issue though

tlambert03 commented 2 years ago

all green! thanks a lot @shenker!