pyOMA.GUI.SSICovRefGUI#
Interactive PyQt6 widget for pyOMA.core.SSICovRef.BRSSICovRef.
Wraps a BRSSICovRef instance: each button
runs one step of its build_toeplitz_cov -> compute_modal_params
sequence (see BRSSICovRef.init_from_config for the canonical order)
directly on the instance, so the object handed in (or created on first use)
is mutated in place. PogerSSICovRef (the multi-setup PoGER variant) is
a genuinely different, multi-PreProcessSignals workflow and is not
covered by this widget.
Widget layout lives in ui/ssi_cov_ref.ui (compiled to
generated/ui_ssi_cov_ref.py by scripts/build_ui.py); this module
only wires signals/slots and the build/compute steps.
Classes
|
Interactive widget for the BRSSICovRef (SSI-Cov-Ref) method. |