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/17 15:22] – sgranger | visual3d:documentation:pipeline:file_commands:file_save [2025/06/02 17:37] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== File Save ====== | ====== File Save ====== | ||
- | Save the current | + | ===== Overview ===== |
+ | |||
+ | The **File_Save** command is used to save the current | ||
+ | * Functions the same way as click a " | ||
+ | * If no CMZ file is active | ||
+ | |||
+ | **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 | + | 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 | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | 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: | ||
visual3d/documentation/pipeline/file_commands/file_save.1721229779.txt.gz · Last modified: 2024/07/17 15:22 by sgranger