diff --git a/Pose2Sim/markerAugmentation.py b/Pose2Sim/markerAugmentation.py index de86a80..69e83c5 100644 --- a/Pose2Sim/markerAugmentation.py +++ b/Pose2Sim/markerAugmentation.py @@ -3,21 +3,21 @@ ''' - ########################################################################### - ## AUGMENT MARKER DATA ## - ########################################################################### - - Augment trc 3D coordinates. - - Estimate the position of 43 additional markers. - - INPUTS: - - a trc file - - filtering parameters in Config.toml - - OUTPUT: - - a filtered trc file +########################################################################### +## AUGMENT MARKER DATA ## +########################################################################### + +Augment trc 3D coordinates. + +Estimate the position of 43 additional markers. +INPUTS: +- a trc file +- filtering parameters in Config.toml + +OUTPUT: +- a filtered trc file + '''