1pymcabatch(1) PyMca X-Ray Fluorescence Toolkit pymcabatch(1)
2
3
4
6 pymcabatch - Batch fitting of X-ray Fluorescence Spectra
7
8
10 pymcabatch [OPTIONS] [FILES]
11
12
14 Loops over a series of input files to which the same fitting parameters
15 can be applied. The setup of the fit configuration is usually made via
16 the main PyMca application.
17
18 The program stores the fitted parameters inside the IMAGES directory
19 created in the user specfified output directory. The pymcapostbatch
20 tool can perform further analysis via correlation tools.
21
22 The user can also request an HTML report. This is much slower but can
23 be convenient to browse the results with a Web browser.
24
25 This tool is also accessible via the Tools menu of the main PyMca win‐
26 dow application.
27
28
30 pymcabatch
31 Open a dialog to select input files, fit configuration, output
32 directory and output parameters.
33
34 pymcabatch --cfg=fitconfig.cfg --outdir=/tmp/ *.mca
35 Fit all the .mca files in current directory using the specified
36 confifuration file fitconfig.cfg and stores the output in /tmp
37
38 pymcabatch --cfg=fitconfig.cfg --outdir=/tmp/ --listfile=inputfiles
39 Same as above but taken the files from the inputfiles file. This
40 file
41 is just a text file with one file path in each line.
42
43 pymcabatch --cfg=fitconfig.cfg --outdir=/tmp/ --concentrations=1
44 --listfile=inputfiles
45 Same as above but calculating the concentrations.
46
47
49 This tool, when used in command line mode, could run fully Qt indepen‐
50 dent because in that case it uses Qt just for showing the progress bar.
51
52
54 pymca, pymcapostbatch
55
56
57
58ESRF March 2012 pymcabatch(1)