Skip to content

[DOC] Typo #1784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nipype/workflows/smri/freesurfer/recon.py
Original file line number Diff line number Diff line change
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