Skip to content

Commit

Permalink
Clarify comment about extraction ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Jul 26, 2023
1 parent 62327f7 commit 4a95055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toffy/watcher_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a95055

Please sign in to comment.