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:13] 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 56: Line 56:
 The log file will contain all the signal commands that were run, including model based signals and metric signals.  The log file will contain all the signal commands that were run, including model based signals and metric signals. 
  
-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 signals created).\\ +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**\\ 
 <code> <code>
 Compute_Model_Based_Data Compute_Model_Based_Data
Line 68: 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>
 +
 +
 +If a signal is failed to be created, ****FAILED**** will be shown, example shown below.
 +<code>
 +Event_Maximum
 +/RESULT_EVENT_NAME=PEAK_KNEE_ANGVEL
 +/SIGNAL_TYPES=LINK_MODEL_BASED
 +/SIGNAL_FOLDER=BAT
 +/SIGNAL_NAMES=FKNEE_ANGVEL
 +/SIGNAL_COMPONENTS=X
 +/EVENT_SEQUENCE=SWING
 +/EVENT_INSTANCE=1
 +/FRAME_WINDOW=20
 +;
 +! ********* FAILED ***************
 </code> </code>
visual3d/tutorials/pipeline/hawkeyeprocessing.1764342805.txt.gz · Last modified: by wikisysop