--
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/de975df4-0ae5-4663-a136-6d37d884192cn%40humanconnectome.org.
Your subcortical voxels do not match ours. How was this file generated?
ThalamusRight: 1248 voxels
Matt.
To view this discussion visit
https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/c4ef53f5-d3f6-4ddd-803f-77297af12been%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.
"Resampling in MNI152 2 mm3 atlas space was accomplished for all echoes in one step combining (i) motion correction; (ii) distortion correction; (iii) gain field correction; (iv) linear registration of average volumes across visits; and (v) non-linear MNI152 atlas registration via the FSL FNIRT52,53,54,55. The multi-echo data in MNI152 space then were combined using the weighted summation approach (as described in Posse et al. equations 6 and 756).
After cross-modal registration, the data underwent several pre-processing steps. These included: FreeSurfer segmentation for tissue-based regression, elimination of signals with false variance, temporal filtering to include 0.009–0.08 Hz bands, and frame censoring57. False signals included: six parameters obtained by rigid body correction of head motion, extra-axial noise, white matter, and ventricles. Frame censoring was performed on all resting state fMRI data at FD > 0.30 mm55."
Also, on a more general note, when I first open the cifti data files I get a [#time_steps]x[91206 grayordinates matrix]. Are these grayordinates ordered spatially? I.e. would just "cropping" the parcellation maps as below maintain the spatial continuity, or would it completely mess up the parcellation? I'm sure this is at least suboptimal, but was wondering if I could make-do with this for now until I figure out the parcelation to avoid this bottleneck...
parcellation_indices_91282 = hcp.yeo17.map_all # load map
parcellation_indices_91206 = parcellation_indices_91282[:X.shape[1]] #trim to match data grayordinates
roi_ids = np.unique(parcellation_indices_91206)
roi_ids = roi_ids[roi_ids != 0] # remove unassigned (ID 0)
num_rois = len(roi_ids)
print(f"Number of ROIs (parcels) found: {num_rois}") #check if all parcels still there
For better or for worse, this group does not use the HCP pipelines or recommended HCP-Style processing. Instead, they have some in-house code they use. It is good that they process the data on the surface;
however, it seems they are making incompatible CIFTI files. I reached out to one of the authors to ask about that, but did not hear back.
Matt.
From:
Giannis Fotis <gfw...@gmail.com>
Reply-To: "hcp-...@humanconnectome.org" <hcp-...@humanconnectome.org>
Date: Friday, November 7, 2025 at 2:59 AM
To: HCP-Users <hcp-...@humanconnectome.org>
Cc: "tim.c...@gmail.com" <tim.c...@gmail.com>, HCP-Users <hcp-...@humanconnectome.org>, Giannis Fotis <gfw...@gmail.com>
Subject: Re: [hcp-users] ds006072 dataset cifti parcelation issue
Dear Tim,