pyOMA.GUI.PRCEGUI#
Interactive PyQt6 widget for pyOMA.core.PRCE.PRCE.
Wraps a PRCE instance: each button runs one step of
its build_corr_tensor -> compute_modal_params sequence (see
PRCE.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.
Widget layout lives in ui/prce.ui (compiled to generated/ui_prce.py
by scripts/build_ui.py); this module only wires signals/slots and the
build/compute steps.
Classes
|
Interactive widget for the PRCE (Poly-reference Complex Exponential) method. |