hough.csv, predict.csv

glossary
Jeff Moe 2022-09-04 16:35:35 -06:00
parent d30f2159ac
commit f6c2698b69
1 changed files with 45 additions and 5 deletions

View File

@ -222,11 +222,14 @@ a \gls{PNG} file was created,
corresponding to the figures at \ref{fig:stvid-png-48473-catalog}, \ref{fig:stvid-png-52718-catalog},
and \ref{fig:stvid-png-90000-unid} are:
\texttt{2022-08-23T04:16:26.633\_48473\_catalog.dat}
\texttt{2022-08-23T04:16:26.633\_52718\_catalog.dat}
\texttt{2022-08-23T04:16:26.633\_90000\_unid.dat}
%\texttt{2022-08-23T04:16:26.633\_48473\_catalog.dat}
%\texttt{2022-08-23T04:16:26.633\_52718\_catalog.dat}
%\texttt{2022-08-23T04:16:26.633\_90000\_unid.dat}
\begin{minted}{sh}
2022-08-23T04:16:26.633_48473_catalog.dat
2022-08-23T04:16:26.633_52718_catalog.dat
2022-08-23T04:16:26.633_90000_unid.dat
\end{minted}
Note, there is no \texttt{.dat} file created corresponding to the
\texttt{2022-08-23T04:16:26.633.fits.png} file, since it doesn't show
@ -268,3 +271,40 @@ the following \gls{CSV} files are generated:
2022-08-23T04:16:26.633_threshold.csv
\end{minted}
\subsubsection{\texttt{stvid} \texttt{hough.csv} Files}
Full contents of the \texttt{2022-08-23T04:16:26.633\_hough.csv} file:
\begin{minted}{sh}
ax,ay,az,bx,by,bz,n
1585.699766,186.468458,51.073014,0.879795,0.416052,0.229917,3424
794.849123,355.614035,48.596491,0.780147,-0.382158,0.495304,285
1297.660777,432.469965,52.989399,0.923059,0.193205,0.332617,283
\end{minted}
\subsubsection{\texttt{stvid} \texttt{predict.csv} Files}
The \texttt{2022-08-23T04:16:26.633\_predict.csv} is 3,764 lines long.
Below is an extract of the lines. I shortened the path, which
included the full path to my home directory, for clarity:
\begin{minted}{sh}
satno,cospar,mjd,ra,dec,state,tlefile,age
00134,61015U ,59814.17808603,182.367480,+37.582914,sunlit,/data/tle/catalog.tle,0.441
00134,61015U ,59814.17809887,182.231429,+37.736730,sunlit,/data/tle/catalog.tle,0.441
00134,61015U ,59814.17811171,182.094454,+37.890457,sunlit,/data/tle/catalog.tle,0.441
00134,61015U ,59814.17812455,181.956550,+38.044091,sunlit,/data/tle/catalog.tle,0.441
...
00735,64002C ,59814.17808603,227.004270,+34.763570,sunlit,/data/tle/catalog.tle,0.027
00735,64002C ,59814.17809887,227.192764,+34.379114,sunlit,/data/tle/catalog.tle,0.027
00735,64002C ,59814.17811171,227.378969,+33.994697,sunlit,/data/tle/catalog.tle,0.027
...
46083,20055BJ ,59814.17808603,204.492490,+40.972573,sunlit,/data/tle/catalog.tle,0.022
46083,20055BJ ,59814.17809887,204.840813,+41.039396,sunlit,/data/tle/catalog.tle,0.022
46083,20055BJ ,59814.17811171,205.193715,+41.105756,sunlit,/data/tle/catalog.tle,0.022
...
32706,08010A ,59814.17808603,169.555855,+50.073199,sunlit,/data/tle/inttles.tle,0.624
32706,08010A ,59814.17809887,169.560127,+50.075268,sunlit,/data/tle/inttles.tle,0.624
32706,08010A ,59814.17811171,169.564400,+50.077336,sunlit,/data/tle/inttles.tle,0.624
...
\end{minted}