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

general cleanup, full legacy support #5

Closed tlambert03 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #5 (bba1fea) into main (091872c) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##            main      #5    +/-   ##
======================================
  Coverage   0.00%   0.00%            
======================================
  Files          5       8     +3     
  Lines        516     848   +332     
======================================
- Misses       516     848   +332     
Impacted Files Coverage Δ
nd2/__init__.py 0.00% <0.00%> (ø)
nd2/_chunkmap.py 0.00% <0.00%> (ø)
nd2/_legacy.py 0.00% <0.00%> (ø)
nd2/_sdk/__init__.py 0.00% <0.00%> (ø)
nd2/_util.py 0.00% <0.00%> (ø)
nd2/_xml.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 11e887b...bba1fea. Read the comment docs.