Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Adjusts README.
Browse files Browse the repository at this point in the history
  • Loading branch information
medienlampe committed Sep 3, 2021
1 parent 24f3afa commit 92bb00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Converts exported CSV files by the RadiaCode-101 pocket gamma spectrometer into
* Copy `config.json.sample` to `config.json` and adjust your settings
* You can find most of the values inside the device settings menu of the [RadiaCode-101 Windows application](https://scan-electronics.com/downloads/radiacode)
* Put all the CSV files you want to convert into the folder `./input`
* make sure you add `-t<measurementtime>` to your file names, e.g. `measurement.csv` which took 2000 seconds should become `measurement-t2000.csv`
* Run the script with `npm start` or `node convert.js`
* You can find the converted files in the folder `./output` afterwards

Expand Down

0 comments on commit 92bb00d

Please sign in to comment.