visual3d:tutorials:pipeline:command_pipeline
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:tutorials:pipeline:command_pipeline [2024/07/26 19:01] – [Syntax for using a Pipeline Parameter in a another Pipeline Command:] wikisysop | visual3d:tutorials:pipeline:command_pipeline [2025/01/15 19:30] (current) – [Prerequisites] wikisysop | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Objectives ===== | ===== Objectives ===== | ||
- | The objective of this Tutorial | + | The main objective of this tutorial |
- | * Teach you how to use the command processing pipeline. | + | * Use the command processing pipeline; and |
- | * Introduce you to working | + | * Work with Visual3D pipeline commands. |
+ | If you prefer, a video tutorial is available outlining the same process. It is available at this link: [[https:// | ||
===== Overview ===== | ===== Overview ===== | ||
- | The Command Processing Pipeline | + | The Command Processing Pipeline |
- | Any pipeline command that can be run interactively through the pipeline processor may be saved to a text file. This file may be reloaded later, or combined with other command files to build a more complex pipeline. The Pipeline dialog (or any text processor) can be used to create the pipeline. | + | The pipeline processor can be launched from the Pipeline menu option or from the Visual3D toolbar. |
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | This tutorial assumes that Visual3D has been installed and that a model has been created and movement data has been applied to the model. It is suggested that you first complete the previous [[Visual3D: | + | This tutorial assumes that Visual3D has been installed and that a model has been created and movement data has been applied to the model. It is suggested that you first complete the previous [[Visual3D: |
+ | * **Tutorial3_Start.cmz**: | ||
+ | * **Tutoria3_Final.cmz**: | ||
+ | * **Tutorial3_CommandPipeline_Script.v3s**: | ||
+ | * **Walking Trial 1.c3d**: Uncorrected movement trial from start of Tutorial 2. | ||
+ | * **Corrected Walking Trial 1.c3d**: Corrected movement trial from Tutorial 2 | ||
===== Preparation ===== | ===== Preparation ===== | ||
- | - In the File menu, select Open and select | + | - In the File menu, select Open and select |
- Click on Signal and Event Processing to visualize the animation of the model based on the movement data and the model that was applied to it. If the animation does not appear in the 3D Animation viewer, check the active file combo box on the toolbar. It should read ' | - Click on Signal and Event Processing to visualize the animation of the model based on the movement data and the model that was applied to it. If the animation does not appear in the 3D Animation viewer, check the active file combo box on the toolbar. It should read ' | ||
- If the animation is not playing, click on the PLAY button of the VCR controls at the bottom of the screen. | - If the animation is not playing, click on the PLAY button of the VCR controls at the bottom of the screen. | ||
- | - There are many viewing options for the Animation viewer available under the View Menu item or by clicking with the Right Mouse Button in the Animation Viewer itself. You should play around with these options to see the effects they have; most of the effects are intuitively obvious. | + | - There are many viewing options for the Animation viewer available under the View Menu item or by clicking with the Right Mouse Button in the Animation Viewer itself. You should play around with these options to see the effects they have; most of the effects are intuitive. |
===== Overview of Command Menu ===== | ===== Overview of Command Menu ===== | ||
- | To open the command menu, click on the " | + | To open the command menu, click on the " |
The pipeline workshop will open. To orient you, commands are located in the left column. The commands are organized into folders for: | The pipeline workshop will open. To orient you, commands are located in the left column. The commands are organized into folders for: | ||
Line 110: | Line 115: | ||
* Click **Execute Pipeline** | * Click **Execute Pipeline** | ||
- | * The **Open Movement Files** dialog will appear. Browse and select a c3d file of your choice. The c3d file will be opened in the workspace and the processing results window will show you that the pipeline was processed with out error. | + | * The **Open Movement Files** dialog will appear. Browse and select a c3d file of your choice, the **Corrected Walking Trial 1.c3d** is included within the ZIP file for you to use. The c3d file will be opened in the workspace and the processing results window will show you that the pipeline was processed with out error. |
{{: | {{: | ||
Line 135: | Line 140: | ||
{{: | {{: | ||
- | ==== "Active Files" Selection | + | ==== Selecting |
- | * If only one file is selected in the file selection box, the pipeline, when executed, will perform actions only on the data from that file. (i.e. walk1.c3d) | + | * If only one file is selected in the file selection box, the pipeline, when executed, will perform actions only on the data from that file. (i.e. Walking Trial 1.c3d) |
* If **ALL_FILES** is selected, the script will perform actions on every file individually, | * If **ALL_FILES** is selected, the script will perform actions on every file individually, | ||
- | * If a **TAG** (see next section) is selected, the script will perform actions on every file with that TAG individually, | + | * If a **TAG** (see next section) is selected, the script will perform actions on every file with that TAG individually, |
- | ==== "Active Files" Selection by Command Parameter ==== | + | ==== Selecting |
* Commands that include the parameter **FILE_NAME** explicitly act on that file rather the Active Files. | * Commands that include the parameter **FILE_NAME** explicitly act on that file rather the Active Files. | ||
Line 149: | Line 154: | ||
; | ; | ||
</ | </ | ||
- | * The user can control the Active Files in the Pipeline by adding the command | + | * The user can control the Active Files in the Pipeline by adding the command |
==== Example 3 - Select_Active_File Command ==== | ==== Example 3 - Select_Active_File Command ==== | ||
Line 164: | Line 169: | ||
* To edit the **Select_Active_File** command. Select the **Select_Active_File** command in the main pipeline and click on the **Edit** button below the parameter frame. | * To edit the **Select_Active_File** command. Select the **Select_Active_File** command in the main pipeline and click on the **Edit** button below the parameter frame. | ||
* In the Edit window, remove the leading exclaimation point from the **/ | * In the Edit window, remove the leading exclaimation point from the **/ | ||
- | * To the **/ | + | * To the **/ |
- | {{:Tutorial4_7.jpg}} | + | {{:visual3d: |
- | * For this tutorial, add C:\demo files\tutorials\Walking Trial 1.c3d to the **/ | + | * Add C:\Users\Documents\Visual3D Tutorial ZIP Files\Visual3D Tutorial3 Command Pipeline\Walking Trial 1.c3d to the **/ |
* Click **OK.** | * Click **OK.** | ||
* Click **Execute Pipeline.** | * Click **Execute Pipeline.** | ||
- | * This time select **Tutorial2.cmo** when prompted to select the motion file. | + | * This time select **Tutorial3_Start.cmz** when prompted to select the motion file. |
* If you get a file selection error or it appears that the file was not selected as requested, see the explanation below. | * If you get a file selection error or it appears that the file was not selected as requested, see the explanation below. | ||
===== Challenges with identifying files ===== | ===== Challenges with identifying files ===== | ||
- | This is a potentially frustrating issue related to the Select_Active_File command (and many other commands), which is worth discussing before moving on because it confuses many users. | + | This is a potentially frustrating issue related to the Select_Active_File command (and many other commands), which is worth discussing before moving on because it confuses many users. |
- | To cope with this difficulty | + | Ensure that you add the entire |
< | < | ||
Line 186: | Line 191: | ||
</ | </ | ||
- | Many commands, however, allow the use of a wildcard that can circumvent the problem with the complete specification of the path. For example, the following change to the previous command will find all files whose name ends with Trial 1.c3d | + | Many commands, however, allow the use of a [[visual3d: |
< | < | ||
Line 194: | Line 199: | ||
</ | </ | ||
- | ===== Workspace | + | ===== Workspace |
A tag is simply a user defined file attribute. Tags are provided as a method of classifying (or categorizing) files. | A tag is simply a user defined file attribute. Tags are provided as a method of classifying (or categorizing) files. | ||
Line 217: | Line 222: | ||
As was mentioned before, if you make only these files active then they will be affected by the Pipeline. This greatly increases the processing power of Visual3D as you are allowed to selectively eliminate and choose various trials to process based on various attributes. | As was mentioned before, if you make only these files active then they will be affected by the Pipeline. This greatly increases the processing power of Visual3D as you are allowed to selectively eliminate and choose various trials to process based on various attributes. | ||
- | ==== To assign | + | ==== Assign |
* Open the **Workspace Status** Tab | * Open the **Workspace Status** Tab | ||
Line 244: | Line 249: | ||
* Click **OK.** | * Click **OK.** | ||
* Click **Execute Pipeline.** | * Click **Execute Pipeline.** | ||
- | * This time select //Tutorial2.cmo// when prompted to select the motion file. The end result will be that the file Walking Trial 1.c3d will be tagged //Walk// | + | * This time select //Tutorial3_Start.cmz// when prompted to select the motion file. The end result will be that the file Walking Trial 1.c3d will be tagged //Walk// |
==== Deleting Tags ==== | ==== Deleting Tags ==== | ||
Line 250: | Line 255: | ||
The mechanism for deleting file tags is not always intuitive: if no files are checked in a tag’s column, the tag will be deleted as soon as you switch to a different page. If you accidentally delete a tag in this way, you can just create it again using the **Add New File Tag** button on the Workspace Status page. | The mechanism for deleting file tags is not always intuitive: if no files are checked in a tag’s column, the tag will be deleted as soon as you switch to a different page. If you accidentally delete a tag in this way, you can just create it again using the **Add New File Tag** button on the Workspace Status page. | ||
- | ===== Pipeline | + | ===== Pipeline |
- | An important feature of the pipeline is the ability to create and use global parameters. A global parameter is a way to store a text string for use in Pipeline commands. In one sense it is similar to specifying a global variable in a scripting language, such as body weight, that could be used in computations. | + | An important feature of the pipeline is the ability to create and use global parameters. A global parameter is a way to store a text string for use in Pipeline commands. In one sense it is similar to specifying a global variable in a scripting language, such as body weight, that could be used in computations. |
==== Example 5 - Set_Pipeline_Parameter_to_Folder_Path Command ==== | ==== Example 5 - Set_Pipeline_Parameter_to_Folder_Path Command ==== | ||
Line 293: | Line 298: | ||
A folder is really a special case of a global parameter because it is used so often. If the PARAMETER_VALUE is left blank, on execution a browse dialog will appear to allow you to browse and select the folder. This eliminates the need to type in the FOLDER parameter for every subject. Through judicious use of parameter and wildcards very general pipelines can be developed that can be used as batch processing scripts for every day processing of data. | A folder is really a special case of a global parameter because it is used so often. If the PARAMETER_VALUE is left blank, on execution a browse dialog will appear to allow you to browse and select the folder. This eliminates the need to type in the FOLDER parameter for every subject. Through judicious use of parameter and wildcards very general pipelines can be developed that can be used as batch processing scripts for every day processing of data. | ||
- | ===== Pipeline | + | ===== Pipeline |
- | Signal and event processing will be covered in much greater detail in the next tutorial but we begin looking at it now because much Signal and Event Processing in Visual3D is done using the pipeline. For example a very common process in treating Motion Capture | + | Signal and event processing will be covered in much greater detail in the next tutorial but we begin looking at it now because much Signal and Event Processing in Visual3D is done using the pipeline. For example a very common process in preparing motion capture |
==== Example 6 - Interpolate and Low Pass Filter Commands ==== | ==== Example 6 - Interpolate and Low Pass Filter Commands ==== | ||
Line 307: | Line 312: | ||
{{: | {{: | ||
- | * the main toolbar, click on the Pipeline button to Pipeline Processing Dialog. | + | * In the main toolbar, click on the Pipeline button to Pipeline Processing Dialog. |
{{: | {{: |
visual3d/tutorials/pipeline/command_pipeline.1722020468.txt.gz · Last modified: 2024/07/26 19:01 by wikisysop