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 `unstructured_metadata` method, fix missing position names in experiment. #93

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

the new unstructured_metadata method exposes all metadata in the ImageMetadataLV portion of the nd2 header. There's useful stuff in there.

this also closes #78 by mining that information for position names when the SDK fails to extract them (also contacted LIM about this)