diff options
Diffstat (limited to 'lab-windows/Phase Measurement Prototype.ipynb')
-rw-r--r-- | lab-windows/Phase Measurement Prototype.ipynb | 64 |
1 files changed, 47 insertions, 17 deletions
diff --git a/lab-windows/Phase Measurement Prototype.ipynb b/lab-windows/Phase Measurement Prototype.ipynb index b462829..60d9e38 100644 --- a/lab-windows/Phase Measurement Prototype.ipynb +++ b/lab-windows/Phase Measurement Prototype.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -18,7 +18,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -27,7 +27,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -63,7 +63,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -76,7 +76,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -99,7 +99,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -108,7 +108,7 @@ "(129, 470)" ] }, - "execution_count": 6, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -119,7 +119,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -128,7 +128,7 @@ "3.90625" ] }, - "execution_count": 7, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -139,13 +139,13 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "c7a38939cb3a42cfbfe99fe7d603e11a", + "model_id": "96e3c06718434807813d909d3a1f4d0e", "version_major": 2, "version_minor": 0 }, @@ -174,13 +174,13 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 20, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "e6b769f15870407ba59cff627632d447", + "model_id": "af9cb4a349eb42c6b89d7951dabdd71e", "version_major": 2, "version_minor": 0 }, @@ -209,7 +209,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 21, "metadata": {}, "outputs": [ { @@ -239,7 +239,7 @@ " 492.1875 , 496.09375, 500. ])" ] }, - "execution_count": 10, + "execution_count": 21, "metadata": {}, "output_type": "execute_result" } @@ -250,13 +250,13 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 37, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "db4021b95410428cb07f76edd932907c", + "model_id": "930f346b46d64489bdc790ec11ef9a69", "version_major": 2, "version_minor": 0 }, @@ -266,6 +266,36 @@ }, "metadata": {}, "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/user/safety-reset/lab-windows/env/lib/python3.8/site-packages/scipy/optimize/minpack.py:807: OptimizeWarning: Covariance of the parameters could not be estimated\n", + " warnings.warn('Covariance of the parameters could not be estimated',\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n", + "slice(12, 15, None)\n" + ] } ], "source": [ |