diff --git a/atmospheric-deviation.csv b/atmospheric-deviation.csv new file mode 100644 index 0000000000000000000000000000000000000000..2807245d5cfeb5959c8dc80a22722c2b6f87614a --- /dev/null +++ b/atmospheric-deviation.csv @@ -0,0 +1,41 @@ +angle,correction +0.0,0 +0.01,0 +0.02,0 +0.03,0 +0.04,0 +0.05,0 +0.060000000000000005,0 +0.07,0 +0.08,0 +0.09,0 +0.09999999999999999,0 +0.10999999999999999,0 +0.11999999999999998,0 +0.12999999999999998,0 +0.13999999999999999,0 +0.15,0 +0.16,1 +0.17,1 +0.18000000000000002,1 +0.19000000000000003,1 +0.20000000000000004,1 +0.21000000000000005,1 +0.22000000000000006,1 +0.23000000000000007,1 +0.24000000000000007,1 +0.25000000000000006,1 +0.26000000000000006,1 +0.2700000000000001,1 +0.2800000000000001,1 +0.2900000000000001,1 +0.3000000000000001,1 +0.3100000000000001,1 +0.3200000000000001,1 +0.3300000000000001,1 +0.34000000000000014,1 +0.35000000000000014,1 +0.36000000000000015,1 +0.37000000000000016,1 +0.38000000000000017,2 +0.3900000000000002,2 diff --git a/atmospheric-deviation.gp b/atmospheric-deviation.gp new file mode 100644 index 0000000000000000000000000000000000000000..88716c6e85efa2af4d61f2ddb0aaf927e17c5fee --- /dev/null +++ b/atmospheric-deviation.gp @@ -0,0 +1,13 @@ +# gnuplot script file for plotting bandwidth over time +#!/usr/bin/gnuplot + + +set terminal pdf size 3,2 +set output 'atmospheric-deviation.pdf' +set grid + +set title "Atmospheric Correction" +set xlabel "angle (radians)" +set ylabel "correction (meters)" + +plot "atmospheric-deviation.csv" using 1:0 with lines title "" diff --git a/atmospheric-deviation.pdf b/atmospheric-deviation.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1ce2e9bf36894482b4061c28bf544f2d59192897 Binary files /dev/null and b/atmospheric-deviation.pdf differ