From 73e2db62893b78127f4dc710a8656bbe5c9c17aa Mon Sep 17 00:00:00 2001 From: "glegoc@NeuroPSI" Date: Fri, 29 Nov 2024 17:01:23 +0100 Subject: [PATCH] fixed docstring --- histoquant/process.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/histoquant/process.py b/histoquant/process.py index 291b1ff..809bb03 100644 --- a/histoquant/process.py +++ b/histoquant/process.py @@ -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. """