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

make 2 utils public #41

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

nd2.AXIS and nd2.is_supported_file

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (974a70d) into main (41fdc78) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   87.39%   87.40%   +0.01%     
==========================================
  Files          11       11              
  Lines        1174     1175       +1     
==========================================
+ Hits         1026     1027       +1     
  Misses        148      148              
Impacted Files Coverage Δ
src/nd2/__init__.py 100.00% <100.00%> (ø)
src/nd2/_util.py 90.56% <100.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 41fdc78...974a70d. Read the comment docs.