Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 763 Bytes

code_documentation.rst

File metadata and controls

45 lines (27 loc) · 763 Bytes

Code documentation

The Model class

pyEMA.Model

Stable pole selection

The SelectPoles class is called from the Model class by calling select_poles() method:

# Initiating the ``Model`` class
m = Model(...)
m.get_poles()

# Selecting the poles
m.select_poles()

In this case, the Model argument is passed automatically.

pyEMA.pole_picking.SelectPoles

Tools

pyEMA.tools

Normal modes

pyEMA.normal_modes.complex_to_normal_mode

pyEMA.normal_modes._large_normal_mode_approx