I see in the extended supplement at doi:10.5281/zenodo.6485993 that you read a tdms file with io.load() and then extract traces and metadata with traces_to_numpy_and_meta. This function doesn't seem to exist in the current lightguide.utils.
Can you provide any current advice for reading tdms files and getting the data and metadata?
I see in the extended supplement at doi:10.5281/zenodo.6485993 that you read a tdms file with
io.load()
and then extract traces and metadata withtraces_to_numpy_and_meta
. This function doesn't seem to exist in the currentlightguide.utils
.Can you provide any current advice for reading tdms files and getting the data and metadata?