small changes, reorg, glossary

main
Jeff Moe 2022-08-31 18:29:23 -06:00
parent 799d3f6e9a
commit 10fffe1400
3 changed files with 22 additions and 12 deletions

View File

@ -17,10 +17,10 @@
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, if available, or the \texttt{process.py} script.
Python script.
Note the \texttt{stvid} application's \texttt{process.py} and \texttt{process\_new.py}
will perform both automated detection and identification of satellites.
will perform both the detection and identification steps.
\index{identification}
\subsection{\texttt{process\_new.py} Usage}
@ -33,6 +33,7 @@ Adjust dated directory to actual directory name.
cd stvid/
# Maybe you need to update TLE
./update_tle.py
# Process directory
./process_new.py -c config_new.ini -d data/obs/20220825_1/020502/
\end{minted}
@ -49,16 +50,8 @@ cd stvid/
\index{stvid}\index{process}
\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}
\label{sec:astroimagej}
\index{identify}\index{AstroImageJ}\index{FITS}
Analyze data with applications, such as \gls{AstroImageJ}.

View File

@ -144,6 +144,8 @@
\newacronym[description={Simple Imaging Polynomial.}]{SIP}{SIP}{Simple Imaging Polynomial}
\newacronym[description={Field of view.}]{FOV}{FOV}{Field of View}
\newacronym[description={distributed control system.}]{DCS}{DCS}{distributed control system}
\newacronym[description={Portable Network Graphics.}]{PNG}{PNG}{Portable Network Graphics}
\newacronym[description={Comma Separated Value.}]{CSV}{CSV}{Comma Separated Value}
%%%%%%%%%%%
@ -414,3 +416,4 @@
% HDL
% constellations
% fork
% port

View File

@ -65,6 +65,20 @@ My fork is here:
\section{Identification with stvid}
\index{identify}\index{stvid}
See the Detection chapter for details on identification with stvid.
See section \ref{sec:satellite-detection}, page \refpage{sec:satellite-detection}
for details on identification with stvid.
The detection and identification steps are both done in one script.
See figure \ref{fig:stvid-process}, page \refpage{fig:stvid-process}
for an example of from \gls{stvid} automated processing of an input \gls{FITS}
file. The output image is in \gls{PNG} format.
\gls{stvid} will also output other files with results, such as \gls{CSV} files.
\index{stvid}\index{FITS}\index{PNG}\index{CSV}\index{process}
\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}