Minor changes to documentation

This commit is contained in:
2022-10-20 18:12:40 +02:00
parent 00a1669f39
commit 842739b4b3
4 changed files with 2 additions and 18 deletions
-17
View File
@@ -1,17 +0,0 @@
Magnetometer Calibration
-Magnetometer Results Code Kopieren (entries read only)
- "Manual Input Mode" -> Input abschauen
- User Interfaces -> Right colum (zwei spalten, in rechte spalte muss matrixeinfabe eingefügt werden
- User Interfaces 1045-ende
--row_counter wird benutzt um dynamisch Zeile um eins erhöht werden -> kopieren und unten drunter angeben
- von anderen entries datentypen abschauen (TK Datentypen)
- an Kalibrationsklasse übergeben
- export_csv ggf erweitern um Matrix abzusoeichern
-Utility.py -> csv_writer.writerheader
- Magnetometer auf Helmholtzteststand
- calibration. py -> g.MAGNETOMETER.field draufrechnen
export_csv_calibration_raw_results
export_csv_cos_trans_matrix
+1 -1
View File
@@ -236,7 +236,7 @@ The line plot is modified to visually reflect the discrete and nearly instantane
\subsection{Calibration Procedures \code{calibration.py}}
\label{sec:calibration_processes}
This file contains the worker thread objects \code{AmbientFieldCalibration}, \code{CoilConstantCalibration}, and \code{MagnetometerCalibration}.
This file contains the worker thread objects \code{AmbientFieldCalibration}, \code{CoilConstantCalibration}, \code{MagnetometerCalibrationSimple}, and \code{MagnetometerCalibrationComplete}.
All of these threads start by checking for and acquiring hardware during instantiation, while still in the main thread.
Then upon running, the main code in \code{calibration\_procedure} is executed; This function may freely block and make use of sleep commands.
Typically, calibration procedures should save two data detail levels: Processed data that is displayed as a final result, and detailed, raw data points that can be exported by the user to apply custom algorithms or verify the applications function.
+1
View File
@@ -14,6 +14,7 @@
\begin{center}
Author:\\
Martin Zietz\\
Leon Teichröb\\
Supervisors:\\
M.Sc. Markus T. Koller\\