-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Add three new workbench command interfaces #3306
base: master
Are you sure you want to change the base?
Conversation
get update
add the following nipype interfaces [x] wb_command -cifti-correlation [x] wb_command -cifti-parcellate [x] "wb_command -cifti-separate
The input cifti file must have a brain models mapping on the chosen | ||
dimension, columns for .ptseries or .dtseries, | ||
>>> cifticorr = CiftiCorrelation() | ||
>>> cifticorr.inputs.in_file = 'sub-01XX_task-rest.ptseries.nii' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs to exist (but should be empty) in https://github.com/nipy/nipype/tree/master/nipype/testing/data to allow the doctests to work.
@a3sha2 I'm going to try to make a release in the next couple days. If you want to try to finish this off, I'd love to include it! |
sorry for delay @effigies, I will fix it this week |
@effigies I added test data `sub-01XX_task-rest.ptseries.nii`
@effigies I added test data |
I will work more on test dataset |
I added the following interfaces for workbench