Skip to content
Merged
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
6 changes: 3 additions & 3 deletions nipype/interfaces/dcmstack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Provides interfaces to various commands provided by FreeSurfer
"""Provides interfaces to various commands provided by dcmstack

Change directory to provide relative paths for doctests
>>> import os
Expand Down Expand Up @@ -51,7 +51,7 @@ class NiftiGeneratorBaseInputSpec(TraitedSpec):

class NiftiGeneratorBase(BaseInterface):
'''Base class for interfaces that produce Nifti files, potentially with
embeded meta data.'''
embedded meta data.'''
def _get_out_path(self, meta, idx=None):
'''Return the output path for the gernerated Nifti.'''
if self.inputs.out_format:
Expand Down Expand Up @@ -190,7 +190,7 @@ class LookupMetaInputSpec(TraitedSpec):
)

class LookupMeta(BaseInterface):
'''Lookup meta data values from a Nifti with embeded meta data.
'''Lookup meta data values from a Nifti with embedded meta data.

Example
-------
Expand Down