From 05691a7b3e3d5c9ad8d22589010cb941a9d0f3c5 Mon Sep 17 00:00:00 2001 From: Jacob Bumgarner <70919881+JacobBumgarner@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:58:37 -0500 Subject: [PATCH] Update Annotation_Processing.py --- Library/Annotation_Processing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Annotation_Processing.py b/Library/Annotation_Processing.py index 07286bb..32dd49e 100644 --- a/Library/Annotation_Processing.py +++ b/Library/Annotation_Processing.py @@ -158,8 +158,8 @@ def prep_id_array(ROI_dict): ### REMOVE BEFORE FLIGHT ### ### REMOVE BEFORE FLIGHT ### - for ROI in ROIs: - ROI += [r * -1 for r in ROI] + #for ROI in ROIs: + # ROI += [r * -1 for r in ROI] ### REMOVE BEFORE FLIGHT ### ### REMOVE BEFORE FLIGHT ###