madgui.widget.correct.core module¶
Classes
|
TableView widget that shows the current monitor readouts of an orbit correction procedure and updates automatically. |
|
TableView widget that shows the fit results (i.e. |
|
TableView widget that shows the target monitor X/Y constraints of an orbit correction procedure and allows the user to change them. |
-
class
madgui.widget.correct.core.MonitorTable(*args, **kwargs)[source]¶ Bases:
madgui.widget.tableview.TableViewTableView widget that shows the current monitor readouts of an orbit correction procedure and updates automatically.
Methods
get_readout_row(i, r)set_corrector(corrector)
-
class
madgui.widget.correct.core.ResultTable(*args, **kwargs)[source]¶ Bases:
madgui.widget.tableview.TableViewTableView widget that shows the fit results (i.e. steerer angles) of an orbit correction procedure and allows the user to change them.
Methods
get_steerer_row(i, v)set_corrector(corrector)set_steerer_value(i, v, value)
-
class
madgui.widget.correct.core.TargetTable(*args, **kwargs)[source]¶ Bases:
madgui.widget.tableview.TableViewTableView widget that shows the target monitor X/Y constraints of an orbit correction procedure and allows the user to change them.
Methods
get_cons_row(i, t)set_corrector(corrector)set_x_value(i, t, value)set_y_value(i, t, value)