From 772c9e721481b6cb073d96efdbcde5b0b008a10d Mon Sep 17 00:00:00 2001 From: Luigi Petrucco Date: Wed, 11 Dec 2024 14:49:50 +0100 Subject: [PATCH] Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze --- movement/io/load_poses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/io/load_poses.py b/movement/io/load_poses.py index d67df6a4..5b84777c 100644 --- a/movement/io/load_poses.py +++ b/movement/io/load_poses.py @@ -792,7 +792,7 @@ def from_anipose_file( Parameters ---------- file_path : pathlib.Path - Path to the Anipose triangulation csv file + Path to the Anipose triangulation .csv file fps : float, optional The number of frames per second in the video. If None (default), the ``time`` coordinates will be in frame units.