Skip to content

Commit

Permalink
resting state default 100 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
CPernet authored Jul 8, 2024
1 parent fc00ded commit eccca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids/spmup_BIDS_1rstlevel.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eccca6a

Please sign in to comment.