Skip to content

fix: TaurusNeXusBrowser with scalar datasets

This bug was discovered by @beenje during Sardana Jul22 release tests.

TaurusNeXusBrowser tries to show scalar datasets with HDF5DatasetTable. This bug was introduced when refactoring TaurusNeXusBrowser to show spectrum datasets with pyqtgraph. Show scalar datasets with HDF5InfoWidget instead.

@taurus-org could you please review and test it?

I try it as following:

╰─>$ python -m taurus.qt.qtgui.extra_nexus.taurusnexuswidget /tmp/test_scan.h5 entry1/macro_start_time

where /tmp/test_scan.h5 is a Sardana scan file.

Merge request reports