SNOUG-Vel/src/Detect.tex

37 lines
970 B
TeX
Raw Normal View History

2022-08-29 20:00:13 -06:00
2022-08-29 18:42:05 -06:00
% 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}
2022-08-30 13:47:47 -06:00
Description of \gls{satellite} detection processes.
2022-08-29 18:42:05 -06:00
2022-08-29 20:00:13 -06:00
\section{stvid Detection with \texttt{process.py}}
\index{stvid}\index{process.py}\index{Python}
2022-08-30 13:47:47 -06:00
To detect \gls{satellite} in a \gls{FITS} file using the stvid toolchain,
2022-08-30 19:56:19 -06:00
run \texttt{process.py} or, if it exists, the \texttt{process\_new.py}
2022-08-29 20:00:13 -06:00
Python script.
\subsection{\texttt{process.py} Operation}
\index{process.py}
2022-08-30 00:50:14 -06:00
This assumes you have installed \texttt{stvid} as shown in section \ref{sec:stvid-setup}.
2022-08-29 20:00:13 -06:00
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}