mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-04-04 06:45:05 -04:00
The data plot confirms there is some kind of high-frequency error that causes excessive local minima/maxima that fools the apside finder.
8 lines
268 B
Bash
Executable File
8 lines
268 B
Bash
Executable File
#!/bin/bash
|
|
rm -f pluto_{novas,top}.csv
|
|
./build || exit $?
|
|
./generate distplot Pluto -50000 +50000 > pluto_novas.csv || exit $?
|
|
./ctbuild || exit $?
|
|
./ctest distplot Pluto -200000 +200000 pluto_top.csv || exit $?
|
|
./plotdist.py pluto_novas.csv pluto_top.csv || exit $?
|