Skip to content

Commit 9efd8bf

Browse files
committed
Update README.md
1 parent 1a48928 commit 9efd8bf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ voltage waveform.
1010

1111
# Run
1212
```
13-
python run.py
13+
python run.py config_remi.py
1414
```
1515

16+
# Requirements
17+
18+
* `matplotlib`, `numpy`, `scipy`
19+
20+
# Post-process your own data
21+
22+
1. Copy `config_remi.json` configuration file and rename it to your own name
23+
2. Modify all fields to match your own data files (filepath, column delimiters,etc.)
24+
3. Run the script and don't forget to pass your custom config file as last argument
25+
1626
# Acknowledgements
1727
Thanks to Fabien Escudie for the algorithm and feedback

0 commit comments

Comments
 (0)