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