We skip myelin map creation if only a T1w is available.
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 on the web visit
https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/7e72dcba-77e7-4658-a0cd-6bf988d5db32n%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.
Perhaps you can post more details about this data including structural, field map, and functional parameters.
The underlying MSMAll scripts allow not using myelin maps for MSMAll: https://github.com/Washington-University/HCPpipelines/blob/master/MSMAll/MSMAllPipeline.sh Line 529 remove the “A” from CA_CAT (Connectivity (C), Architecture (A), Topography (T)), but you might have to edit a copy of the pipeline, as I don’t think we exposed this outside the pipeline.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/57561cab-6a3f-483b-86b9-f62422a094e2n%40humanconnectome.org.
Delete both “A.”
Given that that is also legacy low spatial and temporal resolution fMRI, I would check the FIX classification carefully and you would probably need to use a different FIX training file.
Standard.RData - for use on more "standard" FMRI datasets / analyses; e.g., TR=3s, Resolution=3.5x3.5x3.5mm, Session=6mins, default FEAT preprocessing (including default spatial smoothing).
Yes, but keep in mind that sICA+FIX’s performance is not as good for legacy data, mainly be cause it is just harder to do ICA in lower spatial and temporal resolution data.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/89bc1ae7-c760-4080-838c-c8f051b65fc4n%40humanconnectome.org.
Maybe see if DeDriftAndResample works. Probably we need to make some myelin map lines conditional if they aren’t available.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/29227824-cb3c-4873-98a0-cbdc719d6483n%40humanconnectome.org.
Does that halt everything? You might want to turn set -e off and just ignore the errors related to T2w images or myelin maps. As I said, we haven’t made a formal “Legacy Mode” for MSMAll and DeDriftAndResample.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/cc08e247-69bf-40d3-897f-07f8c9bf060dn%40humanconnectome.org.
DeDriftAndResample is the biggest one, since you made it through MSMAll.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/2e235267-9d1e-462a-99a1-d8a2268c19cdn%40humanconnectome.org.
You might need to comment out lines doing processing on myelin maps and any that use myelin maps as a reference (like this one) should be changed to thickness maps.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/09eec8e3-c6c7-412f-ad5b-9dfe795a1908n%40humanconnectome.org.
Keep the variables, but you can change ‘MyelinMap_BC’ to ‘thickness’.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/28f00cc4-a829-49e1-a099-e8a9878fa785n%40humanconnectome.org.