You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TraitError: The 'luts' trait of a PicoPDFsInputSpec instance must be a list of from 1 to 3 items which are an existing file name, but a value of '/_subject_id_subj1/dtlutgen/bvecs.dat' <type 'str'> was specified. #726
When trying to run the demo "dmri_camino_dti.py" I encountered the following problem with the PicoPDFsInputSpec:
TraitError: The 'luts' trait of a PicoPDFsInputSpec instance must be a list of from 1 to 3 items which are an existing file name, but a value of '/_subject_id_subj1/dtlutgen/bvecs.dat' <type 'str'> was specified.
Error setting node input:
Node: picopdfs
input: luts
I browsed through the source code and I believe that the error lies in these two code snippits which are incompatible:
from interfaces/camino.dti.py in class PicoPDFsInputSpec: