20 lines
729 B
Markdown
20 lines
729 B
Markdown
|
# Ionization Probe Analysis Code
|
||
|
|
||
|
> Written by Cal Wing (c.wing@uq.net.au - 45811953) in 2024 for his Thesis
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Run `pip install -r requirements.txt` or equivilient for your envoroment.
|
||
|
|
||
|
## Running
|
||
|
|
||
|
Run `main.py` it will then generate all the output graphs and put them in (a git untracked) folder called `./images`.
|
||
|
|
||
|
By default all data graphs will be generated - you need to change the functions called at the end
|
||
|
|
||
|
## `./data` Explanation
|
||
|
|
||
|
I like YAML files to store information. All the data shot folders have a file call `_info.yaml` this file contained all the info about the shot so that when it would load & be graphed it would be correct.
|
||
|
|
||
|
I hope the values are self explanatory but they may not - sorry.
|