SNOUG-Vel/src/Identify.tex

66 lines
1.9 KiB
TeX

%
% Identify.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{Overview of Satellite Identification}
\label{sec:overview-identify}
\index{identification}
\index{SIDLOC}
The \gls{LSF} is developing a project called \gls{SIDLOC},
for \gls{satellite} identification and localization. With the
addition of many more \glspl{satellite} in \gls{orbit} there is a growing need
for \gls{SSA}.
\section{\texttt{stvid}'s \texttt{process.py} for Identification}
\label{sec:process-identify}
The best tool for identifying \glspl{satellite} from \gls{FITS} files
is the \texttt{process.py}
script from \texttt{stvid}, available here:
* \url{https://github.com/cbassa/stvid}
My fork is here:
* \url{https://spacecruft.org/spacecruft/stvid}
\section{Identifying Satellites with \texttt{satid}}
\index{satid}\index{sattools}
The deprecated C application, \texttt{satid} from the \texttt{\gls{sattools}}
package can help identify \glspl{satellite}.
See figure \ref{fig:satid-giza-3}, page \pageref{fig:satid-giza-3}
for output from my Giza port of \texttt{\gls{satid}}.%
\footnote{\url{https://spacecruft.org/spacecruft/sattools/media/branch/spacecruft/img/satid-giza-3.png}}
\index{Giza}
* \url{https://github.com/cbassa/sattools}
My fork is here:
* \url{https://spacecruft.org/spacecruft/sattools}
\begin{figure}[p!]
\begin{center}
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{satid-giza-3.png}
\caption{\texttt{satid} example.}
\index{satid}\index{sattools}
\label{fig:satid-giza-3}
\end{center}
\end{figure}
\section{Identification with stvid}
See the Detection chapter for details on identification with stvid.
The detection and identification steps are both done in one script.