Open meyerzinn opened 5 years ago
A bunch of other flags have changed, which I have not changed. That's why this is not a PR.
@20zinnm - since these classes are autogenerated perhaps we can make them more dynamic like the new dipy
workflows. then they can be aligned with the version of Slicer
.
@satra I have no idea how they are generated and I do not use dipy so I'm not sure what you mean by more dynamic. Can they be regenerated with the latest version of Slicer?
@20zinnm - this is the current generator
https://github.com/nipy/nipype/blob/master/nipype/interfaces/slicer/generate_classes.py
if you want to try, you could do this:
clone nipype
call this function slicer/generate_classes.py in your terminal with access to slicer execution models
python setup.py install
The interface for Slicer N4ITKBiasFieldCorrection does not work with Slicer 4.10. The input/output files are now positional arguments and not flags. The following seems to work but would need more testing before it becomes a PR: