% Detect.tex % % 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{Satellite Detection} \label{sec:satellite-detection} \index{detection} Description of \gls{satellite} detection processes. \section{stvid Detection with \texttt{process.py}} \index{stvid}\index{process.py}\index{Python} To detect \gls{satellite} in a \gls{FITS} file using the stvid toolchain, the \texttt{process.py} or, if it exists, the \texttt{process\_new.py} Python script. \subsection{\texttt{process.py} Operation} \index{process.py} This assumes you have installed \texttt{stvid} as shown in section \ref{sec:stvid-setup}. Adjust dated directory to actual directory name. \begin{minted}{sh} cd stvid/ # Maybe you need to update TLE ./update_tle.py ./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/ \end{minted}