From 839716388a3a33c0cfeffce1b1bb6ca68c724b06 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 1 Sep 2022 22:39:51 -0600 Subject: [PATCH] Example output from acquire.py --- src/Acquire.tex | 23 +++++++++++++++++++++++ src/Software.tex | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/Acquire.tex b/src/Acquire.tex index 11d8c83..15122e9 100644 --- a/src/Acquire.tex +++ b/src/Acquire.tex @@ -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} diff --git a/src/Software.tex b/src/Software.tex index ad49715..21a8a1d 100644 --- a/src/Software.tex +++ b/src/Software.tex @@ -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).