I don’t understand the question. It looks like the e-mail chain you referenced explains what to do (in your e-mail) with one modification that I made subsequently.
Matt.
--
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/7a4588e5-4afd-4015-ae0f-763656d2829dn%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.
--
There is one in the BALSA dataset for Glasser et al., 2022 Neuroimage.
Matt.
It looks okay as far as I can tell without knowing the specifics of your data.
Matt.
From:
Victoria King <torily...@gmail.com>
Date: Monday, December 23, 2024 at 1:35 PM
To: HCP-Users <hcp-...@humanconnectome.org>
Cc: "Glasser, Matthew" <glas...@wustl.edu>, "tim.c...@gmail.com" <tim.c...@gmail.com>, Victoria King <torily...@gmail.com>
Subject: Re: [hcp-users] transmit bias pipeline
Got it, thank you.
I'm afraid I might not be executing the code as I should be. Could you all please look through my wrapper scripts (attached) and provide some extra clarification? Am I using the correct inputs? Please excuse my misunderstanding.
Here's what I've done so far:
After PreFreeSurfer, FreeSurfer, and PostFreeSurfer, I ran a separate wrapper script for fMRI Volume (AP & PA), then separate fMRI Surface (AP & PA). Then I ran ICAFIX multi run, concatenating the AP and PA together. I ended up using pyfix since I couldn't get compiled MATLAB to work. My plan is to move on to MSMAll and DeDriftandResample, and then running the transmit bias batch script. This, again, is with the ultimate goal of running a group comparison of transmit bias-corrected myelin maps.
Thanks and happy holidays,
Victoria
If you are using pseudotransmit you need some fMRI. Also it works better with MSMAll registration.
Matt.
From: Victoria King <torily...@gmail.com>
Reply-To: "hcp-...@humanconnectome.org" <hcp-...@humanconnectome.org>
Date: Monday, December 23, 2024 at 1:49 PM
To: HCP-Users <hcp-...@humanconnectome.org>
Pseudotransmit is based on the GRE and SE of the fMRI (the SBRef and the SE fieldmap). MSMAll uses the fMRI timeseries for functional alignment.
As to the other question, this is available in the dcm2niix JSON:
"TxRefAmp"
Matt.
Hi,
I've been reading through this conversation to better understand how bias correction is implemented. I do have a measured transmit field. Would it be necessary to process anatomical scans with fieldmaps and SBRef scans in this case?
Also, could you please share any documentation or a manual on how to run the bias correction scripts in Qunex after the PostFreesurfer step?
Best regards,
Bartosz Kossowski
What kind is it?
Matt.
From:
Bartosz Kossowski <b.kos...@nencki.edu.pl>
Reply-To: "hcp-...@humanconnectome.org" <hcp-...@humanconnectome.org>
Date: Thursday, May 29, 2025 at 8:49 AM
To: HCP-Users <hcp-...@humanconnectome.org>
Cc: "tim.c...@gmail.com" <tim.c...@gmail.com>, HCP-Users <hcp-...@humanconnectome.org>, Victoria King <torily...@gmail.com>
Subject: Re: [hcp-users] transmit bias pipeline
Hi,
Hi,
For the B1 correction, we acquire the standard Siemens RF-map scan. I’ve also found the relevant command in the Qunex package documentation here: https://qunex.readthedocs.io/en/latest/api/gmri/hcp_transmit_bias_individual.html.
It would be very helpful if you could summarize the steps in bullet points. I’ve currently stopped after running PostFreesurfer for a single subject.
A few questions:
Do I need to preprocess all subjects before running the B1 correction?
What exactly is the required "group-corrected myelin file"?
Thanks in advance!
B.
Yes, use the B1Tx pathway. It might be good for you to report the resolution of your structural scans, the transmit field that you acquired, and whether these scans used pre-scan normalize one.
Matt.
That is just an ROI of a tight brain mask for the volume results (i.e., including only grey and white matter). I’m not sure why there are three versions that you have Jure. I suspect this gets generated by one of the group scripts if you are running this with a big group (so you have a consistent brain mask across all your individuals). For testing on a single individual, it would probably be fine to just select the grey and white matter from a FreeSurfer wmparc.nii.gz in MNI space, e.g., ${StudyFolder}/${Subject}/MNINonLinear/wmparc.nii.gz You can do that with wb_command -volume-label-import <input> https://github.com/Washington-University/HCPpipelines/blob/master/global/config/FreeSurferAllGMWM.txt <output> -discard-others -drop-unused-labels.
Matt.
GMWM masks are based on the individuals in the group, not the method used for transmit field measurement. Those file names below are confusing.
I think that would be a good idea.