diff --git a/cortex/quickflat/composite.py b/cortex/quickflat/composite.py index 4703916e..dba9b7a3 100644 --- a/cortex/quickflat/composite.py +++ b/cortex/quickflat/composite.py @@ -236,7 +236,7 @@ def add_sulci(fig, dataview, extents=None, height=None, with_labels=True, sulci_ Height of image. None defaults to height of images already present in figure. with_labels : bool Whether to display text labels for sulci - sulci_list : array-like + sulci_list : list List of sulci to include Other Parameters diff --git a/cortex/quickflat/view.py b/cortex/quickflat/view.py index 5b5fc34b..740b6038 100644 --- a/cortex/quickflat/view.py +++ b/cortex/quickflat/view.py @@ -68,6 +68,8 @@ def make_figure(braindata, recache=False, pixelwise=True, thick=32, sampler='nea cutout : str Name of flatmap cutout with which to clip the full flatmap. Should be the name of a sub-layer of the 'cutouts' layer in //overlays.svg + sulci_list : list + List of sulci to include Other Parameters ----------------