From 4a95055aaace8342e040a00aacc95f023900d941 Mon Sep 17 00:00:00 2001 From: alex-l-kong Date: Wed, 26 Jul 2023 09:49:38 -0700 Subject: [PATCH] Clarify comment about extraction ranges --- src/toffy/watcher_callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toffy/watcher_callbacks.py b/src/toffy/watcher_callbacks.py index c4a53436..f66b6499 100644 --- a/src/toffy/watcher_callbacks.py +++ b/src/toffy/watcher_callbacks.py @@ -156,7 +156,7 @@ def _generate_fov_data( **kwargs (dict): Unused kwargs for other functions """ - # NOTE: most panels will be specified from (0.3, 0), modify to (0.3, -0.06) for deficient + # NOTE: most panels will be specified from (-0.3, 0), modify to (-0.3, -0.06) for deficient panel_def = modify_panel_ranges(panel, start_offset=0, stop_offset=-0.06) self.__fov_data = extract_bin_files( data_dir=self.run_folder,