stvid csv files

glossary
Jeff Moe 2022-09-04 15:58:37 -06:00
parent bc681e53a1
commit 01e8453001
4 changed files with 9073 additions and 0 deletions

View File

@ -251,3 +251,15 @@ The \texttt{.dat} file contents look like this, for the unidentified track
\texttt{90000 22 500A 9999 G 20220823041631625 17 25 1457613+535844 37 S}
\subsection{\texttt{stvid} \texttt{.csv} Files}
During processing, \texttt{stvid} generates (at least!) three \gls{CSV} files.
For the observation discussed above, staring with figure \ref{fig:stvid-png},
the following \gls{CSV} files are generated:
\begin{minted}{sh}
2022-08-23T04:16:26.633_hough.csv
2022-08-23T04:16:26.633_predict.csv
2022-08-23T04:16:26.633_threshold.csv
\end{minted}

View File

@ -0,0 +1,4 @@
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
1 ax ay az bx by bz n
2 1585.699766 186.468458 51.073014 0.879795 0.416052 0.229917 3424
3 794.849123 355.614035 48.596491 0.780147 -0.382158 0.495304 285
4 1297.660777 432.469965 52.989399 0.923059 0.193205 0.332617 283

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff