We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dbbf5 commit 590a49dCopy full SHA for 590a49d
1 file changed
pyxnat/core/derivatives/donsurf.py
@@ -2,7 +2,20 @@
2
3
4
def aparc(self, metric='GM-MD'):
5
- """Returns cortical features as estimated by `DONSURF`."""
+ """
6
+ Retrieves cortical features as estimated by `DONSURF`.
7
+
8
+ Parameters
9
+ ----------
10
+ metric : str, optional
11
+ DONSURF metric to retrieve aparc statistics for. Available metrics
12
+ are 'GM-MD', 'GM-MD-koo', and 'SWM-MD'. Defaults to 'GM-MD'.
13
14
+ Returns
15
+ -------
16
+ pandas.DataFrame
17
+ Cortical DONSURF features for the selected `metric`.
18
19
20
import pandas as pd
21
0 commit comments