1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.. _silx-compare:
silx compare
============
Purpose
-------
The *silx compare* command provides a graphical user interface to compare 2D data from files.
It displays a list of datasets, and allows to open multiple datasets.
This list can be updated with drag and drop from silx view.
.. |imgViewImg| image:: img/silx-compare.png
:height: 300px
:align: middle
Usage
-----
::
silx compare [-h] [--debug] [--use-opengl-plot] [files [files ...]]
Options
-------
-h, --help show this help message and exit
--debug Set logging system in debug mode
--use-opengl-plot Use OpenGL for plots (instead of matplotlib)
Examples of usage
-----------------
::
silx compare "silx://ID16B_diatomee.h5?path=/scan1/instrument/data&slice=0" "silx://ID16B_diatomee.h5?path=/scan1/instrument/data&slice=1"
|