From 6b0491ac95df1a23836db87d3055870484a54f9d Mon Sep 17 00:00:00 2001 From: cchen23 Date: Thu, 1 Aug 2024 06:35:00 -0700 Subject: [PATCH] DOC update docstrings for sulci_list. --- cortex/quickflat/composite.py | 2 +- cortex/quickflat/view.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ----------------