SNOUG/src/Operation.tex

71 lines
1.6 KiB
TeX

%
% Operation
%
% SatNOGS Optical Unofficial Guide
%
% Copyright (C) 2022, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{Overview of Operation}
\label{sec:overview-operation}
\index{operation}
HOWTO run a \gls{SatNOGS-Optical} \gls{ground-station},
after it has been set up and congfigured.
\section{Acquire Data with \texttt{stvid}}
\index{stvid}\index{acquire}
Acquire data with \texttt{acquire.py} from \texttt{\gls{stvid}}.
Enter \texttt{virtualenv}, if used:
\begin{minted}{sh}
cd stvid/
source env/bin/activate
\end{minted}
Get the latest TLEs:
\index{TLE}
\begin{minted}{sh}
./update_tle.py
\end{minted}
Acquire live data from camera.
\index{camera}
\begin{minted}{sh}
cd stvid/
./acquire.py
\end{minted}
\begin{figure}[h!]
\includegraphics[keepaspectratio=true,height=1.10\textheight,width=1.00\textwidth,angle=0]{stvid-acquire-0.png}
\caption{Satellite images acquired by \gls{stvid}.}
\label{fig:stvid-acquire}
\index{stvid}\index{acquire}
\end{figure}
\section{Process Data}
\index{stvid}\index{process}
Process data with using \gls{stvid}. Adjust dated directory to actual directory name.
\begin{minted}{sh}
cd stvid/
./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/
\end{minted}
\begin{figure}[h!]
\includegraphics[keepaspectratio=true,height=1.10\textheight,width=1.00\textwidth,angle=0]{stvid-process-0.png}
\caption{Satellite images processed by stvid.}
\label{fig:stvid-process}
\index{stvid}\index{process}
\end{figure}
\section{Upload Data}
\index{upload}
Push.
The \gls{SatNOGS} network isn't ready for optical data yet.