Skip to content

Commit

Permalink
[DOC] Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 19, 2017
1 parent cc04eb0 commit 97629e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nipype/workflows/smri/freesurfer/recon.py
Expand Up @@ -13,8 +13,8 @@
def create_skullstripped_recon_flow(name="skullstripped_recon_all"):
"""Performs recon-all on voulmes that are already skull stripped.
FreeSurfer failes to perform skullstrippig on some volumes (especially
MP2RAGE). This can be avoided by doing skullstripping before runnig recon-all
(using for example SPECTRE algorithm)
MP2RAGE). This can be avoided by doing skullstripping before running
recon-all (using for example SPECTRE algorithm).
Example
-------
Expand Down Expand Up @@ -107,7 +107,7 @@ def create_reconall_workflow(name="ReconAll", plugin_args=None):
inputspec.cw256 : Conform inputs to 256 FOV (optional)
inputspec.num_threads: Number of threads on nodes that utilize OpenMP (default=1)
plugin_args : Dictionary of plugin args to set to nodes that utilize OpenMP (optional)
Outpus::
Outputs::
postdatasink_outputspec.subject_id : name of the datasinked output folder in the subjects directory
Note:
Expand Down

0 comments on commit 97629e2

Please sign in to comment.