I have a series of .nd2
files from NIS Elements AR, associated with Nikon microscopes. In Elements AR custom user defined metadata can be added to images/image series and is saved in the .nd2
format. When these files are saved and then reopened in Elements AR the custom metadata is all displayed correctly
A range of python .nd2
importers exists eg. nd2
, nd2reader
and pims_nd2
. However although these packages can extract most of the .nd2
metadata I cannot access the user defined custom metadata. Perhaps I am missing a function in these packages to access the user defined metadata (the .custom_data
option in nd2
does not work)
Does anyone have any experience extracting this type of custom metadata from Nikon .nd2
files or similar proprietary microscope software?