Skip to content

Commit

Permalink
[DATALAD RUNCMD] codespell -w -i 3 -C 2
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
mvdoc committed Nov 15, 2023
1 parent f374973 commit 8b51593
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cortex/polyutils/subsurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SubsurfaceMixin(object):
Use Cases
---------
- performing many operations on a subset of cortex
- finding patches/patchs in cortical surface (see Performance Characteristics)
- finding patches/paths in cortical surface (see Performance Characteristics)
Performance Characteristics
Expand Down
2 changes: 1 addition & 1 deletion cortex/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def fix_wm(subject):

def fix_pia(subject):
"""Initializes an interface to make pial surface edits.
This function will open two windows -- a tkmedit window that makse the actual edits,
This function will open two windows -- a tkmedit window that makes the actual edits,
as well as a mayavi window to display the surface. Clicking on the mayavi window
will drop markers which can be loaded using the "Goto Save Point" button in tkmedit.
Expand Down
2 changes: 1 addition & 1 deletion cortex/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def get_shared_voxels(subject, xfmname, hemi="both", merge=True, use_astar=True)
merge : bool, optional
Join the hemispheres, if requesting both
use_astar: bool, optional
Toggle to decide whether to use A* seach or geodesic paths for the
Toggle to decide whether to use A* search or geodesic paths for the
shortest paths
Returns
Expand Down
2 changes: 1 addition & 1 deletion docs/align.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can also use the ``contrast`` and ``brightness`` sliders to adjust the color
:width: 600 px

The ``Outline color`` and ``Outline rep`` can be used to change the surface color, and the surface from a mesh (the default), to points only, to a solid surface.
Also, the sliders can be used to chane line and point weights.
Also, the sliders can be used to change line and point weights.
Here, we changed it to a green points only representation, with smaller points.

.. image:: ./aligner/surface.png
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
# The format is a list of tuples containing the path and title.
#epub_pre_files = []

# HTML files shat should be inserted after the pages created by sphinx.
# HTML files that should be inserted after the pages created by sphinx.
# The format is a list of tuples containing the path and title.
#epub_post_files = []

Expand Down

0 comments on commit 8b51593

Please sign in to comment.