Formatting of stvid output

glossary
Jeff Moe 2022-09-04 16:19:57 -06:00
parent 01e8453001
commit d30f2159ac
1 changed files with 13 additions and 8 deletions

View File

@ -150,7 +150,7 @@ If it is unknown, it will be given the number 90000 or larger.
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633.fits.png}
\includegraphics[keepaspectratio=true,height=0.85\textheight,width=0.85\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633.fits.png}
\caption{\texttt{stvid} PNG.}
\label{fig:stvid-png}
\index{stvid}\index{PNG}\index{FITS}
@ -169,7 +169,7 @@ NORAID ID 48473 detected, also shown in figure
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_48473_catalog.png}
\includegraphics[keepaspectratio=true,height=0.85\textheight,width=0.85\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_48473_catalog.png}
\caption{\texttt{stvid} PNG of the satellite track of NORAD ID 48473 identified in red.}
\label{fig:stvid-png-48473-catalog}
\index{stvid}\index{PNG}\index{FITS}\index{NORAD ID}
@ -184,7 +184,7 @@ The file name is:
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_52718_catalog.png}
\includegraphics[keepaspectratio=true,height=0.85\textheight,width=0.85\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_52718_catalog.png}
\caption{\texttt{stvid} PNG of the satellite track of NORAD ID 52718 identified in red.}
\label{fig:stvid-png-52718-catalog}
\index{stvid}\index{PNG}\index{FITS}\index{NORAD ID}
@ -207,7 +207,7 @@ do the same with an unknown satellite track.
\begin{figure}[h!]
\begin{center}
\includegraphics[keepaspectratio=true,height=0.80\textheight,width=0.80\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_90000_unid.png}
\includegraphics[keepaspectratio=true,height=0.85\textheight,width=0.85\textwidth,angle=0]{stvid/data/2022-08-23T04:16:26.633_90000_unid.png}
\caption{\texttt{stvid} PNG of an unidentified track in red.}
\label{fig:stvid-png-90000-unid}
\index{stvid}\index{PNG}\index{FITS}\index{NORAD ID}
@ -234,22 +234,27 @@ detected tracks.
The \texttt{.dat} file contents look like this, for \gls{NORAD ID} 48473:
\texttt{48473 21 040AX 9999 G 20220823041631625 17 25 1533406+483563 37 S}
\begin{minted}{sh}
48473 21 040AX 9999 G 20220823041631625 17 25 1533406+483563 37 S
\end{minted}
XXX This is the IOD ? XXX
The first field is the \gls{NORAD ID}. The fourth field looks like COSPAR. XXX
Large number starting with 2022 is date and time stamp.
The \texttt{.dat} file contents look like this, for \gls{NORAD ID} 52718:
\texttt{52718 22 056C 9999 G 20220823041631625 17 25 1527277+381243 37 S}
\begin{minted}{sh}
52718 22 056C 9999 G 20220823041631625 17 25 1527277+381243 37 S
\end{minted}
The \texttt{.dat} file contents look like this, for the unidentified track
(the airplane):
\index{airplane}
\texttt{90000 22 500A 9999 G 20220823041631625 17 25 1457613+535844 37 S}
\begin{minted}{sh}
90000 22 500A 9999 G 20220823041631625 17 25 1457613+535844 37 S
\end{minted}
\subsection{\texttt{stvid} \texttt{.csv} Files}