Skip to content

Flint: Added a table widget to display a scan

Valentin Valls requested to merge flint-ct-plot into master

Added a table widget to display a scan.

Related to !5463

Related to #3755

This can be used the following way.

flint()
from bliss.scanning.scan_info import ScanInfo
scan_info = ScanInfo()
scan_info.add_table_plot(name="mytable")
ascan(robx, 0, 1, 10, 0.5,diode1, diode2, scan_info=scan_info)

Merge request reports