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

feat: offer full unstructured data #101

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

rather than only including the 'ImageMetadataLV' key, this PR expands ND2File.unstructured_metadata() to include all detected metadata keys.

still very experimental, certain sections may be parsed differently in future versions. But if anyone is looking for some hidden metadata in the file (that doesn't appear in .attributes, .experiment, or .metadata), this is the best place to start looking