madgui.online.offcal module¶
Defines a widget that can be used to estimate monitor offsets from online measurements (flawed approach).
Classes
|
|
|
Functions
|
-
class
madgui.online.offcal.OffsetCalibrationWidget(parent, monitors)[source]¶ Bases:
PyQt5.QtWidgets.QWidgetMethods
apply()cancel()closeEvent(self, QCloseEvent)finish()get_result_row(i, r)log(text, *args, **kwargs)reset()restore()round(value)set_filename(filename)start()stop()Attributes
str(object=’’) -> str
list() -> new empty list
int(x=0) -> integer
bool(x) -> bool
int(x=0) -> integer
str(object=’’) -> str
-
extension= '.calibration.yml'¶
-
filename_filters= [('YAML files', '*.yml', '*.yaml'), ('All files', '*')]¶
-
folder= None¶
-
progress= 0¶
-
running= False¶
-
totalops= 100¶
-
ui_file= 'offcal.ui'¶
-