- Notifications
You must be signed in to change notification settings - Fork 536
FIX: Fixes for nodal/global/fiber stats outputs of connectivity mapping #348
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
Conversation
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.
?
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.
whoops, was easier to test with one group... fixed now
I get a bunch of failing nodes while running dmri_group_connectivity_mrtrix. Here are the crashlogs http://dl.dropbox.com/u/412959/dmri_group_connectivity_mrtrix_errors.zip |
Hmm, those all look related to the Freesurfer directory for one of the subjects.... Is there a way to open the .npz files? |
How did you figure it out without opening the npz files? use "nipype_display_crash" to view those logs |
Heh, I had the same error logs about a month ago... Plus all those interfaces convert surfaces or volumes from .mgz at some point. |
I downloaded the newest dataset. I run out of memory! And I have 16G!
|
Haha wow very strange... Definitely shouldn't be running out of memory, mine doesn't even come close and I've run those pipelines on machines with only 4gb. Was it being run with multiproc? |
Wow, strangely enough I'm getting the same memory error on my end now... |
I've tried both 0.2.9 and 0.2.10 with the same result. |
Maybe we should send a bug report upstream? |
Okay, so I've narrowed this problem down to the Estimate Response node. It appears that the subjects in which csdeconv crashes all seem to have spherical response profiles. http://dl.dropbox.com/u/315714/response_profile.png No clue how to fix it yet though.... |
Turns out it's related to the absolute thresholding on the FA image to obtain the single-fibre voxels.. works fine if it's set back to the default (0.7). |
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.
i don't know why this looks like the spacing is wrong but it's fine in my editor....
Is this still WIP? I have noticed that Parcellate node iterates over labels and calls freesurfer tools internally using a CommandLine class. Have you considered wrapping those tools and turning Parcellate into a workfow with MapNodes? |
where are we with this? |
Not sure. I'm convinced it's ready to merge but chris said that the It's pretty annoying that the tutorial is so damn big and long though.
|
Hey guys, I'm beginning to wonder if we will ever close this PR. Is there any other reason not to merge it? |
I'll ry it on my new machine. We will merge it! Yes we can! On 28 October 2012 16:42, Erik Ziegler notifications@github.com wrote:
|
8 months later! We finally did it! I'll start cleaning up some other branches for new PRs :) |
Mind that I had to make some changes - please update your master. On 19 November 2012 00:34, Erik Ziegler notifications@github.com wrote:
|
Numerous fixes for the CSV outputs of the connectivity mapping workflows (foremost, Function interfaces are now incorporated)
Tractography filtered by intersections is no longer removed as an unnecessary output
Structural tessellation workflow incorporated into advanced diffusion MRI tutorial, added into resulting CFF file
Added exists=True tags to Parcellation inputs/outputs
Update: Just tested the group mrtrix tutorial on a new machine and it seems to work perfectly. Ready to merge unless someone thinks otherwise.