pyrocko / lightguide

Tools for distributed acoustic sensing data.
GNU General Public License v3.0
42 stars 8 forks source link

Read TDMS file #11

Open spri902 opened 1 year ago

spri902 commented 1 year ago

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?

miili commented 11 months ago

Hi Parker,

no that function was factored out. You can read in TDMS data with pyrocko

io.load("tdms.file")