Skip to content

Commit 4b46472

Browse files
committed
add xml example
1 parent 156fe89 commit 4b46472

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

examples/sle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Example for .sle data
22

3-
This is an example for the [SpecsLabProdigy](https://www.specs-group.com/nc/specs/products/detail/prodigy/) .sle files, which is the propietary format of SPECS GmbH. The SpecsLabProdigy software version is v4.63.1. The example conversion can be run with the following command.
3+
This is an example for [SpecsLabProdigy](https://www.specs-group.com/nc/specs/products/detail/prodigy/) .sle files, which is the propietary format of SPECS GmbH. The SpecsLabProdigy software version that was used to measure this data is v4.63.1. The example conversion can be run with the following command.
44

55
```console
66
user@box:~$ dataconverter --params-file params.yaml
77
```
88

9-
Not that the `params.yaml` file contains the `remove_align` keyword which is special for the SLE parser. It allows removal of alignment spectra that were taken during the experiment. For this example, it considerably speeds up the conversion.
9+
Note that the `params.yaml` file contains the `remove_align` keyword which is special for the SLE parser. It allows removal of alignment spectra that were taken during the experiment. For this example, it considerably speeds up the conversion.
1010

1111
## Contact person in FAIRmat for this example
1212
Lukas Pielsticker

examples/xml/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Example for .sle data
2+
3+
This is an example for SpecsLab 2files .xml files, the XML-based data format from SPECS GmbH. The SpecsLab2 software version that was used to measure this data is v1.6. The example conversion can be run with the following command.
4+
5+
```console
6+
user@box:~$ dataconverter
7+
```
8+
9+
```console
10+
user@box:~$ dataconverter --params-file params.yaml
11+
```
12+
13+
```sh
14+
! dataconverter \
15+
In-situ_PBTTT_XPS_SPECS_shortened.xml \
16+
eln_data.yaml \
17+
--reader xps \
18+
--nxdl NXmpes \
19+
--output xps_xlm_example.nxs \
20+
```
21+
22+
## Contact person in FAIRmat for this example
23+
Lukas Pielsticker

0 commit comments

Comments
 (0)