SNOUG/src/Identify.tex

71 lines
2.0 KiB
TeX
Raw Normal View History

2022-08-26 21:15:20 -06:00
%
2022-08-29 18:42:05 -06:00
% Identify.tex
2022-08-26 21:15:20 -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.
%
2022-08-29 20:00:13 -06:00
\section{Overview of Satellite Identification}
\label{sec:overview-identify}
2022-08-31 18:08:48 -06:00
\index{identification}\index{SIDLOC}\index{orbit}
\index{SSA}
2022-08-30 12:39:34 -06:00
The \gls{LSF} is developing a project called \gls{SIDLOC},
2022-08-30 13:47:47 -06:00
for \gls{satellite} identification and localization. With the
addition of many more \glspl{satellite} in \gls{orbit} there is a growing need
2022-08-30 12:39:34 -06:00
for \gls{SSA}.
2022-08-29 20:00:13 -06:00
\section{\texttt{stvid}'s \texttt{process.py} for Identification}
\label{sec:process-identify}
2022-08-31 18:08:48 -06:00
\index{identify}\index{FITS}\index{stvid}\index{process}
2022-08-30 13:47:47 -06:00
The best tool for identifying \glspl{satellite} from \gls{FITS} files
2022-08-29 22:35:57 -06:00
is the \texttt{process.py}
2022-08-29 20:00:13 -06:00
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}}
2022-08-31 18:08:48 -06:00
\index{satid}\index{sattools}\index{identify}
\index{C}\index{Giza}
2022-08-30 00:50:14 -06:00
2022-08-30 16:27:30 -06:00
The deprecated C application, \texttt{satid} from the \texttt{\gls{sattools}}
2022-08-30 13:47:47 -06:00
package can help identify \glspl{satellite}.
2022-08-30 00:50:14 -06:00
See figure \ref{fig:satid-giza-3}, page \pageref{fig:satid-giza-3}
2022-08-30 16:27:30 -06:00
for output from my Giza port of \texttt{\gls{satid}}.%
2022-08-30 00:50:14 -06:00
\footnote{\url{https://spacecruft.org/spacecruft/sattools/media/branch/spacecruft/img/satid-giza-3.png}}
\index{Giza}
2022-08-29 20:00:13 -06:00
* \url{https://github.com/cbassa/sattools}
My fork is here:
* \url{https://spacecruft.org/spacecruft/sattools}
2022-08-31 12:44:17 -06:00
\begin{figure}[p!]
2022-08-29 22:35:57 -06:00
\begin{center}
2022-08-31 12:44:17 -06:00
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{satid-giza-3.png}
2022-08-29 22:35:57 -06:00
\caption{\texttt{satid} example.}
\index{satid}\index{sattools}
\label{fig:satid-giza-3}
\end{center}
\end{figure}
2022-08-29 20:00:13 -06:00
2022-08-31 13:28:27 -06:00
\section{Identification with stvid}
2022-08-31 18:08:48 -06:00
\index{identify}\index{stvid}
2022-08-31 13:28:27 -06:00
See the Detection chapter for details on identification with stvid.
The detection and identification steps are both done in one script.