Data Types ================ Data types are used to store and process data in MyoVerse. They are used to store data in a structured way. .. currentmodule:: myoverse.datatypes .. autosummary:: :toctree: generated/datatypes :template: class.rst EMGData KinematicsData VirtualHandKinematics Base Data Class ----------------- .. important:: If you wish to add a new data type make sure they inherit from the following base class. .. currentmodule:: myoverse.datatypes .. autosummary:: :toctree: generated/datatypes :template: class.rst _Data