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
|
pyFAI.gui package
=================
The package pyFAI.gui contains mainly the code of the graphical user interface widgets.
This code is not intended to be used by users of pyFAI as a library hence it makes little sense
to document it all here. Only documentation on the *Jupyter* tools are exposed.
pyFAI.gui.cli_calibration module
--------------------------------
.. automodule:: pyFAI.gui.cli_calibration
:members:
:undoc-members:
:show-inheritance:
pyFAI.gui.jupyter module
------------------------
.. automodule:: pyFAI.gui.jupyter
:members:
:undoc-members:
:show-inheritance:
pyFAI.gui.matplotlib module
---------------------------
.. automodule:: pyFAI.gui.matplotlib
:members:
:undoc-members:
:show-inheritance:
pyFAI.gui.peak_picker module
----------------------------
.. automodule:: pyFAI.gui.peak_picker
:members:
:undoc-members:
:show-inheritance:
|