Example output from acquire.py

glossary
Jeff Moe 2022-09-01 22:39:51 -06:00
parent 62acd82a1a
commit 839716388a
2 changed files with 25 additions and 1 deletions

View File

@ -49,3 +49,26 @@ cd stvid/
\index{stvid}\index{acquire}
\end{sidewaysfigure}
\section{\texttt{acquire.py} Output}
\label{sec:acquire-output}
\index{acquire}\index{stvid}
Example output while running \texttt{acquire.py}.
\begin{minted}{sh}
2022-09-01 22:33:09,495 [MainThread ] [INFO ] Using config: configuration.ini
2022-09-01 22:33:09,495 [MainThread ] [INFO ] Test mode: True
2022-09-01 22:33:09,495 [MainThread ] [INFO ] Test duration: 3600s
2022-09-01 22:33:09,496 [MainThread ] [INFO ] Live mode: False
2022-09-01 22:33:09,517 [MainThread ] [INFO ] Starting data acquisition
2022-09-01 22:33:09,518 [MainThread ] [INFO ] Acquisition will end after 2022-09-02T05:33:09.496
2022-09-01 22:33:09,620 [MainThread ] [INFO ] Storing files in /home/jebba/devel/spacecruft/stvid/data/obs/20220902_1/043309
2022-09-01 22:33:20,086 [MainThread ] [DEBUG] Captured z1
2022-09-01 22:33:20,086 [MainThread ] [DEBUG] Processing buffer 1
2022-09-01 22:33:21,842 [MainThread ] [INFO ] Compressed 2022-09-02T04:33:09.871.fits in 1.75 sec
2022-09-01 22:33:21,842 [MainThread ] [DEBUG] Processed buffer 1
2022-09-01 22:33:30,171 [MainThread ] [DEBUG] Captured z2
2022-09-01 22:33:30,172 [MainThread ] [DEBUG] Processing buffer 2
2022-09-01 22:33:31,930 [MainThread ] [INFO ] Compressed 2022-09-02T04:33:20.136.fits in 1.76 sec
\end{minted}

View File

@ -36,7 +36,8 @@ for a diagram with an overview of the software process.
\section{Setup Optical Ground Station Software}
\label{sec:software-setup}
\index{software}
HOWTO set up and configure a \gls{SatNOGS-Optical} \gls{ground-station}.
HOWTO set up and configure a \gls{SatNOGS-Optical} \gls{ground-station} prototype.
Note: the SatNOGS network is not yet ready for optical data.
Setup an embedded computer, such as an Odroid N2, with \gls{Debian} stable
(11/Bullseye) or testing (Bookworm).