diff --git a/docs/notebooks/02Common_DataStore_functions_slice_mean_max_std_resample.ipynb b/docs/notebooks/02Common_DataStore_functions_slice_mean_max_std_resample.ipynb index 628f7ab6..1d3d883a 100644 --- a/docs/notebooks/02Common_DataStore_functions_slice_mean_max_std_resample.ipynb +++ b/docs/notebooks/02Common_DataStore_functions_slice_mean_max_std_resample.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:57.302425Z", @@ -41,7 +41,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:58.948063Z", @@ -50,19 +50,7 @@ "shell.execute_reply": "2022-04-06T08:08:59.144710Z" } }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3 files were found, each representing a single timestep\n", - "4 recorded vars were found: LAF, ST, AST, TMP\n", - "Recorded at 1461 points along the cable\n", - "The measurement is single ended\n", - "Reading the data from disk\n" - ] - } - ], + "outputs": [], "source": [ "filepath = os.path.join(\"..\", \"..\", \"tests\", \"data\", \"single_ended\")\n", "\n", @@ -79,7 +67,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.171097Z", @@ -88,428 +76,14 @@ "shell.execute_reply": "2022-04-06T08:08:59.200765Z" } }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
<xarray.DataArray 'st' (x: 1461, time: 3)>\n",
-       "array([[-8.05791e-01,  4.28741e-01, -5.13021e-01],\n",
-       "       [-4.58870e-01, -1.24484e-01,  9.68469e-03],\n",
-       "       [ 4.89174e-01, -9.57734e-02,  5.62837e-02],\n",
-       "       ...,\n",
-       "       [ 4.68457e+01,  4.72201e+01,  4.79139e+01],\n",
-       "       [ 3.76634e+01,  3.74649e+01,  3.83160e+01],\n",
-       "       [ 2.79879e+01,  2.78331e+01,  2.88055e+01]])\n",
-       "Coordinates:\n",
-       "  * x                  (x) float64 -80.74 -80.62 -80.49 ... 104.6 104.7 104.8\n",
-       "    filename           (time) <U31 'channel 2_20180504132202074.xml' ... 'cha...\n",
-       "    filename_tstamp    (time) int64 20180504132202074 ... 20180504132303723\n",
-       "    timestart          (time) datetime64[ns] 2018-05-04T12:22:02.710000 ... 2...\n",
-       "    timeend            (time) datetime64[ns] 2018-05-04T12:22:32.710000 ... 2...\n",
-       "  * time               (time) datetime64[ns] 2018-05-04T12:22:17.710000 ... 2...\n",
-       "    acquisitiontimeFW  (time) timedelta64[ns] 00:00:30 00:00:30 00:00:30\n",
-       "Attributes:\n",
-       "    name:         st\n",
-       "    description:  Stokes intensity\n",
-       "    units:        -
" - ], - "text/plain": [ - "\n", - "array([[-8.05791e-01, 4.28741e-01, -5.13021e-01],\n", - " [-4.58870e-01, -1.24484e-01, 9.68469e-03],\n", - " [ 4.89174e-01, -9.57734e-02, 5.62837e-02],\n", - " ...,\n", - " [ 4.68457e+01, 4.72201e+01, 4.79139e+01],\n", - " [ 3.76634e+01, 3.74649e+01, 3.83160e+01],\n", - " [ 2.79879e+01, 2.78331e+01, 2.88055e+01]])\n", - "Coordinates:\n", - " * x (x) float64 -80.74 -80.62 -80.49 ... 104.6 104.7 104.8\n", - " filename (time) " - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "ds[\"tmp\"].plot(figsize=(12, 8));" ] @@ -548,7 +111,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.267698Z", @@ -566,7 +129,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.275670Z", @@ -584,7 +147,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.281530Z", @@ -610,7 +173,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.290091Z", @@ -627,7 +190,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.296109Z", @@ -650,7 +213,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.302128Z", @@ -674,7 +237,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.308603Z", @@ -691,7 +254,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "metadata": { "execution": { "iopub.execute_input": "2022-04-06T08:08:59.314626Z", @@ -715,7 +278,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": null, "metadata": {}, "outputs": [], "source": [