We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714b4aa commit f139c9fCopy full SHA for f139c9f
nipype/interfaces/freesurfer/model.py
@@ -781,12 +781,6 @@ class MS_LDAInputSpec(FSTraitedSpec):
781
desc='pair of class labels to optimize')
782
weight_file = traits.File(argstr='-weight %s', mandatory=True,
783
desc='filename for the LDA weights (input or output)')
784
- output_synth = traits.File(exists=False, argstr='-synth %s',
785
- mandatory=True,
786
- desc='filename for the synthesized output volume',
787
- deprecated='0.8',
788
- new_name='vol_synth_file',
789
- xor=['vol_synth_file', 'output_synth'])
790
vol_synth_file = traits.File(exists=False, argstr='-synth %s',
791
mandatory=True,
792
desc='filename for the synthesized output volume',
0 commit comments