- Notifications
You must be signed in to change notification settings - Fork 307
[RTM] Gifti surfaces #398
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
[RTM] Gifti surfaces #398
Conversation
ea1ede8
to 2c52ee0
Compare Unchecking midthickness... The technique I have for creating it doesn't preserve the xform matrix, which suggests nibabel's |
8f6f08e
to e06b4da
Compare Still having issues with Connectome workbench compatibility, but Freeview alignment looks okay. (Red: The volume here is the Weirdly, the |
Is the picture above freeview or connectome workbench? Did you try loading freesurfer/sub-01/mri/T1.mgz in connectome workbench? …On Tue, Mar 21, 2017 at 10:14 AM, Chris Markiewicz ***@***.*** > wrote: Still having issues with Connectome workbench compatibility, but Freeview alignment looks okay. (Red: smoothwm; Green: midthickness, Blue: pial). [image: freeview] <https://cloud.githubusercontent.com/assets/83442/24159476/8747e182-0e35-11e7-820b-a56544a4f62d.png> The volume here is the fmriprep/anat/sub-01_T1w_preproc.nii.gz, not freesurfer/sub-01/mri/T1.mgz. Weirdly, the xform doesn't seem to be preserved by mris_expand, either, but this could be me fiddling around in the working directory and confusing myself. Rebased against master and going to try in a clean(ish...) working directory. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#398 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAOkp_e7CIihTycnXsBnbaNa8elWvHLaks5roAWLgaJpZM4MinD4> . |
Latest is freeview. Earlier is wb_view. This is wb_view with the pial surface outline over the FreeSurfer conformed T1 (converted to So basically the same situation. However, there's something weirder going on with wb_view. This is their "all" view, instead of the "volume" view: The surface is correctly oriented, but the horizontal/coronal/axial slices are messed up. |
Indeed weird - as if it was shifted by a few voxels. In HCP pipelines they seem to be applying an affine to this surface: https://github.com/Washington-University/Pipelines/blob/master/PostFreeSurfer/scripts/FreeSurfer2CaretConvertAndRegisterNonlinear.sh#L230 |
If this does not help it might be worth asking on the hcp-users mailing list. |
Thanks. It looks like this |
I hope the resulting giftis will still align in freeview! |
Yeah, that's my worry. If it's just a shift to the offset column, I may be able to zero out |
b724cf6
to 3d1f97d
Compare ac22d3e
to 0296dc9
Compare Only remaining issue is that |
It was not |
Okay. Finally tracked down the actual issue, which is that Still, we now have
|
This needs docs, and I want to update the node names to make the graph more informative. But this is working. |
Awesome - excellent work! …On Tue, Apr 4, 2017 at 9:58 AM, Chris Markiewicz ***@***.***> wrote: This needs docs, and I want to update the node names to make the graph more informative. But this is working. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#398 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAOkp-43VceXE9-1nioDfOg5oFDDfKjdks5rsnalgaJpZM4MinD4> . |
yes - it would help with the code readability as well |
Good to merge this and then refactor into its own workflow? |
Cool - could you link the issue your reported with HCP folks for reference? We should merge this as soon as nipy/nipype#1938 is resolved. |
It was a bug report. Here's the text:
|
Another weird observation - lh.pial is a symlink and rh.pial is a copy (the
|
I'm going to bet what happened there was that attempting to symlink |
Email thread:
|
6762c8f
to 710fe04
Compare Updated docs and nipype dependency for nipy/nipype#1941. Ready to merge when build test finishes. |
fmriprep/sub-<subject_label>/anat/sub-<subject_label>_T1w_<surfname>.[LR].surf.gii
xform
matrix in Gifti if needed.Closes #394.