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.
2 parents 7fbc7cb + f473b39 commit 2588af7Copy full SHA for 2588af7
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