enclosure top, web, setup...

glossary
Jeff Moe 2022-08-26 22:07:17 -06:00
parent 5f5962a9f3
commit 4b686ffbda
4 changed files with 52 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
SNOUG.pdf
SNOUG-web.pdf
*~
.~lock.*.ods#
*.aux

View File

@ -4,6 +4,7 @@ all:
$(MAKE) clean
$(MAKE) -C src
mv src/*.pdf .
ps2pdf SNOUG.pdf SNOUG-web.pdf
clean:
rm -f *.pdf

View File

@ -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}

View File

@ -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.