dran.gui.ui package#
Submodules#
dran.gui.ui.canvas_manager module#
- class dran.gui.ui.canvas_manager.CanvasManager(parent=None, wid=8, hgt=8, dpi=100, plotName='', log='', cursorState='off')[source]#
Bases:
FigureCanvasQTAggManages the plot canvas for the GUI.
- reset_lists()[source]#
Setup/reset lists to store data for the click_index and fit_points.
- Parameters:
click_index – the indeces of the points clicked on the figure.
fit_points – the values of the click_index
- set_labels(ax, title='My title', xlabel='Dist [Deg]', ylabel='Ta [K]')[source]#
Set labels for basic plot.
dran.gui.ui.edit_driftscan_window module#
dran.gui.ui.main_window module#
dran.gui.ui.secondary_canvas_manager module#
- class dran.gui.ui.secondary_canvas_manager.SecondaryCanvasManager(parent=None, wid=5, hgt=6, dpi=100, plotName='', log='')[source]#
Bases:
FigureCanvasQTAggManages the plot canvas for the GUI.