Skip to content

Commit

Permalink
final touches to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Dec 11, 2024
1 parent 9cd49d8 commit 1f56e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions movement/io/load_poses.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def from_file(
``from_slp_file()`` or ``from_lp_file()`` functions. One of these
these functions will be called internally, based on
the value of ``source_software``.
source_software : "DeepLabCut", "SLEAP" or "LightningPose"
source_software : "DeepLabCut", "SLEAP" "LightningPose", or "Anipose"
The source software of the file.
fps : float, optional
The number of frames per second in the video. If None (default),
Expand Down Expand Up @@ -739,9 +739,9 @@ def from_anipose_style_df(
Notes
-----
Reshape dataframe with columns keypoint1_x, keypoint1_y, keypoint1_z,
keypoint1_confidence_score,keypoint2_x, keypoint2_y, keypoint2_z,
keypoint2_confidence_score...to array of positions with dimensions
time, space, keypoints, individuals, and array of confidence scores
keypoint1_score,keypoint2_x, keypoint2_y, keypoint2_z,
keypoint2_score...to array of positions with dimensions
time, space, keypoints, individuals, and array of confidence (from scores)
with dimensions time, keypoints, individuals.
"""
Expand Down

0 comments on commit 1f56e75

Please sign in to comment.