Hi,
All the files in T1w/* and T1w/ASL/* should be in alignment/registration with each other (“T1w space”). They may have different voxel sizes.
The files in {subject_id}/T1w/{subject_id}/mri are the unaltered outputs from FreeSurfer itself.
Hopefully Thomas (cc’ed) can chime in on that masks that already available within the ASL pipeline.
Cheers,
-MH
--
Michael Harms, Ph.D.
-----------------------------------------------------------
Professor of Psychiatry
Washington University School of Medicine
Department of Psychiatry, Box 8134
660 South Euclid Ave. Tel: 314-747-6173
St. Louis, MO 63110 Email: mha...@wustl.edu
--
You received this message because you are subscribed to the Google Groups "HCP-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
hcp-users+...@humanconnectome.org.
To view this discussion visit
https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/307244a3-2900-4040-99aa-108beb365694n%40humanconnectome.org.
The materials in this message are private and may contain Protected Healthcare Information or other information of a sensitive nature. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender via telephone or return mail.
Hi Aikam,
Mike is correct, all the files in T1w will be aligned with each other but not necessarily in the same voxel grid. One way of changing resolution is to make an identity 4x4 matrix and pass that to wb_command -volume-resample (sure chat GPT can suggest other ways). This will change the voxel grid without actually moving the image.
I’d suggest resampling the perfusion images onto the aparc+aseg.nii.gz. Resampling segmentation images is fiddly so better to avoid it. Also worth checking freesurfer’s mri_segstats to do the reporting against the segmentation for you, rather than having to make the masks yourself.
The HCP ASL pipeline produces tissue masks (T1w/ASL/pvs) but doesn’t provide any more detailed masks, nor at 0.8mm resolution.
Hope this helps
Tom