diff --git a/scripts/rfi-rotator b/scripts/rfi-rotator index 0ac6ab9..6829d1d 100755 --- a/scripts/rfi-rotator +++ b/scripts/rfi-rotator @@ -6,7 +6,7 @@ # Copyright (C) 2023 Jeff Moe # # Dependencies: -# apt install feh imagemagick +# apt install ghostscript imagemagick # # TODO: # Script should do a loop that queries the position until it is reached. @@ -44,10 +44,3 @@ convert -font Helvetica -pointsize 72 -annotate 0x0+100+100 "270 Azimuth, 45 Ele convert -combine rfi_plot-01-1-45.png rfi_plot-02-90-45.png rfi_plot-03-180-45.png rfi_plot-04-270-45.png rfi_plots.png -feh \ - --fullscreen \ - --auto-zoom \ - --hide-pointer \ - --borderless \ - rfi_plots.png -