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 14:54] wikisysopvisual3d:tutorials:pipeline:hawkeyeprocessing [2025/11/28 15:31] (current) wikisysop
Line 47: Line 47:
 ; ;
 </code> </code>
 +----
 ====Log File==== ====Log File====
-The log file name is the CMZ file name concatenated with "_log" : **CMZ file name_log.txt**+**Log File Naming & Location**\\ 
 +The log file name is the CMZ file name, date file was created, concatenated with "_log" : **CMZ file name_date_log.txt**. The log file will be saved in the same file directory as the created CMZ after running the pipeline.  
 +\\ 
 +\\ 
 +**Contents**\\ 
 +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 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**\\ 
 + 
 +<code> 
 +Compute_Model_Based_Data 
 +/RESULT_NAME=RHIP_ANGLE 
 +/SUBJECT_TAG=ALL_SUBJECTS 
 +/FUNCTION=JOINT_ANGLE 
 +/SEGMENT=RTH 
 +/REFERENCE_SEGMENT=RPV 
 +/RESOLUTION_COORDINATE_SYSTEM= 
 +
 +! 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>
visual3d/tutorials/pipeline/hawkeyeprocessing.1764341693.txt.gz · Last modified: by wikisysop