User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:global_normalized_signal_mean

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:signal_commands:global_normalized_signal_mean [2024/07/12 14:07] – created sgrangervisual3d:documentation:pipeline:signal_commands:global_normalized_signal_mean [2024/11/15 20:57] (current) – Major strides towards pipeline command format. wikisysop
Line 1: Line 1:
-====== Global_Normalized_Signal_Mean ======+===== Global Normalized Signal Mean =====
  
-This command will compute the mean signal from a collection of signal traces. Each trace is time normalized to the specified Event_Sequence. Note that the Output signal is a [[Visual3D:Documentation:Definitions:File_Formats:P2D_Format|P2D Signal]]. The resulting signal, therefore, is stored in the GLOBAL_WORKSPACE.+This command computes the mean signal from a collection of signal traces, with each trace time-normalized to the specified [[visual3d:documentation:c3d_signal_types:event_label_data_type#event_sequence|event sequence]]. Note that the output signal is a [[Visual3D:Documentation:Definitions:File_Formats:P2D_Format|P2D Signal]] and is therefore stored in the Global Workspace.
  
 There are options within this command for calculating means: There are options within this command for calculating means:
 +  * for all traces from all active files
 +  * for all Signal traces with each active file. The global mean value is then the mean value of all values across all active c3d files.
 +  * for more than one CMO workspace. The mean value computed for the CMO library is the mean of the mean values from each CMZ file. For example, if one CMZ file has 10 signal traces and another CMZ file has 1 signal trace, each CMZ file contributes the same weight (i.e. each file contributes one mean signal trace).
  
-  * calculate the mean for all traces from all active files +<code> 
-  * in addition to the global mean signal, the mean value is computed for all Signal traces with each active file. The global mean value is then the mean value of all values across all active c3d files +Global_Normalized_Signal_Mean 
-  * For more than one cmo workspace. If the CMO Workspace is active (either motion files or globals then process the per CMO mean). In other words the mean value computed from the cmo library is the mean of the mean values from each cmo file. For example, if one cmo file has 10 signal traces and another cmo file has 1 signal trace, each cmo file contributes the same weight (i.e. each file contributes one mean signal trace). It is important to highlight the destinction, albeit subtle, between how this command functions when used within a single workspace and when used within the cmo library. For instance, within a single workspace the command will compute the mean for all instances in each trial and a global mean of all instances in the workspace. However, within the cmo library each cmo/cmz file contributes one mean value regardless of the number of instances within the file, and the command computes the mean of these mean values.+/SIGNAL_TYPES=LINK_MODEL_BASED+LINK_MODEL_BASED 
 +/SIGNAL_NAMES=RKNEE_ANGLE+LKNEE_ANGLE 
 +/SIGNAL_FOLDER=ORIGINAL+ORIGINAL 
 +/SIGNAL_COMPONENTS=X+X 
 +/START_LABEL= 
 +/END_LABEL= 
 +/EVENT_SEQUENCE= RHS+RHS++LHS+LHS 
 +! /EXCLUDE_EVENTS= 
 +/RESULT_NAME=KNEE_FLEXION 
 +! /RESULT_FOLDER=ORIGINAL 
 +/NORMALIZE_POINTS=101 
 +/CREATE_STANDARD_DEVIATION=TRUE 
 +! /CALCULATE_PER_FILE=FALSE 
 +
 +</code>
  
-The details for the above command options are discussed in the next section. 
  
-==== Pipeline Command ==== 
  
-The details for the command are: 
  
-**Global_Normalized_Signal_Mean** +==== Parameters ==== 
-/**SIGNAL_TYPES**=LINK_MODEL_BASED+LINK_MODEL_BASED +
-/**SIGNAL_NAMES**=RKNEE_ANGLE+LKNEE_ANGLE +
-/**SIGNAL_FOLDER**=ORIGINAL+ORIGINAL +
-**/SIGNAL_COMPONENTS**=X+X +
-**/START_LABEL**= +
-**/END_LABEL**= +
-**/EVENT_SEQUENCE**RHS+RHS++LHS+LHS +
-**! /EXCLUDE_EVENTS**= +
-**/RESULT_NAME**=KNEE_FLEXION +
-**! /RESULT_FOLDER**=ORIGINAL +
-**/NORMALIZE_POINTS**=101 +
-**/CREATE_STANDARD_DEVIATION**=TRUE +
-**! /CALCULATE_PER_FILE**=FALSE +
-**;**+
 If **CALCULATE_PER_FILE=false** All signal traces from all active files are used to compute the mean If **CALCULATE_PER_FILE=false** All signal traces from all active files are used to compute the mean
  
-\\ 
 If **CALCULATE_PER_FILE=true** In addition to the global mean signal the mean value is computed for all Signal traces with each active file. The global mean value is then the mean value of the mean values If **CALCULATE_PER_FILE=true** In addition to the global mean signal the mean value is computed for all Signal traces with each active file. The global mean value is then the mean value of the mean values
  
-\\ +If the **CMO Library** is active, it is important to highlight the distinction, albeit subtle, between how this command functions when used within a single workspace and when used within the CMO libraryFor instance, within a single workspace the command will compute the mean for all instances in each trial and a global mean of all instances in the workspaceHoweverwithin the CMO library each CMZ file contributes one mean value regardless of the number of instances within the file, and the command computes the mean of these mean values.
-**If the CMO Workspace is active** (either motion files or globalsthen process the per CMO mean)In other words the mean value computed from the cmo library is the mean of the mean values from each cmo fileFor exampleif one cmo file has 10 signal traces and another cmo file has 1 signal trace, each cmo file contributes the same weight (i.e. each file contributes one mean signal trace). +
- +
-==== Resulting Signals ==== +
- +
-The resulting signal is a [[Visual3D:Documentation:Definitions:File_Formats:P2D_Format|P2D]] signal and is stored in the GLOBAL_WORKSPACE. +
- +
-**If CALCULATE_PER_FILE=true** a P2D signal is also stored with each C3D file. +
- +
-==== Interactive Dialog ====+
  
-Several pipeline command have an interactive dialog that will allow you to set parameters via the dialog. For some parameters, you may still have to make changes via the text editor. The dialog for Global_Normalized_Signal_Mean is found below.+==== Output ====
  
-{{GMSM_1.jpg}}+The resulting signal is a [[Visual3D:Documentation:Definitions:File_Formats:P2D_Format|P2D]] signal and is stored in the Global Workspace.
  
-\\ +If **CALCULATE_PER_FILE=true** then a P2D signal is also stored with each C3D file.
-\\+
  
 +==== Dialog ====
  
-==== Subject computation using subject name/prefix parameters ====+The Global_Normalized_Signal_Mean command can also be edited interactively using the following dialog
  
-Visual3D is in the process of supporting multiple subjects within the same workspace, and across CMO/Z library workspaces. Older versions of Visual3D will not support the subject prefix extensions of this command.\\ +{{:GMSM_1.jpg}}
-\\ +
-When using a version of Visual3D prior to implementing multisubject support, Visual3D treats each CMO/Z file as a single subject. In this way, the normalized signal mean curve is generated in the CMO/Z GLOBAL for the subject processed within that CMO. In the same manner, when computing the normalized signal mean curve across a library of subjects, each CMO/Z is treated as a single subject and then the normalized signal mean is computed across CMO/Z files and placed into the workspace GLOBAL for the overall mean curve across subjects.\\ +
-\\ +
-Visual3D with multisubject support extends these normalized signal mean calculations to be computed for each subject that is identified in the .C3D parameters SUBJECT section. In this way, the a single CMO/Z GLOBAL will contain the normalized mean curve for each subject within the CMO/Z file, prefixed with the subject's prefix identifier contained in the .C3D parameters. The GLOBAL of the CMO/Z will also contain an unprefixed global normalized signal mean curve across all the subjects contained inside the CMO/Z file.\\ +
-\\ +
-When working across CMO/Z files in the CMO/Z library, multisubject support for this command will treat each subject in each CMO/Z file as separate subject to be separately included for calculating the normalized signal mean curve across all the subjects in the CMO/Z library.+
  
-\\ +==== Multisubject support ====
-\\+
  
 +Visual3D supports multiple subjects within the same workspace, and across CMO/Z library workspaces. Older versions of Visual3D will not support the subject prefix extensions of this command.
  
-\\+When using a version of Visual3D [[visual3d:getting_started:visual3d_release_notes#major_v2022081_release|prior to v2022.08.1]], Visual3D treats each CMO/Z file as a single subject. In this way, the normalized signal mean curve is generated in the CMO/Z Global Workspace for the subject processed within that file. In the same manner, when computing the normalized signal mean curve across a library of subjects, each CMO/Z is treated as a single subject and then the normalized signal mean is computed across CMO/Z files and placed into the workspace GLOBAL for the overall mean curve across subjects.
  
 +After v2022.08.1, Visual3D extends these normalized signal mean calculations to be computed for each subject that is identified in the .C3D parameters SUBJECT section. In this way, the a single CMO/Z GLOBAL will contain the normalized mean curve for each subject within the CMO/Z file, prefixed with the subject's prefix identifier contained in the .C3D parameters. The Global Workspace of the CMO/Z file will also contain an unprefixed global normalized signal mean curve across all the subjects contained inside the CMO/Z file. When working across CMO/Z files in the CMO/Z library, multisubject support for this command will treat each subject in each CMO/Z file as separate subject to be separately included for calculating the normalized signal mean curve across all the subjects in the CMO/Z library.
  
 ==== Examples ==== ==== Examples ====
  
-Below are a few examples using this command.+This command is incredibly useful for summarizing data in your CMZ files and there are a number of ways in which it can be used.
  
-=== Example 1: Global Normalized Means for 2 signals ===+=== Example 1: Global Normalized Means for 2 Signals ===
  
-This example will time normalize a signal (in this case Knee Flexion Angle) between events (RHS to RHS) for Right Knee angles and (LHS to LHS) for Left Knee angles, and compute a GLOBAL mean and Standard Deviation.+This example will time-normalize a signal (in this case Knee Flexion Angle) between events (RHS to RHS) for right knee angles and (LHS to LHS) for left knee angles, and compute the Global mean and standard deviation.
  
 **Note:** this example assumes that Right and Left Knee angles have been created and the events RHS and LHS have been found. **Note:** this example assumes that Right and Left Knee angles have been created and the events RHS and LHS have been found.
  
-\\ 
 First add the **Global_Normalized_Signal_Mean** command to the pipeline. Double click on the command to launch the dialog. First add the **Global_Normalized_Signal_Mean** command to the pipeline. Double click on the command to launch the dialog.
  
-{{GMSM_1.jpg}}+{{:GMSM_1.jpg}}
  
 In the bottom left-hand section of the dialog, select the **Link_Model_Based** signal type, **RKNEE_ANGLE** signal, and **X** component. Select the event sequence (e.g **RHS** to **RHS**). Click on **Add A New Signal**. The signal will now appear in the middle section of the dialog. In the bottom left-hand section of the dialog, select the **Link_Model_Based** signal type, **RKNEE_ANGLE** signal, and **X** component. Select the event sequence (e.g **RHS** to **RHS**). Click on **Add A New Signal**. The signal will now appear in the middle section of the dialog.
  
-{{GNSM_2.jpg}}+{{:GNSM_2.jpg}}
  
 To add the left knee angle signal, select the **Link_Model_Based** signal type, **LKNEE_ANGLE** signal, and **X** component. Select the event sequence (e.g **LHS** to **LHS**). Click on **Add A New Signal**. The signal will now appear in the middle section of the dialog. To add the left knee angle signal, select the **Link_Model_Based** signal type, **LKNEE_ANGLE** signal, and **X** component. Select the event sequence (e.g **LHS** to **LHS**). Click on **Add A New Signal**. The signal will now appear in the middle section of the dialog.
  
-{{GNSM_3.jpg}}+{{:GNSM_3.jpg}}
  
 Enter the **P2D Result Signal Name**, in this case **Knee_Angle**. Click on **Create Standard Deviation**. Enter the **P2D Result Signal Name**, in this case **Knee_Angle**. Click on **Create Standard Deviation**.
  
-{{GNSM_4.jpg}}+{{:GNSM_4.jpg}}
  
-Click **OK** to close the dialog. The text representation of the command is similar to the example seen in the next secton.+Click **OK** to close the dialog. The text representation of the command is similar to the example seen in the next section.
  
 === Example 2: Global Normalized Means for more than two signals === === Example 2: Global Normalized Means for more than two signals ===
  
-This example will time normalize several signals at the Hip, Knee, and Ankle for both left and right sides using a meta-command. The means for all 3 components of the each signal will be calculated.+This example will time-normalize several signals at the Hip, Knee, and Ankle for both left and right sides using a meta-command. The means for all 3 components of the each signal will be calculated.
  
-Let the cmo file contain the following signals:+Let the CMZ file contain the following signals: 
 +  * RANKLE_ANGLE 
 +  * RKNEE_ANGLE 
 +  * RHIP_ANGLE 
 +  * LANKLE_ANGLE 
 +  * LKNEE_ANGLE 
 +  * LHIP_ANGLE
  
-**RANKLE_ANGLE** 
-**RKNEE_ANGLE** 
-**RHIP_ANGLE** 
-**LANKLE_ANGLE** 
-**LKNEE_ANGLE** 
-**LHIP_ANGLE** 
 The events for heel strike are found and labeled **LHS** and **RHS**. This pipeline command script will call the meta-command **Create_Global_Means_For_Left_Right** to calculate the mean signal from heel strike to heel strike. The events for heel strike are found and labeled **LHS** and **RHS**. This pipeline command script will call the meta-command **Create_Global_Means_For_Left_Right** to calculate the mean signal from heel strike to heel strike.
  
Line 176: Line 161:
 ==== Exporting the Global Normalized Signal Mean ==== ==== Exporting the Global Normalized Signal Mean ====
  
-The signal is stored in the **Global Workspace**, so it is necessary to make **GLOBAL** the active file before the export command. In addition, the resulting signal is P2D file. The components for a P2D signal are different. Below is an example script that will export to ASCII the resulting P2D file.+The signal is stored in the [[visual3d:documentation:definitions:global_workspace|Global Workspace]], so it is necessary to make **GLOBAL** the active file before the export command. In addition, the resulting signal is in the [[visual3d:documentation:definitions:file_formats:p2d_format|P2D format]] which means that the components are different. Below is an example script that will export the resulting P2D file to ASCII.
  
 <code> <code>
visual3d/documentation/pipeline/signal_commands/global_normalized_signal_mean.1720793221.txt.gz · Last modified: 2024/07/12 14:07 by sgranger