pyvale.strain.strainimport module¶
- import_2d(data, binary=False, layout='matrix', delimiter=',')[source]¶
Import 2D strain result data from text or binary files.
The importer accepts the legacy 20-column strain format and the 3D-aware 23-column format that appends
x_mm,y_mmandz_mmafter the strain-window pixel coordinates.
- import_3d(data, binary=False, layout='matrix', delimiter=',')[source]¶
Import 3D-aware strain result data from text or binary files.
Returned
StrainResultsincludex_mm,y_mmandz_mmarrays for the strain-window centre in the cam0 coordinate system.