File: pymca.1

package info (click to toggle)
pymca 5.8.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,392 kB
  • sloc: python: 155,456; ansic: 15,843; makefile: 116; sh: 73; xml: 55
file content (61 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" 
.\" Man page for pymca 
.\" 


.TH pymca 1 "September 2018" "ESRF" "PyMca X-Ray Fluorescence Toolkit"

.SH NAME

pymca - PyMca X-Ray Fluorescence Toolkit main application

.SH SYNOPSIS

pymca [OPTION]... [FILE]

.SH DESCRIPTION

.P
Start the graphical user interface of the PyMca X-Ray 
Fluorescence Toolkit main window using latest user defined default settings.

.P
If FILE is given, it will be opened in the program provided 
its format is supported.

.B -f 
bypass user defined default settings

.SH EXAMPLES

.B pymca -f
.P
Start the program bypassing user defined default settings.

.B pymca -f LShellConstants.dat
.P
Open the LShellConstants.dat and list its contents in the source browser.

.B pymca -f your_HDF5_file.h5
.P
Allows one to browse the HDF5 file your_HDF5_file.h5 in PyMca if the Python module h5py is installed.

.B pymca --nativefiledialogs=X
.P
With X set to 1, the program will use the file dialogs from the operating system. With X set to 0, the program will use Qt file dialogs.

.B pymca --backend=XX
.P
Start the program using the selected graphics backend (mpl for matplotlib, gl for OpenGL)

.B pymca --binding=XX
.P
Start the program using the selected Qt binding. It has to be one of PyQt5 (default), PySide2 or PySide6.
i
.B pymca --logging=XX
.P
Set the logging level. Allowed values are, in increasing order of verbosity: critical, error, warning (default), info, debug.
Alternatively, you can specify an integer in range 0 (critical) to 4 (debug).

.SH SEE ALSO
HDF5, h5py