Skip to content

silx_view: helper function to display given scan data (default last scan)

Piergiorgio Pancino requested to merge silx_view into master

After a performing a scan, a scientist to display acquired data have to:

  1. copy the path from bliss shell
  2. open a terminal
  3. launch silx view and paste the path

As we have silx as a requirement in bliss i thought about having a helper to this bunch of operation.

silx_view() will take SCANS[-1] and display it (or passing a different one as an argument).

What do you think?

Merge request reports