From eccca6a258daac62eaab7e5a10cbdb068be6e0e2 Mon Sep 17 00:00:00 2001 From: Cyril Pernet Date: Mon, 8 Jul 2024 18:46:45 +0200 Subject: [PATCH] resting state default 100 sec --- bids/spmup_BIDS_1rstlevel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bids/spmup_BIDS_1rstlevel.m b/bids/spmup_BIDS_1rstlevel.m index 08cda98..bdfeb41 100644 --- a/bids/spmup_BIDS_1rstlevel.m +++ b/bids/spmup_BIDS_1rstlevel.m @@ -234,7 +234,7 @@ matlabbatch{1}.spm.stats.fmri_spec.sess(frun).regress = struct('name', {}, 'val', {}); matlabbatch{1}.spm.stats.fmri_spec.sess(frun).multi_reg = {QAjobs{frun}.design}; if isempty(options.highpass) - matlabbatch{1}.spm.stats.fmri_spec.sess(frun).hpf = 1000; % 0.001 Hz + matlabbatch{1}.spm.stats.fmri_spec.sess(frun).hpf = 100; % 0.01 Hz else matlabbatch{1}.spm.stats.fmri_spec.sess(frun).hpf = options.highpass; end