From 4b686ffbda7c633fbc1a33752fe4b63511cc9cc3 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 26 Aug 2022 22:07:17 -0600 Subject: [PATCH] enclosure top, web, setup... --- .gitignore | 1 + Makefile | 1 + src/Hardware.tex | 14 +++++++++++++- src/Operation.tex | 41 +++++++++++++++++++++++++++++++++++++---- 4 files changed, 52 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1512277..74465c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ SNOUG.pdf +SNOUG-web.pdf *~ .~lock.*.ods# *.aux diff --git a/Makefile b/Makefile index 001375f..1d4ab14 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ all: $(MAKE) clean $(MAKE) -C src mv src/*.pdf . + ps2pdf SNOUG.pdf SNOUG-web.pdf clean: rm -f *.pdf diff --git a/src/Hardware.tex b/src/Hardware.tex index bbd1cc1..1028dfe 100644 --- a/src/Hardware.tex +++ b/src/Hardware.tex @@ -103,7 +103,7 @@ The full setup on tripod, can be seen in A close up of the setup can be seen at \ref{fig:video-enclosure-mount}, page \pageref{fig:video-enclosure-mount}, showing the Skywatcher telescope mount, a Bosch PoE camera enclosure, -and through the glass the camera lense. +and through the glass the camera lens. In the background is a white antenna for GNSS (GPS) and a solar power setup. \begin{figure}[h!] @@ -171,6 +171,7 @@ is: \begin{itemize} \item The Imaging Source DMX camera with Sony IMX174 CMOS. + \item Kowa 50mm f1.4 C-mount lens. \item Odroid N2 running Debian. \item Odroid N2 plastic enclosure, large half, hole drilled for ad-hoc mounting. \item Blower fan on top, with power cable (came with Bosch enclosure). @@ -192,3 +193,14 @@ is: \end{center} \end{figure} +The top of the enclosure shows weather protection and a sun visor. +See figure \ref{fig:video-enclosure-top}, page \pageref{fig:video-enclosure-top}. + +\begin{figure}[h!] +\begin{center} +\includegraphics[keepaspectratio=true,height=0.40\textheight,width=1.00\textwidth,angle=0]{video-enclosure-top-web.png} + \caption{Camera enclosure, top.} + \label{fig:video-enclosure-top} +\end{center} +\end{figure} + diff --git a/src/Operation.tex b/src/Operation.tex index c24c41c..2f2e199 100644 --- a/src/Operation.tex +++ b/src/Operation.tex @@ -11,16 +11,49 @@ \section{Overview of Operation} \label{sec:overview-operation} - -Operation. +HOWTO run a SatNOGS Optical ground station. \section{Setup Optical Ground Station} -Setup. +Setup embedded computer, such as an Odroid N2, with Debian stable +(11/Bullseye) or testing (Bookworm). + +See each repository for latest documentation. + +Install dependencies from Debian repository: + \begin{minted}{sh} -apt install all-the things +sudo apt update +sudo apt install python3-virtualenv python3-pip python3-dev \ + source-extractor astrometry.net \ + libeigen3-dev giza-dev libx11-dev \ + astrometry-data-tycho2 astrometry-data-tycho2-07 \ + astrometry-data-tycho2-08 astrometry-data-tycho2-09 \ + astrometry-data-tycho2-10-19 \end{minted} +Next, install the hough3d-code dependency. + +\begin{minted}{sh} +git clone https://gitlab.com/pierros/hough3d-code +cd hough3d-code +make all +sudo cp -p hough3dlines /usr/local/bin/hough3dlines +\end{minted} + +Install `satpredict` from using either the cbassa or spacecruft repo. + +\begin{minted}{sh} +cd ../ +git clone https://spacecruft.org/spacecruft/satpredict +# Or +#git clone https://github.com/cbassa/satpredict +cd satpredict/ +make +sudo make install +\end{minted} + + \section{Configure} Configure the machine.