BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

Add data representation in visualization panel #78

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

The visualization panel has tabs for plot, data, and metadata. Currently, only the metadata tab is filled with content, on demand. Provide some representation of each of the streams in the data tab.

The tiled documentation has some hints for a suitable representation.

prjemian commented 1 year ago

Providing content for the plot tab is a bit more of a challenge, requiring analysis of the run's metadata for detectors, motors, hints, and descriptors. This same analysis (to determine the default plottable data) is also needed when writing the data to a NeXus HDF5 file.

prjemian commented 1 year ago