Skip to content

Commit 590a49d

Browse files
committed
DOCS: DONSURF aparc docstring
1 parent 57dbbf5 commit 590a49d

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pyxnat/core/derivatives/donsurf.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33

44
def aparc(self, metric='GM-MD'):
5-
"""Returns cortical features as estimated by `DONSURF`."""
5+
"""
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+
"""
619

720
import pandas as pd
821

0 commit comments

Comments
 (0)