File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -710,12 +710,11 @@ class DataFinder(IOBase):
710
710
Matched paths are available in the output 'out_paths'. Any named groups of
711
711
captured text from the regular expression are also available as ouputs of
712
712
the same name.
713
+
713
714
Examples
714
715
--------
715
716
716
717
>>> from nipype.interfaces.io import DataFinder
717
- Look for Nifti files in directories with "ep2d_fid" or "qT1" in the name,
718
- starting in the current directory.
719
718
>>> df = DataFinder()
720
719
>>> df.inputs.root_paths = '.'
721
720
>>> df.inputs.match_regex = '.+/(?P<series_dir>.+(qT1|ep2d_fid_T1).+)/(?P<basename>.+)\.nii.gz'
@@ -737,6 +736,7 @@ class DataFinder(IOBase):
737
736
'acquisition']
738
737
739
738
"""
739
+
740
740
input_spec = DataFinderInputSpec
741
741
output_spec = DynamicTraitedSpec
742
742
_always_run = True
You can’t perform that action at this time.
0 commit comments