Replay Converter Tool

The Replay Converter is a console application that lets you do the following conversions with Surface scan data:

.gprec <=> .srf/.sur/.pcd (Valid for Surface input data)

.gprec <=> .pro (Valid for Profile recording input data)

.gprec => .csv (Valid for Profile/Surface recording input data)

Intensity information is included when converting to and from .pcd and .srf files. Intensity is not supported when converting to and from the .sur format.

You can get the tool in the utilities package (14631-x.x.x.x_SOFTWARE_GoPxL_Utilities.zip) from the downloads area of the LMI Technologies website: https://lmi3d.com/product-downloads/.

After downloading the utility package, unzip the file and run ReplayConverter.exe (under Tools\ReplayConverter).

The tool provides the following parameters:

--help: Show the instructions for use

-i/--input: Specify the file name of the input file

-f/--frame: Specify the index of the exported frame in the recording data (Default is 0)

-w/--width: Specify the width of the exported surface (Only valid for the pcd file importing)

-h/--height: Specify the height of the exported surface (Only valid for the pcd file importing)

-s/--swap: Whether to swap the x and z coordinates (Only valid for the pcd file importing)

-z/--zoom: Specify the zooming factor of the exported surface (Only valid for the pcd file importing)

-r/--remove: Remove the specific point (Only valid for the pcd file importing)

-a/--all: Export all the frames if the import is recording data

-o/--output: Specify the file name of the output file. For the case that the imported file isn't a recording data, if the exported file name isn't specified, it will use the imported file name as the exported file name

For example, 'ReplayConverter.exe xxx.gprec -f 0 -o xxx.sur'