visual3d:documentation:pipeline:file_commands:file_save
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:file_commands:file_save [2024/07/12 13:29] – removed sgranger | visual3d:documentation:pipeline:file_commands:file_save [2025/06/02 17:37] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== File Save ====== | ||
+ | |||
+ | ===== Overview ===== | ||
+ | |||
+ | The **File_Save** command is used to save the current state of the active CMZ file in Visual3D. | ||
+ | * Functions the same way as click a " | ||
+ | * If no CMZ file is active (e.g., untitled or no file has been opened), Visual3D will prompt the user to specify the file name and location for saving. | ||
+ | |||
+ | **Important Note**: This command is for saving over the currently open CMZ file, not creating a new one ("Save As"). | ||
+ | |||
+ | ===== Pipeline Command ==== | ||
+ | |||
+ | The command below is as seen on the Visual3D application, | ||
+ | |||
+ | < | ||
+ | File_Save | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ===== Command Parameters ===== | ||
+ | The following table shows the command parameters and descriptions. | ||
+ | |||
+ | |**Parameter** | ||
+ | |**! / | ||
+ | |||
+ | ===== Dialog ===== | ||
+ | |||
+ | Due to the simplicity of this command, there is no dialog box with editable fields like other commands. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | * The only editable parameter is the optional prompt shown in the save dialog. | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | The following examples will go through the use of the **File_Save** command in the Visual3D application. | ||
+ | |||
+ | ==== Example 1: Save a file after adding Gait Events ==== | ||
+ | |||
+ | This example loads a CMZ file, runs automatic gait event detection, and then saves the modified file. | ||
+ | |||
+ | Step 1: Open a file, the name/path will need to be filled in by the user, if not specified, a prompt will open for user to select CMZ. | ||
+ | |||
+ | < | ||
+ | File_Open | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/SUFFIX= | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | Step 2: Add Gait Events (kinetic data) | ||
+ | |||
+ | < | ||
+ | Automatic_Gait_Events | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | Step 3: Save File | ||
+ | |||
+ | < | ||
+ | File_Save | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== Example 2: Add custom events and metrics, then Save ==== | ||
+ | |||
+ | This example loads a file, adds a custom event using **Event_Global_Maximum**, | ||
+ | |||
+ | < | ||
+ | File_Open | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | |||
+ | Event_Global_Maximum | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | /THRESHOLD= | ||
+ | ; | ||
+ | |||
+ | Metric_Signal_Value_At_Event | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | File_Save | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ===== Notes ===== | ||
+ | |||
+ | * File_Save should be placed at the end of your pipeline unless intermediate saves are being made. | ||
+ | * If batch processing, always verify the file opened with ' | ||
+ | |||
+ | [[Visual3D: | ||
+ | |||
+ | |||
visual3d/documentation/pipeline/file_commands/file_save.1720790969.txt.gz · Last modified: 2024/07/12 13:29 by sgranger