SNOUG/src/Acquire.tex

67 lines
1.6 KiB
TeX
Raw Normal View History

2022-08-25 14:31:49 -06:00
%
2022-08-29 18:42:05 -06:00
% Acquire.tex
2022-08-25 14:31:49 -06:00
%
% 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}
2022-08-27 17:01:04 -06:00
\index{operation}
2022-08-27 23:44:59 -06:00
HOWTO run a \gls{SatNOGS-Optical} \gls{ground-station},
2022-08-30 00:50:14 -06:00
after it has been set up and configured.
2022-08-26 18:39:43 -06:00
2022-08-29 20:00:13 -06:00
\section{Setup with \texttt{stvid}}
\label{sec:stvid-setup}
2022-08-27 17:01:04 -06:00
\index{stvid}\index{acquire}
2022-08-27 23:44:59 -06:00
Acquire data with \texttt{acquire.py} from \texttt{\gls{stvid}}.
2022-08-26 23:36:00 -06:00
Enter \texttt{virtualenv}, if used:
\begin{minted}{sh}
cd stvid/
source env/bin/activate
\end{minted}
2022-08-28 13:01:56 -06:00
Get the latest \glspl{TLE}:
2022-08-27 17:01:04 -06:00
\index{TLE}
2022-08-26 23:36:00 -06:00
\begin{minted}{sh}
./update_tle.py
\end{minted}
Acquire live data from camera.
2022-08-27 17:01:04 -06:00
\index{camera}
2022-08-26 23:36:00 -06:00
\begin{minted}{sh}
cd stvid/
./acquire.py
\end{minted}
2022-08-31 12:44:17 -06:00
\begin{figure}[p!]
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=90]{stvid-acquire-0.png}
2022-08-29 17:06:06 -06:00
\caption{Satellite images acquired by stvid.}
\label{fig:stvid-acquire}
\index{stvid}\index{acquire}
2022-08-25 14:31:49 -06:00
\end{figure}
\section{Process Data}
2022-08-27 17:01:04 -06:00
\index{stvid}\index{process}
2022-08-27 23:44:59 -06:00
Process data with using \gls{stvid}. Adjust dated directory to actual directory name.
2022-08-26 23:36:00 -06:00
\begin{minted}{sh}
cd stvid/
./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/
\end{minted}
2022-08-25 14:31:49 -06:00
2022-08-31 12:44:17 -06:00
\begin{figure}[p!]
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=90]{stvid-process-0.png}
\caption{Satellite images processed by stvid.}
\label{fig:stvid-process}
\index{stvid}\index{process}
2022-08-25 14:31:49 -06:00
\end{figure}