1
2
3pymca(1) PyMca X-Ray Fluorescence Toolkit pymca(1)
4
5
6
8 pymca - PyMca X-Ray Fluorescence Toolkit main application
9
10
12 pymca [OPTION]... [FILE]
13
14
16 Start the graphical user interface of the PyMca X-Ray Fluorescence
17 Toolkit main window using latest user defined default settings.
18
19
20 If FILE is given, it will be opened in the program provided its format
21 is supported.
22
23 -f bypass user defined default settings
24
25
27 pymca -f
28
29 Start the program bypassing user defined default settings.
30
31 pymca -f LShellConstants.dat
32
33 Open the LShellConstants.dat and list its contents in the source
34 browser.
35
36 pymca -f your_HDF5_file.h5
37
38 Allows one to browse the HDF5 file your_HDF5_file.h5 in PyMca if the
39 Python module h5py is installed.
40
41 pymca --nativefiledialogs=X
42
43 With X set to 1, the program will use the file dialogs from the operat‐
44 ing system. With X set to 0, the program will use Qt file dialogs.
45
46 pymca --backend=XX
47
48 Start the program using the selected graphics backend (mpl for mat‐
49 plotlib, gl for OpenGL)
50
51 pymca --binding=XX
52
53 Start the program using the selected Qt binding. It has to be one of
54 PyQt5 (default), PySide2 or PySide6. i pymca --logging=XX
55
56 Set the logging level. Allowed values are, in increasing order of ver‐
57 bosity: critical, error, warning (default), info, debug. Alterna‐
58 tively, you can specify an integer in range 0 (critical) to 4 (debug).
59
60
62 HDF5, h5py
63
64
65
66ESRF September 2018 pymca(1)