evedataviewer.gui.measurement_characteristics_widget module
Widget for displaying measurement characteristics.
Purpose: For each individual dataset, a series of crucial characteristics of the measurement should be displayed.
Design principles: The widget should be as self-contained and self-consistent as possible, corresponding with the model of the main window giving access to the datasets and the currently selected dataset.
Limitations: This widget is meant to present information (metadata) of the respective dataset. Actively setting display options of the individual datasets currently displayed should be handled by other widgets. In short: This widget is entirely read-only.
- class evedataviewer.gui.measurement_characteristics_widget.MeasurementCharacteristicsWidget
Bases:
QWidget
Display measurement characteristics of individual datasets.
For each individual dataset, crucial characteristics of the measurement performed (such as its timing and location) should be directly accessible to the user.
Note that the widget is currently entirely read-only.
- property model
Model of the Model–View architecture used by the widget.
When setting the model, the
evedataviewer.gui.model.Model.dataset_selection_changed
signal is connected to the widget update method.- Parameters:
model (
evedataviewer.gui.model.Model
) – The model used by the widget.- Returns:
model – The model used by the widget.
- Return type: