Compare commits

...

2 commits

19 changed files with 98 additions and 0 deletions

View file

@ -28,3 +28,40 @@ V = mag_cal.getV();
B = mag_cal.getB();
incl = mag_cal.getInclination();
```
## Installing Jupyter
### Setting up Jupyer
# upgrade packaging tools
python -m pip install --upgrade pip setuptools wheel
# install JupyterLab and classic notebook support
python -m pip install jupyterlab notebook ipykernel
# Register this environment as a Jupyter kernel
# you need to use your Python environment, e.g. "pioenv" or "rnsenv"
python -m ipykernel install \
--user \
--name pioenv \
--display-name "Python ~/rnsenv"
#### Example:
(rnsenv) jlpoole@jp /usr/local/src/Magnetometer_Calibration $ python -m ipykernel install \
--user \
--name pioenv \
--display-name "Python ~/rnsenv"
Installed kernelspec pioenv in /home/jlpoole/.local/share/jupyter/kernels/pioenv
(rnsenv) jlpoole@jp /usr/local/src/Magnetometer_Calibration $
### Modules:
pip install numpy pandas matplotlib pyserial cobs msgpack
pip install --upgrade ipywidgets jupyterlab_widgets widgetsnbextension ipympl
### Restart Jupyter if already running
### Start the Jupyter lab:
jupyter lab
# The above will open a tab in your current browser

61
comparison.html Normal file
View file

@ -0,0 +1,61 @@
<html>
<head>
<style>
table, td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
width: 100%;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Unit</th>
<th>Office (jp)</th>
<th>Kitchen (eos)</th>
</tr>
</thead>
<tr>
<td>AMY</td>
<td><img width="500" src="img/20260428_142435_Tue_office_AMY.png"></td>
<td><img width="500" src="img/2026-04-28_14-56_kitchen_AMY.png"></td>
</tr>
<tr>
<td>BOB</td>
<td><img width="500" src="img/20260428_145218_Tue_office_BOB.png"></td>
<td><img width="500" src="img/2026-04-28_14-58_kitchen_BOB.png"></td>
</tr>
<tr>
<td>CY</td>
<td><img width="500" src="img/20260428_135827_Tue_office_CY.png"></td>
<td><img width="500" src="img/2026-04-28_14-12_kitchen_CY.png"></td>
</tr>
<tr>
<td>DAN</td>
<td><img width="500" src="img/20260428_141000_Tue_office_DAN.png "></td>
<td><img width="500" src="img/2026-04-28_14-07_kitchen_DAN.png"></td>
</tr>
<tr>
<td>ED</td>
<td><img width="500" src="img/20260428_144204_Tue_office_ED.png"></td>
<td><img width="500" src="img/2026-04-28_15-06_kitchen_ED.png"></td>
</tr>
<tr>
<td>FLO</td>
<td><img width="500" src="img/20260428_144937_Tue_office_FLO.png"></td>
<td><img width="500" src="img/2026-04-28_15-00_kitchen_FLO.png"></td>
</tr>
<tr>
<td>GUY</td>
<td><img width="500" src="img/20260428_144619_Tue_office_GUY.png"></td>
<td><img width="500" src="img/2026-04-28_15-02_kitchen_GUY.png"></td>
</tr>
</table>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB