jeol-t330a/logs/README.md

26 lines
612 B
Markdown
Raw Permalink Normal View History

2024-09-14 19:24:06 +00:00
Data Logs
===
Format:
| Measurement | Timestamp | Comment |
|--------------|-----------|--------------|
| eg. pressure | 2024... | eg. pvc-hose |
Measurement: pressure
---
Pumpdown curve: elapsed (seconds, float) and mbar.
2024-09-14 19:28:05 +00:00
To acquire: `python3 acquire.py` and give it a tag/comment to stdin. Then press the pumpdown button or turn the scope on.
2024-09-14 19:24:06 +00:00
Elapsed is 0 at the moment the script detected a pumpdown event.
## Plotting with `gnuplot`
You can use the `plot-pressure.gnuplot` script to plot the pressure graphs. Use it like this:
```terminal
$ gnuplot
gnuplot> load "plot-pressure.gnuplot"
```