Skip to content

Commit

Permalink
add progress plot over last 100 data points (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnurnberg authored Dec 2, 2024
1 parent 810d8e1 commit 64b0325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ are written to [`uhotrack.csv`](uhotrack.csv).

## Progress

The following graph attempts to measure the progress cdb makes in exploring
The following graphs attempt to measure the progress cdb makes in exploring
and evaluating the positions in `uho.epd`. See
[caissatrack](https://github.com/robertnurnberg/caissatrack)
for a precise description of the plotted indicators.

<p align="center"> <img src="uhotracktime.png?raw=true"> </p>

<p align="center"> <img src="uhotracktime-100.png?raw=true"> </p>

---

## Get involved
Expand Down
4 changes: 2 additions & 2 deletions do_update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

python3 ../caissatrack/plotdata.py uhotrack.csv --cutOff 200 --negplot -ll --edgeMin 90 --edgeMax 105 --PvLengthPlot pvlength.png
python ../caissatrack/plotdata.py uhotrack.csv --cutOff 200 --negplot -ll --edgeMin 90 --edgeMax 105 --PvLengthPlot pvlength.png

git add uhotrack.png uhotrackpv.png uhotracktime.png
git add uhotrack.png uhotrackpv.png uhotracktime.png uhotracktime-100.png
git diff --staged --quiet || git commit -m "update plots"
git push origin main >&push.log
Binary file added uhotracktime-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64b0325

Please sign in to comment.