-
Notifications
You must be signed in to change notification settings - Fork 532
WIP: Dmri nipype #609
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
WIP: Dmri nipype #609
Conversation
|
||
from dmri_classInterfaces import BrainExtraction, EddyCorrection, ResampleVoxelSize, TensorModel, Tracking | ||
|
||
path ='/home/bao/tiensy/Nipype_tutorial/data/dmri/temp6/' |
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.
Please use Datasink for storing results instead of setting abs paths for output files. See http://nipy.sourceforge.net/nipype/users/grabbing_and_sinking.html#datasink
Looks like a very valuable contribution, but there are still a few glitches to fix. @Garyfallidis care to have a look? |
Many apologies, for my delayed answer. I was running with different things. I will look at this during the weekend and get back to you. In short, there are many nice things that you can add in this pipeline e.g. constrained deconvolution etc. Best wishes. |
@baothien any chances that you could finish working on this before the next release? ETA 2 weeks |
Thanks for addin the datasink. We are almost there. There are still some issues remaining (see comments above). |
Pre-processing dMRI data, including 03 steps | ||
1. Brain extraction | ||
2. Eddy current correction | ||
3. Resample data to isotrophy, usually to voxel size (2.,2.,2.) |
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.
Typo: to isotropic
Hi guys, apologies for the delay and thank you for the effort and the feedback. I have a general question. What is the purpose of this dMRI pipeline? dMRI is a very general term. From what I see you only use Tensors and deterministic tracking here. Is that correct? Also the .dpy file format is still experimental and few people will have access to HDF5 that is required for that. You may want to save things in Trackvis or a different format. |
Any progress on this? It would be great to see it being part of nipype soon... |
Dear all, I'm very interested on this issue. I will take a look on it starting on January and see if I can give a hand. Anyways, I totally agree with @Garyfallidis:
So, what do you think? |
@chrisfilo let's organize I hangout by the beginning of the year. I will be back in the office after the 10th of January. I think we can help each other and create some very nice pipelines using dipy. But let's talk first. |
Hi Chris and all, Sorry for late reply. I am in travelling from 16-Dec. Regards, T.Bao On Sat, Dec 28, 2013 at 8:10 PM, Eleftherios Garyfallidis <
Nguyen Thien Bao NeuroInformatics Laboratory (NILab), Fondazione Bruno Kessler (FBK), |
Happy new year everybody! I'm back and happy to arrange a google hangout whenever everybody is ready. Best, On Sat, Dec 28, 2013 at 9:25 PM, baothien notifications@github.com wrote:
|
Dear Chris and all guys, Hope that all you have good holiday with your family and friends. I think that it is time for back to work. Do you have any idea for a google Wait for your reply. On Thu, Jan 2, 2014 at 11:17 AM, Chris Filo Gorgolewski <
Nguyen Thien Bao NeuroInformatics Laboratory (NILab), Fondazione Bruno Kessler (FBK), |
Hi Chris and all, I am available this week on Thursday to speak about Dipy & Nipype. Is 2 PM EST good for you? Best wishes, |
I'm sorry, I've just checked it out. I can't make it today, but may I join your meeting if you postpone it for next week? |
It would be great if you could join in. Could everyone interested fill in On Thu, Jan 23, 2014 at 4:46 PM, Oscar Esteban notifications@github.comwrote:
|
Dear all, I am very sorry. I would not be able to attend the meeting due to the Lunar Thank you in advance and hope to work with all of you. Regards, T.Bao On Thu, Jan 23, 2014 at 11:09 PM, Chris Filo Gorgolewski <
Nguyen Thien Bao NeuroInformatics Laboratory (NILab), Fondazione Bruno Kessler (FBK), |
Maybe of your interest: #910 |
This pull request is "orphaned," which means it has been deemed to be abandoned by its original author. Orphaned pull requests have not been rejected, and we hope that if a user sees one that will meet their needs with a little work, that they will fork it and open a new pull request (or, in the case of the original author, reopen the original PR). We ask that all adopted PRs be updated to merge or rebase the current master. If you would like to adopt a PR and need help getting started, any of a number of contributors will be happy to help. |
No description provided.