File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- """Provides interfaces to various commands provided by FreeSurfer
1
+ """Provides interfaces to various commands provided by dcmstack
2
2
3
3
Change directory to provide relative paths for doctests
4
4
>>> import os
@@ -56,7 +56,7 @@ class NiftiGeneratorBaseInputSpec(TraitedSpec):
56
56
57
57
class NiftiGeneratorBase (BaseInterface ):
58
58
'''Base class for interfaces that produce Nifti files, potentially with
59
- embeded meta data.'''
59
+ embedded meta data.'''
60
60
def _get_out_path (self , meta , idx = None ):
61
61
'''Return the output path for the gernerated Nifti.'''
62
62
if self .inputs .out_format :
@@ -215,7 +215,7 @@ class LookupMetaInputSpec(TraitedSpec):
215
215
216
216
217
217
class LookupMeta (BaseInterface ):
218
- '''Lookup meta data values from a Nifti with embeded meta data.
218
+ '''Lookup meta data values from a Nifti with embedded meta data.
219
219
220
220
Example
221
221
-------
You can’t perform that action at this time.
0 commit comments