Skip to content

Change showscan scipts and magic commands

Zbigniew Reszela requested to merge reszelaz/sardana:showscan_cli into develop

Add showscan sub-command to sardana script.

Deprecate showscan script in favor of sardana showscan.

Change showscan magic command arguments:

  • no argument - plot last scan offline -> plot scans online (printing hint on how to access "showscan offline")
  • online - DEPRECATED: plot scans online
  • offline - plot the last scan offline
  • offline <ScanID> - plot scan of the given ID offline

Fixes #286 (closed).

@sardana-org could you please review and eventually integrate?

Merge request reports