Skip to content

Commit

Permalink
docs: clarify center_offset parameter description in center_origin fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
OmerShubi committed Dec 11, 2024
1 parent 914944b commit 3835cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pymovements/gaze/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ def center_origin(
output_column: str | None
Name of the output column with centered pixel data. (default: None)
center_offset: tuple[float, float]
Offset of the eye from the center in centimeters. (default: (0, 0))
Offset of the eye from the center in centimeters.
A positive value moves the origin to the left or down. (default: (0, 0))
Returns
-------
Expand Down

0 comments on commit 3835cc6

Please sign in to comment.