madgui.widget.correct.core module

Classes

MonitorTable(*args, **kwargs)

TableView widget that shows the current monitor readouts of an orbit correction procedure and updates automatically.

ResultTable(*args, **kwargs)

TableView widget that shows the fit results (i.e.

TargetTable(*args, **kwargs)

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.TableView

TableView widget that shows the current monitor readouts of an orbit correction procedure and updates automatically.

Methods

get_readout_row(i, r)

set_corrector(corrector)

get_readout_row(i, r)[source]
set_corrector(corrector)[source]
class madgui.widget.correct.core.ResultTable(*args, **kwargs)[source]

Bases: madgui.widget.tableview.TableView

TableView 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)

get_steerer_row(i, v)[source]
set_corrector(corrector)[source]
set_steerer_value(i, v, value)[source]
class madgui.widget.correct.core.TargetTable(*args, **kwargs)[source]

Bases: madgui.widget.tableview.TableView

TableView 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)

get_cons_row(i, t)[source]
set_corrector(corrector)[source]
set_x_value(i, t, value)[source]
set_y_value(i, t, value)[source]