Skip to content

Draft: Assign dtypes to arrays extracted from DTT files (TF and ASD)

Evan Goetz requested to merge evan-goetz/pydarm:cast-freq into master

This is an attempt to address #143 (closed). Here we explicitly assign the dtype for data arrays that are extracted from DTT because DTT internal format is all in single precision. There is some suspicious behaviour that @joseph-betzwieser has reported and this may be a way to solve the issue. Testing is needed.

Merge request reports