###IcaFixProcessingBatch.sh
fMRINames="rfMRI_REST1_AP@rfMRI_REST1_PA@rfMRI_REST2_AP@rfMRI_REST2_PA%rfMRI_REST3_AP@rfMRI_REST3_PA@rfMRI_REST4_AP@rfMRI_REST4_PA"
# If you wish to run "multi-run" (concatenated) FIX, specify the names to give the concatenated output files
# In this case, all the runs included in ${fMRINames} become the input to multi-run FIX
# Otherwise, leave ConcatNames empty (in which case "single-run" FIX is executed serially on each run in ${fMRINames})
#ConcatNames=""
ConcatNames="rfMRI_REST12_AP_PA@rfMRI_REST34_AP_PA" ## Use space (or @) to separate concatenation groups
###PostFixBatch.sh
# List of fMRI runs
# If running on output from multi-run FIX, use ConcatName as value for fMRINames
fMRINames="rfMRI_REST12_ AP_PA rfMRI_REST34_ AP_PA"
HighPass="2000"
ReUseHighPass="YES" #Use YES if running on output from multi-run FIX, otherwise use NO
###MSMAllPipelineBatch.sh
# For MR FIX, set fMRINames to empty
fMRINames=""
# the original MR FIX parameter for what to concatenate
mrfixNames="rfMRI_REST1_AP@rfMRI_REST1_PA@rfMRI_REST2_AP@rfMRI_REST2_PA"
# the original MR FIX concatenated name
mrfixConcatName="rfMRI_REST12_AP_PA"
# @-separate list of runs to use
mrfixNamesToUse="rfMRI_REST1_AP@rfMRI_REST1_PA@rfMRI_REST2_AP@rfMRI_REST2_PA"
OutfMRIName="rfMRI_REST12"
###DeDriftAndResamplePipelineBatch.sh
HighResMesh="164"
LowResMesh="32"
RegName="MSMAll_InitalReg_2_d40_WRN"
DeDriftRegFiles="${HCPPIPEDIR}/global/templates/MSMAll/DeDriftingGroup.L.sphere.DeDriftMSMAll.164k_fs_LR.surf.gii@${HCPPIPEDIR}/global/templates/MSMAll/DeDriftingGroup.R.sphere.DeDriftMSMAll.164k_fs_LR.surf.gii"
ConcatRegName="MSMAll_Test"
Maps="sulc curvature corrThickness thickness"
MyelinMaps="MyelinMap SmoothedMyelinMap" #No _BC, this will be reapplied
MRFixConcatNames=" rfMRI_REST12_AP_PA"
MRFixNames=" rfMRI_REST1_AP@rfMRI_REST1_PA@rfMRI_REST2_AP@rfMRI_REST2_PA"
fixNames="NONE" #Space delimited list or NONE
dontFixNames="NONE"
I would just run MR+FIX on the whole dataset and then MSMAll on the whole dataset. It would not eliminate any differences to the neural BOLD (which should not be messed with by sICA+FIX anyway).
Matt.
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/SN6PR01MB4991040CAA836DEE3867CBA781CC9%40SN6PR01MB4991.prod.exchangelabs.com.
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.
MR+FIX automatically splits out the runs (undoing the demeaning and variance normalization in the process), but you could simply use wb_command -cifti-merge to split the fully concatenated timeseries into session 1 and session 2 if you wanted to keep the demeaning and variance normalization (and not have to redo it).
Matt.