-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from FAIRmat-NFDI/switch_to_multi_format_reader2
- Loading branch information
Showing
13 changed files
with
3,879 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## WITEC example Raman Multiformat Reader | ||
This is an example dataset to convert a .txt file | ||
(exported ASCII file, Si-wafer-Raman-Spectrum-1.txt) with the addition of a ELN | ||
data file (eln_data.yaml) to a NeXus file. | ||
|
||
## How to use | ||
- 1. Go into the root folder of this repository (default "pynxtools-raman") | ||
- 2. Copy and paste: | ||
``` | ||
dataconverter examples/witec/txt/eln_data.yaml examples/witec/txt/Si-wafer-Raman-Spectrum-1.txt examples/witec/txt/config_file.json --reader raman_multi --nxdl NXraman --output examples/witec/txt/new_output.nxs | ||
``` | ||
- 3. A new file should be created at "examples/witec/txt/new_output.nxs". |
Oops, something went wrong.