File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ class workflow(_Config):
630
630
"""Keeps the :py:class:`~niworkflows.utils.spaces.SpatialReferences`
631
631
instance keeping standard and nonstandard spaces."""
632
632
subject_anatomical_reference = 'first-lex'
633
- """Method to produce the reference anatomical space. Availalble options are:
633
+ """Method to produce the reference anatomical space. Available options are:
634
634
`first-lex` will use the first image in lexicographical order, `unbiased` will
635
635
construct an unbiased template from all available images (previously --longitudinal),
636
636
and `sessionwise` will independently process each session."""
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ def init_single_subject_wf(
191
191
init_resample_surfaces_wf ,
192
192
)
193
193
194
- from fmriprep .workflows .bold .base import init_bold_wf
195
194
from fmriprep .interfaces .bids import BIDSSourceFile , CreateFreeSurferID
195
+ from fmriprep .workflows .bold .base import init_bold_wf
196
196
197
197
if name is None :
198
198
name = f'sub_{ subject_id } _wf'
You can’t perform that action at this time.
0 commit comments