-
Notifications
You must be signed in to change notification settings - Fork 55
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
No Hippocampus Mask Available/Compatible #537
Comments
Thanks for fast reply! Well honestly the tutorial links to it but the link is not working, and in fact I did need the masks for left and right hippocampus so this was perfect! Thanks so much :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for all the packages that you have created for ease of processing of different imaging techniques!
I have used Clinica's t1-linear pipeline to convert my adni dataset to BIDS, and then converted my bids dataset to CAPS, which as is pointed out (here)[https://aramislab.paris.inria.fr/clinica/docs/public/latest/Pipelines/PET_Linear/] crops the final images to
169×208×179
I wanna run a model that not only uses the whole brain image but also left and right HC extractions. In clinicadl documentation however to extract left and right HC the following command is suggested:
clinicadl prepare-data CAPS_DIRECTORY t1-linear roi --roi_list rightHippocampusBox --roi_list leftHippocampusBox
The problem is no place is suggested to download these masks from. The closest thing I could come up with was
https://www.templateflow.org/browse/#:~:text=tpl%2D-,MNI152NLin2009cSym_res,-%2D1_atlas%2DCerebrA_dseg.nii
But turns out there is a size mismatch between the masks there
(193,229,193)
, and(169,208,179)
.The only way I could retrace the source code and find a way of cropping this mask was to use
(ref_cropped_template.nii.gz)[https://aramislab.paris.inria.fr/files/data/img_t1_linear/ref_cropped_template.nii.gz] based on
https://github.com/aramis-lab/clinica/blob/37da1cbbed35c5e16877e06b17074c9811a83354/clinica/pydra/t1_linear/t1_linear.py#L11
But I am not sure if I am on the right track and this cropping actually creates a compatible mask with the t1-preprocessing.
Couold you please guide me with this?
The text was updated successfully, but these errors were encountered: