Skip to content

Reading DTT xml files to Python

Antonios Kontos requested to merge (removed):readdata into master

DTT xml data can be read using the module dtt2hdf. The module can be imported using pip. For quick reference I created an example file for how to read the data you need (transfer functions, coherence, asd's) in the folder pydarm/examples, as well as added a folder in pydarm/data_files where I put the necessary files for testing.

Merge request reports