SNOUG/src/Identify.tex

86 lines
2.5 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}
\index{identification}
\index{SIDLOC}
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-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-30 00:50:14 -06:00
\index{satid}\index{sattools}
2022-08-29 20:00:13 -06:00
The deprecated C application, \texttt{satid} from the \texttt{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}
for output from my Giza port of \texttt{satid}.%
\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-29 22:35:57 -06:00
% https://spacecruft.org/spacecruft/sattools/media/branch/spacecruft/img/satid-giza-3.png
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.40\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}
2022-08-29 20:00:13 -06:00
\section{AstroImageJ}
\index{identify}\index{AstroImageJ}\index{FITS}
Analyze data with applications, such as \gls{AstroImageJ}.
\gls{FITS} files are commonly used in astronomy.%
2022-08-29 15:23:22 -06:00
\footnote{\cite{Wiki22:fitswikipfreeencyc}}
\gls{AstroImageJ} can read \gls{FITS} format files.
2022-08-26 21:15:20 -06:00
See
\ref{fig:astroimagej}, page \pageref{fig:astroimagej},
for a screenshot displaying a \gls{FITS} file generated by
\texttt{\gls{stvid}}.
2022-08-27 17:01:04 -06:00
\index{stvid}
2022-08-26 21:15:20 -06:00
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.40\textheight,width=1.00\textwidth,angle=0]{astroimagej.png}
2022-08-29 17:06:06 -06:00
\caption{AstroImageJ screenshot viewing FITS file.}
\index{AstroImageJ}\index{FITS}
\label{fig:astroimagej}
\end{center}
2022-08-26 21:15:20 -06:00
\end{figure}