Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 8, 2023
1 parent c0e8f5d commit 5d19e53
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,7 @@ def add_to_nwbfile(
"side_motion_lab",
]

description = (
"Integrated x/y position (radians) of the sphere in laboratory coordinates neglecting"
" heading. Equivalent to the output from two optical mice"
)
description = "Integrated x/y position (radians) of the sphere in laboratory coordinates neglecting heading."

df_integrated_motion = fictrac_data_df[integrated_motin_columns]
data = df_integrated_motion.to_numpy()
Expand Down

0 comments on commit 5d19e53

Please sign in to comment.