1mca2edf(1) PyMca X-Ray Fluorescence Toolkit mca2edf(1)
2
3
4
6 mca2edf - Convert SPEC file format files to EDF format
7
8
10 mca2edf [OPTIONS] [FILES]
11
12
14 X-ray maps were stored at the European Synchrotron Radiation Facility
15 as a set of images in ESRF Data Format (EDF). The image rows being
16 associated to points of a horizontal sample scan and the image columns
17 to the spectrum channels.
18
19 This tool allows one to convert a set of files wrapped by the PyMca
20 Toolkit as SPEC file format, and therefore without sample position
21 information, to European Synchrotron Radiation Facility data format
22 (EDF).
23
24 Its usefulness is nowdays somehow limited because recent PyMca develā
25 opements allow to reshape nspectra x nchannels datasets in the tools
26 making use of the shape information (pymcaroitool, pymcapostbatch).
27
28
30 mca2edf
31 Open a dialog to select input files, output directory and the
32 number of spectra on each horizontal row.
33
34 mca2edf --outdir=/tmp --mcastep=2 *.mca
35 Convert all the .mca files in current directory to a set of EDF
36 files containing two spectra. The output is placed in /tmp
37
38 mca2edf --outdir=/tmp --mcastep=2 --listfile=input_file
39 Same as before but applied to all the files listed in input_file.
40 Each line of input_file must contain a valid file name.
41
42
44 pymcaroitool, pymcapostbatch
45
46
47
48ESRF March 2012 mca2edf(1)