Skip to content

Commit 90ad5c5

Browse files
committed
Removed left over class
1 parent dc16ab3 commit 90ad5c5

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,42 +1142,6 @@ def _gen_filename(self, name):
11421142
return None
11431143

11441144

1145-
class EPIDeWarpInputSpec(FSLCommandInputSpec):
1146-
1147-
mag_file = File(exists=True,
1148-
desc='Magnitude file',
1149-
argstr='--mag %s', position=0, mandatory=True)
1150-
dph_file = File(exists=True,
1151-
desc='Phase file assumed to be scaled from 0 to 4095',
1152-
argstr='--dph %s', mandatory=True)
1153-
exf_file = File(exists=True,
1154-
desc='example func volume (or use epi)',
1155-
argstr='--exf %s', mandatory=False)
1156-
epi_file = File(exists=True,
1157-
desc='EPI volume to unwarp',
1158-
argstr='--epi %s', mandatory=False)
1159-
tediff = traits.Float(2.46, usedefault=True,
1160-
desc='difference in B0 field map TEs',
1161-
argstr='--tediff %s')
1162-
esp = traits.Float(0.58, desc='EPI echo spacing',
1163-
argstr='--esp %s', usedefault=True)
1164-
sigma = traits.Int(2, usedefault=True, argstr='--sigma %s',
1165-
desc="2D spatial gaussing smoothing \
1166-
stdev (default = 2mm)")
1167-
vsm = traits.String(genfile=True, desc='voxel shift map',
1168-
argstr='--vsm %s')
1169-
exfdw = traits.String(desc='dewarped example func volume', genfile=True,
1170-
argstr='--exfdw %s')
1171-
epidw = traits.String(desc='dewarped epi volume', genfile=False,
1172-
argstr='--epidw %s')
1173-
tmpdir = traits.String(genfile=True, desc='tmpdir',
1174-
argstr='--tmpdir %s')
1175-
nocleanup = traits.Bool(True, usedefault=True, desc='no cleanup',
1176-
argstr='--nocleanup')
1177-
cleanup = traits.Bool(desc='cleanup',
1178-
argstr='--cleanup')
1179-
1180-
11811145
class SigLossInputSpec(FSLCommandInputSpec):
11821146
in_file = File(mandatory=True,
11831147
exists=True,

0 commit comments

Comments
 (0)