Skip to content
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

[FIX]: changed typo and removed native_reference #756

Open
wants to merge 1 commit into
base: enh/custom-template
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion qsiprep/interfaces/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def _run_interface(self, runtime):
if native_template.exists():
self._results["native_template_file"] = str(
native_template.absolute())
self._results["native_template_brain_file"] = _get_corresponding_mask(
self._results["native_template_mask_file"] = _get_corresponding_mask(
self._results["native_template_file"])

return runtime
Expand Down
4 changes: 0 additions & 4 deletions qsiprep/workflows/anatomical/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def init_anat_preproc_wf(template, native_template, debug, dwi_only,
nonlinear_register_to_template=True,
longitudinal=False,
debug=False,
native_reference=None,
num_anat_images=1)

**Parameters**
Expand Down Expand Up @@ -113,9 +112,6 @@ def init_anat_preproc_wf(template, native_template, debug, dwi_only,
Directory in which to save reportlets
output_dir : str
Directory in which to save derivatives
native_reference : str or None
Image containing the reference for AC-PC alignment. By default is
just the template image.
name : str, optional
Workflow name (default: anat_preproc_wf)

Expand Down