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
@@ -51,7 +51,7 @@ class NiftiGeneratorBaseInputSpec(TraitedSpec):
51
51
52
52
class NiftiGeneratorBase (BaseInterface ):
53
53
'''Base class for interfaces that produce Nifti files, potentially with
54
- embeded meta data.'''
54
+ embedded meta data.'''
55
55
def _get_out_path (self , meta , idx = None ):
56
56
'''Return the output path for the gernerated Nifti.'''
57
57
if self .inputs .out_format :
@@ -190,7 +190,7 @@ class LookupMetaInputSpec(TraitedSpec):
190
190
)
191
191
192
192
class LookupMeta (BaseInterface ):
193
- '''Lookup meta data values from a Nifti with embeded meta data.
193
+ '''Lookup meta data values from a Nifti with embedded meta data.
194
194
195
195
Example
196
196
-------
You can’t perform that action at this time.
0 commit comments