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
53 stars 15 forks source link

add support for legacy SDK #2

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

edit though this doesn't actually "integrate" the legacy SDK into the main ND2File object... I'm merging at this point because i want this in main so I can work on smaller bits of functionality in smaller PRs

codecov-commenter commented 2 years ago

Codecov Report

Merging #2 (3da703a) into main (4bbc1be) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##            main      #2    +/-   ##
======================================
  Coverage   0.00%   0.00%            
======================================
  Files          4       5     +1     
  Lines        303     498   +195     
======================================
- Misses       303     498   +195     
Impacted Files Coverage Δ
nd2/__init__.py 0.00% <0.00%> (ø)
nd2/_chunkmap.py 0.00% <0.00%> (ø)
nd2/_util.py 0.00% <0.00%> (ø)
nd2/nd2file.py 0.00% <0.00%> (ø)
nd2/structures.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4bbc1be...3da703a. Read the comment docs.