Save Results to File
Function Description
Saves result data to a local file.
Use Cases
This step can save various types of data; to save 2D images, it is recommended to use the Save Images step.
Inputs
Data: Data of any type.
Outputs
Saved File Name: The name of the saved file.
Parameters
File Path Settings
Save Path: Set the file save path.
Directory Settings
File Name Prefix: Set the prefix for the output file name.
File Name Identifier Type: Set the type of unique identifier for the output file name. You can select Timestamp or Index.
Output Path Type
Set the type of output path.
Absolute: Output the absolute path of the saved file.
File Name: Output the file name of the saved file (including suffix).
Base Name: Output the file name of the saved file (without suffix).
For example, save point cloud data to “D:\UCVESolutions\Saved Data”, and set “File Name Prefix” to test.
Absolute Path: Output is “D:\UCVESolutions\Saved Data\test_00001.pcd”.
File Name: Output is “test_00001.pcd”.
Base Name: Output is “test_00001”.
File Management Settings
File Sorting Option: Sort by sequence series or timestamp.
Max File Count: Set the maximum number of files allowed to be saved.
Auto Overwrite: When checked, when the maximum file count is reached, the earliest file will be automatically overwritten.