1pymcabatch(1)          PyMca X-Ray Fluorescence Toolkit          pymcabatch(1)
2
3
4

NAME

6       pymcabatch - Batch fitting of X-ray Fluorescence Spectra
7
8

SYNOPSIS

10       pymcabatch [OPTIONS] [FILES]
11
12

DESCRIPTION

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

EXAMPLES

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

CAVEATS

45       This tool, when used in command line mode, could run fully Qt  indepen‐
46       dent because in that case it uses Qt just for showing the progress bar.
47
48

SEE ALSO

50       pymca, pymcapostbatch
51
52
53
54ESRF                              March 2012                     pymcabatch(1)
Impressum