Object creation with the from_*
methods. For example, if you want to define a marker array from a csv file: markers = Markers.from_csv(...)
.
meca
array accessor. For example, to low-pass filter our previous markers: markers.meca.low_pass(...)
.Note
Check out the API reference to see the parameters, use cases and examples associated with each function.
You can explore all of pyomeca's public API on the following interactive visualization. Hover the mouse over any block to display a short description with some examples and click to jump to the corresponding API reference.