Skip to content

Commit f473b39

Browse files
author
Michael
committed
correct option for bedpostx probability tracking to work as attended
1 parent 7fbc7cb commit f473b39

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/camino

1 file changed

+1
-1
lines changed

nipype/interfaces/camino/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ class TrackBedpostxProba(Track):
995995
input_spec = TrackBedpostxProbaInputSpec
996996

997997
def __init__(self, command=None, **inputs):
998-
inputs["inputmodel"] = "bedpostx_dyad"
998+
inputs["inputmodel"] = "bedpostx"
999999
return super(TrackBedpostxProba, self).__init__(command, **inputs)
10001000

10011001

0 commit comments

Comments
 (0)