User Tools

Site Tools


visual3d:tutorials:pipeline:hawkeyeprocessing

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:tutorials:pipeline:hawkeyeprocessing [2025/11/28 15:22] wikisysopvisual3d:tutorials:pipeline:hawkeyeprocessing [2025/11/28 15:31] (current) wikisysop
Line 47: Line 47:
 ; ;
 </code> </code>
 +----
 ====Log File==== ====Log File====
 **Log File Naming & Location**\\ **Log File Naming & Location**\\
Line 58: Line 58:
 For example, a command that ran successfully and created the correct signal, below the command will be list of the signals created (if multiple C3D files are being processed there will be a list of the same signals created for each file).\\ For example, a command that ran successfully and created the correct signal, below the command will be list of the signals created (if multiple C3D files are being processed there will be a list of the same signals created for each file).\\
 This line shows the right hip angle was created as a LINK_MODEL_BASED signal, since there is only 1 this means that there is only one file being processed: **LINK_MODEL_BASED::ORIGINAL::123456:RHIP_ANGLE**\\ This line shows the right hip angle was created as a LINK_MODEL_BASED signal, since there is only 1 this means that there is only one file being processed: **LINK_MODEL_BASED::ORIGINAL::123456:RHIP_ANGLE**\\
-If using a command like Signal_Magnitude, the command will be run on various signals within 1 file, a list will be created showing which signals the command outputted successfully. +
 <code> <code>
 Compute_Model_Based_Data Compute_Model_Based_Data
Line 69: Line 69:
 ; ;
 ! LINK_MODEL_BASED::ORIGINAL::123456:RHIP_ANGLE ! LINK_MODEL_BASED::ORIGINAL::123456:RHIP_ANGLE
 +</code>
 +If using a command like Signal_Magnitude, the command might be run on various signals within 1 file, a list will be created showing which signals the command outputted successfully for each file being processed. Seen below a magnitude of the back hip speed and front hip speed was successfully created. 
 +<code>
 +Signal_Magnitude
 +/SIGNAL_TYPES=DERIVED
 +/SIGNAL_FOLDER=BAT
 +/SIGNAL_NAMES=BHIP_SPEED+FHIP_SPEED
 +/RESULT_TYPES=LINK_MODEL_BASED
 +/RESULT_FOLDERS=BAT
 +/RESULT_NAME=BHIP_SPEED+FHIP_SPEED
 +/APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +;
 +! DERIVED::BAT::123456:BHIP_SPEED
 +! DERIVED::BAT::123456:FHIP_SPEED
 +!
 </code> </code>
 +
  
 If a signal is failed to be created, ****FAILED**** will be shown, example shown below. If a signal is failed to be created, ****FAILED**** will be shown, example shown below.
-<Code>+<code>
 Event_Maximum Event_Maximum
 /RESULT_EVENT_NAME=PEAK_KNEE_ANGVEL /RESULT_EVENT_NAME=PEAK_KNEE_ANGVEL
visual3d/tutorials/pipeline/hawkeyeprocessing.1764343370.txt.gz · Last modified: by wikisysop