Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.SMAC_GUI

Signature

class sdynpy.SMAC_GUI(frf_data: sdynpy.core.sdynpy_data.TransferFunctionArray)

QMainWindow(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())

Methods

NameSummary
__init__Initialize self. See help(type(self)) for accurate signature.
add_initial_root
add_root
autofit_roots
compute_correlation_matrix
compute_pseudoinverse
compute_shapes
confirm_initial_roots_for_autofit
connect_callbacks
delete_initial_roots
delete_roots
export_mode_table
load_geometry
load_shapes
paint_markers
plot_mac
plot_shapes
refind_peaks
save_shapes
update_coefficient_and_refind
update_crosshairs
update_frequency_line_label
update_initial_rootlist_tab
update_rootlist_table
update_selector_and_refind

__init__

def sdynpy.SMAC_GUI.__init__(self, frf_data: sdynpy.core.sdynpy_data.TransferFunctionArray)

Initialize self. See help(type(self)) for accurate signature.

add_initial_root

def sdynpy.SMAC_GUI.add_initial_root(self, event)

add_root

def sdynpy.SMAC_GUI.add_root(self)

autofit_roots

def sdynpy.SMAC_GUI.autofit_roots(self)

compute_correlation_matrix

def sdynpy.SMAC_GUI.compute_correlation_matrix(self)

compute_pseudoinverse

def sdynpy.SMAC_GUI.compute_pseudoinverse(self)

compute_shapes

def sdynpy.SMAC_GUI.compute_shapes(self)

confirm_initial_roots_for_autofit

def sdynpy.SMAC_GUI.confirm_initial_roots_for_autofit(self)

connect_callbacks

def sdynpy.SMAC_GUI.connect_callbacks(self)

delete_initial_roots

def sdynpy.SMAC_GUI.delete_initial_roots(self)

delete_roots

def sdynpy.SMAC_GUI.delete_roots(self)

export_mode_table

def sdynpy.SMAC_GUI.export_mode_table(self)

load_geometry

def sdynpy.SMAC_GUI.load_geometry(self)

load_shapes

def sdynpy.SMAC_GUI.load_shapes(self)

paint_markers

def sdynpy.SMAC_GUI.paint_markers(self)

plot_mac

def sdynpy.SMAC_GUI.plot_mac(self)

plot_shapes

def sdynpy.SMAC_GUI.plot_shapes(self)

refind_peaks

def sdynpy.SMAC_GUI.refind_peaks(self)

save_shapes

def sdynpy.SMAC_GUI.save_shapes(self)

update_coefficient_and_refind

def sdynpy.SMAC_GUI.update_coefficient_and_refind(self)

update_crosshairs

def sdynpy.SMAC_GUI.update_crosshairs(self, position)

update_frequency_line_label

def sdynpy.SMAC_GUI.update_frequency_line_label(self)

update_initial_rootlist_tab

def sdynpy.SMAC_GUI.update_initial_rootlist_tab(self, no_reset_axes=False)

update_rootlist_table

def sdynpy.SMAC_GUI.update_rootlist_table(self)

update_selector_and_refind

def sdynpy.SMAC_GUI.update_selector_and_refind(self)