mv stvid sections + text

glossary
Jeff Moe 2022-08-31 13:28:27 -06:00
parent eae45a9366
commit 41e42d8a68
2 changed files with 54 additions and 46 deletions

View File

@ -9,19 +9,20 @@
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{Satellite Detection}
\section{Satellite Detection with stvid}
\label{sec:satellite-detection}
\index{detection}
\index{detection}\index{stvid}\index{process.py}\index{Python}
\index{FITS}
Description of \gls{satellite} detection processes.
\section{stvid Detection with \texttt{process.py}}
\index{stvid}\index{process.py}\index{Python}
This is a description of \gls{satellite} detection processes.
To detect \gls{satellite} in a \gls{FITS} file using the stvid toolchain,
run \texttt{process.py} or, if it exists, the \texttt{process\_new.py}
Python script.
Python script, if available, or the \texttt{process.py} script.
\subsection{\texttt{process.py} Operation}
Note the \texttt{stvid} application's \texttt{process.py} and \texttt{process\_new.py}
will perform both automated detection and identification of satellites.
\subsection{\texttt{process\_new.py} Usage}
\index{process.py}
This assumes you have installed \texttt{stvid} as shown in section \ref{sec:stvid-setup}.
@ -34,3 +35,45 @@ cd stvid/
./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/
\end{minted}
\subsection{\texttt{process.py} Usage}
If there is no \texttt{process\_new.py} it has likely been merged into
\texttt{process.py}. Or perhaps, to use the ``older'' script it would
be run as shown below. Note, the configuration files is between the old
and new script are different.
\begin{minted}{sh}
cd stvid/
./process.py -c configuration.ini -d data/obs/20220825_1/020502/
\end{minted}
\begin{sidewaysfigure}[p!]
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{stvid-process-0.png}
\caption{Satellite images processed by stvid.}
\label{fig:stvid-process}
\index{stvid}\index{process}
\end{sidewaysfigure}
\section{AstroImageJ}
\index{identify}\index{AstroImageJ}\index{FITS}
Analyze data with applications, such as \gls{AstroImageJ}.
\gls{FITS} files are commonly used in astronomy.%
\footnote{\cite{Wiki22:fitswikipfreeencyc}}
\gls{AstroImageJ} can read \gls{FITS} format files.
See
\ref{fig:astroimagej}, page \pageref{fig:astroimagej},
for a screenshot displaying a \gls{FITS} file generated by
\texttt{\gls{stvid}}.
\index{stvid}
\begin{sidewaysfigure}[p!]
\begin{center}
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{astroimagej.png}
\caption{AstroImageJ screenshot viewing FITS file.}
\index{AstroImageJ}\index{FITS}
\label{fig:astroimagej}
\end{center}
\end{sidewaysfigure}

View File

@ -59,42 +59,7 @@ My fork is here:
\end{figure}
\section{AstroImageJ}
\index{identify}\index{AstroImageJ}\index{FITS}
Analyze data with applications, such as \gls{AstroImageJ}.
\gls{FITS} files are commonly used in astronomy.%
\footnote{\cite{Wiki22:fitswikipfreeencyc}}
\gls{AstroImageJ} can read \gls{FITS} format files.
See
\ref{fig:astroimagej}, page \pageref{fig:astroimagej},
for a screenshot displaying a \gls{FITS} file generated by
\texttt{\gls{stvid}}.
\index{stvid}
\begin{sidewaysfigure}[p!]
\begin{center}
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{astroimagej.png}
\caption{AstroImageJ screenshot viewing FITS file.}
\index{AstroImageJ}\index{FITS}
\label{fig:astroimagej}
\end{center}
\end{sidewaysfigure}
\section{Process Data with \texttt{stvid}}
\index{stvid}\index{process}
Process data with using \gls{stvid}. Adjust dated directory to actual directory name.
\begin{minted}{sh}
cd stvid/
./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/
\end{minted}
\begin{sidewaysfigure}[p!]
\includegraphics[keepaspectratio=true,height=1.00\textheight,width=1.00\textwidth,angle=0]{stvid-process-0.png}
\caption{Satellite images processed by stvid.}
\label{fig:stvid-process}
\index{stvid}\index{process}
\end{sidewaysfigure}
\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.