-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refractor derivatives naming convention #159
Conversation
Cross-referring an older issue: neuropoly/idea-projects#1 |
* add updated labels softseg bin * add updated softseg labels * add preprocessed images * rm excluded participants * update with script and release tag
Th PR is now ready for review! |
Thanks for this massive PR @sandrinebedard! 💯 ad 1) valosek@macbook-pro:~/data/data-multi-subject$ ls -1 sub-balgrist01/anat/sub-balgrist01_flip-*.nii.gz
sub-balgrist01/anat/sub-balgrist01_flip-1_mt-off_MTS.nii.gz
sub-balgrist01/anat/sub-balgrist01_flip-1_mt-on_MTS.nii.gz
sub-balgrist01/anat/sub-balgrist01_flip-2_mt-off_MTS.nii.gz
valosek@macbook-pro:~/data/data-multi-subject$ ls -1 derivatives/data_preprocessed/sub-balgrist01/anat/sub-balgrist01_flip-*.nii.gz
derivatives/data_preprocessed/sub-balgrist01/anat/sub-balgrist01_flip-1_mt-on_space-other_MTS.nii.gz
derivatives/data_preprocessed/sub-balgrist01/anat/sub-balgrist01_flip-2_mt-off_space-other_MTS.nii.gz ad 2,3,4,5,6) ad 7) valosek@macbook-pro:~/data/data-multi-subject/derivatives$ find . -name "*CSF*nii.gz" | wc -l
10 |
Thank you for reviewing @valosekj !
My bad it should've been written SC canal in the PR description! You should find
Regarding |
We decided not to include, since there is not associated labels. @mguaypaq I think we would be ready to merge! |
Hmm, in addition to the current problems with the Dataset Validator, it looks like it's now running out of disk space when trying to |
Ok:
I'm going to merge this. |
Ah, it looks like I can't bypass branch protections. I guess I'll fix the validator before merging this PR, in that case. |
Description
This PR adresses #156 and #157 mainly and cleans up the datasets. Th main changes include:
space-other
in folderderivatives/data_preprocessed
: (Add processed images in the derivatives folder #156, Some subjects have different image and label dimensions and resolution #144 )T1w
: Reoriented to RPI and resampled to 1x1x1 mmT2w
: Reoriented to RPI and resampled to 0.8x0.8x0.8 mmT2star
: Reoriented to RPI and root mean square across 4th dimension (if exists)MTS
: Reoriented to RPIDWI
: Mean image across directions after motion correctionlabels_seftseg_bin
in the derivativesderivatives/labels
sub-amu01_T2star_seg-manual.nii.gz
-->sub-amu01_space-other_T2star_label-SC_seg.nii.gz
(Renameseg-manual
tolabel-SC_seg-manual
#141)sub-amu01_T2w_labels-disc-manual.nii.gz
-->sub-amu01_T2w_label-discs_dlabel.nii.gz
sub-amu01_T1w_softseg.nii.gz
-->sub-amu01_space-other_T1w_label-SC_softseg.nii.gz
sub-amu01_T1w_softseg_bin.nii.gz
-->sub-amu01_space-other_T1w_desc-softseg_label-SC_seg.nii.gz
sub-amu01_T1w_csfseg-manual.nii.gz
-->sub-amu01_space-other_T1w_label-CSF_seg.nii.gz
sub-amu01_T2w_label-discs_desc-warp_dlabel.nii.gz
sub-amu01_T2w_RPI_r_labels-manual.nii.gz
-->sub-amu01_space-other_T2w_label-vertebrae_desc-C2C5_dlabel.nii.gz
(Two T1w labels for some subjects #147 )sub-amu01_T2star_gmseg.nii.gz
-->sub-amu01_space-other_T2star_label-GM_seg.nii.gz
Remaining tasks
data_preprocessed
with link to the scriptlabels_softseg_bin
with link to the scriptRelated Issues
Fixes #156
fixes #157
fixes #147
Fixes #144
Fixes #153
Fixes #141
Fixes #151