From 6e94722ff4cde40e9423a7a9a9251eafa4affd7c Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Fri, 27 Mar 2020 16:11:28 +0000 Subject: [PATCH] removed spurious matplotlib dependency --- .../camera_stage_mapping/camera_stage_tracker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/api/default_extensions/camera_stage_mapping/camera_stage_tracker.py b/openflexure_microscope/api/default_extensions/camera_stage_mapping/camera_stage_tracker.py index 7e14bf77..9c7a7235 100644 --- a/openflexure_microscope/api/default_extensions/camera_stage_mapping/camera_stage_tracker.py +++ b/openflexure_microscope/api/default_extensions/camera_stage_mapping/camera_stage_tracker.py @@ -9,7 +9,6 @@ stage, and tracking the corresponding motion with the camera. import numpy as np import time from numpy.linalg import norm -from matplotlib import pyplot as plt import cv2 from scipy import ndimage