Skip to content

Commit

Permalink
docs: enhance center_offset parameter description in pix2deg function
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerShubi committed Dec 11, 2024
1 parent 3835cc6 commit 672127e
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 @@ -253,7 +253,8 @@ def pix2deg(
position_column: str
The output position column name. (default: 'position')
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 672127e

Please sign in to comment.