smriprep
smriprep copied to clipboard
adding giftis for thickness curvature and sulcal depth
This address issue #288. I'm running into some errors with the outputs due to some syntax issues that were introduced. Will be doing some testing with circle CI today to debug. Will also ensure pep8 compatibility.
@ericfeczko The requirement that we find the right ?h.white (or ?h.smoothwm) for this is pushing logic that should be into the interface into the workflow. I think a cleaner solution is to make a new interface that just sub-classes MRIsConvert and infers the correct in_file if scalarcurv is passed. WDYT?
that sounds perfect -- I'm in meeting hell right now, but I can try to give this a shot tonight or tomorrow.
Here's an (untested) attempt: 857e0bd8370d967691dc11d9ca7b705e63efb394
You may need to add my fork to try it out:
git remote add effigies https://github.com/effigies/smriprep.git
git fetch effigies
git cherry-pick 857e0bd
What are the expected outputs? I guess .dscalar.nii or .shape.gii?
Closed by #305