Skip to content

Commit

Permalink
fix comment (I know that zero is not positive; really)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsf committed Feb 18, 2022
1 parent 6c3b9a5 commit 8a1ebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophys_etl/utils/motion_border.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a1ebd5

Please sign in to comment.