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 7fbc7cb commit f473b39Copy full SHA for f473b39
nipype/interfaces/camino/dti.py
@@ -995,7 +995,7 @@ class TrackBedpostxProba(Track):
995
input_spec = TrackBedpostxProbaInputSpec
996
997
def __init__(self, command=None, **inputs):
998
- inputs["inputmodel"] = "bedpostx_dyad"
+ inputs["inputmodel"] = "bedpostx"
999
return super(TrackBedpostxProba, self).__init__(command, **inputs)
1000
1001
0 commit comments