Skip to main content

Read AEWin acoustic emissions DTA files

Project description

MistrasDTA

Python module to read acoustic emissions hit data and waveforms from Mistras DTA files. The structure of these binary files is detailed in Appendix II of the Mistras user manual.

Installation

MistrasDTA can be installed from PyPI with the following command:

python -m pip install MistrasDTA

Usage

Read the hit summary table from a DTA file:

import MistrasDTA
rec, _ = MistrasDTA.read_bin('cluster.DTA', skip_wfm=True)

Read hit summary and waveform data from a DTA:

import MistrasDTA
from numpy.lib.recfunctions import join_by

# Read the binary file and join summary and waveform tables
rec, wfm = MistrasDTA.read_bin('cluster.DTA')
merged = join_by(['SSSSSSSS.mmmuuun', 'CH'], rec, wfm)

# Extract the first waveform in units of microseconds and volts
t, V = MistrasDTA.get_waveform_data(merged[0])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mistrasdta-0.1.4.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

MistrasDTA-0.1.4-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file mistrasdta-0.1.4.tar.gz.

File metadata

  • Download URL: mistrasdta-0.1.4.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for mistrasdta-0.1.4.tar.gz
Algorithm Hash digest
SHA256 07c7525dfa4bbe3256c1546649bd555d24168d8aca93b0473530ee32f842b3ba
MD5 19e09f4a0a9d87bd5328c1a2e026eca8
BLAKE2b-256 7d78547c9822b3d1e8cf869fe16f071aa9925674ea54b25c9eca78c2398cac7c

See more details on using hashes here.

File details

Details for the file MistrasDTA-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: MistrasDTA-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for MistrasDTA-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a49580979fa1dc75eeaec2c9ccbd10cc99b934f4e2166c332f8284de2f48b15b
MD5 d3b8a80dbe40c2c826d618bcb22ae9e0
BLAKE2b-256 25717035962828e7254eb61f55b7cc21cd12f3faacc1618ff60535637ce6744a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page