Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMan56 committed Dec 11, 2020
1 parent 619dd1f commit 14a7430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This script uses the [Bruker OPUS Reader](https://github.com/qedsoftware/brukero

How to use:

1. Manually convert one OPUS file e.g. (XXX.0001) to .dpt format and place it in the /dpt_template directory. (The X-Axis will be extracted from this template to be used as the X-Axis for all bulk-converted files)
2. Place your binary OPUS files in the /raw_data folder. You can created as many nested subdirectories as you'd like - this same folder structure will be copied and used for the converted files. (e.g. for a binary file placed in /raw_data/scan 1/full scan.0001, the converted .dpt file will be generated and placed in /converted_data/scan 1/full scan.0001.dpt)
1. Manually convert one OPUS file e.g. (XXX.0001) to .dpt format and place it in the ```/dpt_template``` directory. (The X-Axis will be extracted from this template to be used as the X-Axis for all bulk-converted files)
2. Place your binary OPUS files in the ```/raw_data``` folder. You can created as many nested subdirectories as you'd like - this same folder structure will be copied and used for the converted files. (e.g. for a binary file placed in ```/raw_data/scan 1/full scan.0001```, the converted .dpt file will be generated and placed in ```/converted_data/scan 1/full scan.0001.dpt```)
3. Run the bulk conversion script with the following command: ```python3 main.py```

0 comments on commit 14a7430

Please sign in to comment.