From bebb21e521baac67a7e11ad19c4cd11b88fd9172 Mon Sep 17 00:00:00 2001 From: Tyler Thatcher <tdt62@nau.edu> Date: Mon, 14 May 2018 10:11:27 -0700 Subject: [PATCH] Added covariance matrix --- notebooks/Socet2ISIS.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/notebooks/Socet2ISIS.ipynb b/notebooks/Socet2ISIS.ipynb index db14164..00dbff9 100644 --- a/notebooks/Socet2ISIS.ipynb +++ b/notebooks/Socet2ISIS.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -21,7 +21,6 @@ "sys.path.insert(0, \"/path/to/plio\")\n", "\n", "from plio.examples import get_path\n", - "from collections import defaultdict\n", "from plio.io.io_bae import read_gpf, read_ipf\n", "import plio.io.io_controlnetwork as cn\n", "import plio.io.isis_serial_number as sn" @@ -29,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -342,7 +341,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": { "scrolled": true }, -- GitLab