Closed prjemian closed 1 year ago
When a run is selected in the resultswindow, display a representation of its metadata in a tab of the visualization panel.
resultswindow
Needs a visualizationpanel ui/py pair of files. The panel needs to have tabs, at least for plot, data, and metadata.
visualizationpanel
plot
data
metadata
Viz panel was created along side .py Metadata was show within the viz panel in YAML format Run is selected through doubleClick() method
Example:
When a run is selected in the
resultswindow
, display a representation of its metadata in a tab of the visualization panel.Needs a
visualizationpanel
ui/py pair of files. The panel needs to have tabs, at least forplot
,data
, andmetadata
.