Skip to content

Commit

Permalink
DOC update docstrings for sulci_list.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchen23 committed Aug 1, 2024
1 parent fa6afa7 commit 6b0491a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/quickflat/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions cortex/quickflat/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <filestore>/<subject>/overlays.svg
sulci_list : list
List of sulci to include
Other Parameters
----------------
Expand Down

0 comments on commit 6b0491a

Please sign in to comment.