From 8a1ebd5b55fbd9ffd46b137009d038ad56a17d9f Mon Sep 17 00:00:00 2001 From: danielsf Date: Fri, 18 Feb 2022 10:24:36 -0800 Subject: [PATCH] fix comment (I know that zero is not positive; really) --- src/ophys_etl/utils/motion_border.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ophys_etl/utils/motion_border.py b/src/ophys_etl/utils/motion_border.py index 2848e1331..a736bd616 100644 --- a/src/ophys_etl/utils/motion_border.py +++ b/src/ophys_etl/utils/motion_border.py @@ -110,7 +110,7 @@ def motion_border_from_max_shift( # a movie in a given direction during motion correction. This could, # in principle, be negative (if a movie was only ever shifted up, it's # maximum down shift will be negative). MotionBorder is the positive - # definite number of pixels to ignore at the edge of a field of view. + # (or zero) number of pixels to ignore at the edge of a field of view. # In addition to the fact that MotionBorder can only be positive, there # is a transposition. If a movie is only ever shifted up, there should # be a non-zero motion border at the bottom, since those pixels were