pyvale.dic.dicimport3d module¶
- import_3d(data, delimiter, binary=False, layout='matrix', print_level=1)[source]¶
Import stereo DIC result data from human readable text or binary files.
- Parameters:
data (
strorpathlib.Pathorlist[pathlib.Path]) – Path pattern to the data files (can include wildcards).layout (
str, optional) – Format of the output data layout: “column” or “matrix”.binary (
bool, optional) – If True, expects binary files.delimiter (
str, optional) – Delimiter used in text files.
- Returns:
Results– Results object containing both 2D DIC and stereo DIC data.