myoconverter.O2MPipeline

Module Contents

Functions

O2MPipeline(osim_file, geometry_folder, output_folder, ...)

param osim_file:

Path to the OpenSim OSIM model file

coordinate_kwargs(osim_file, output_folder, ...)

Some config flags may conflicting with each other, this coordinate step is to manage them.

Attributes

argparser

myoconverter.O2MPipeline.O2MPipeline(osim_file, geometry_folder, output_folder, **kwargs)[source]
Parameters:
  • osim_file – Path to the OpenSim OSIM model file

  • geometry_folder – Path to the Geometry folder

  • output_folder – Path to folder where converted model is saved

:param : Selected conversion steps, any subset of [1, 2, 3] :param kwargs: convert_step, muscle_list, osim_data_overwrite, convert,

validation, generate_pdf, speedy, add_ground_geom, treat_as_normal_path_point

Returns:

myoconverter.O2MPipeline.coordinate_kwargs(osim_file, output_folder, convert_steps, osim_data_overwrite, conversion, validation, speedy)[source]

Some config flags may conflicting with each other, this coordinate step is to manage them.

myoconverter.O2MPipeline.argparser[source]