Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLeGoc committed Nov 29, 2024
1 parent 6e2b36f commit 73e2db6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions histoquant/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,13 @@ def process_animals(
Returns
-------
axs : list of Axes
dfs : list of pandas.DataFrame
df_regions : pandas.DataFrame
Metrics in brain regions. One entry for each hemisphere of each brain regions.
df_distribution : list of pandas.DataFrame
Rostro-caudal distribution, as raw count and probability density function, in
each axis.
df_coordinates : pandas.DataFrame
Atlas coordinates of each points.
"""

Expand Down

0 comments on commit 73e2db6

Please sign in to comment.