forked from zietzm/Helmholtz_Test_Bench
Minor changes to documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Binary file not shown.
@@ -14,6 +14,7 @@
|
||||
\begin{center}
|
||||
Author:\\
|
||||
Martin Zietz\\
|
||||
Leon Teichröb\\
|
||||
|
||||
Supervisors:\\
|
||||
M.Sc. Markus T. Koller\\
|
||||
|
||||
Reference in New Issue
Block a user