Skip to content

Commit

Permalink
Added analysis code for Flywheel gear.
Browse files Browse the repository at this point in the history
  • Loading branch information
astigliani committed Aug 14, 2018
1 parent 30dc86d commit 23b3137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/fLocGearParams.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
init_params = mrInitDefaultParams;

% necessary fields that can be modified by user
init_params.inplane % path to inplane file found by gear code (.nii.gz)
init_params.functionals % paths to fMRI data with filenames (.nii.gz)
init_params.parfile % paths to stimulus parameter files with filenames (.par)
init_params.inplane % char array, path to inplane file found by gear code (.nii.gz)
init_params.functionals % cell array, paths to fMRI data with filenames (.nii.gz)
init_params.parfile % cell array, paths to stimulus parameter files with filenames (.par)
init_params.clip = clip; % int, number of TRs to clip from beginning of each run (initialize as 0)
% for clipping TRs from countdown, default should be [2] for MUX and [countdown/TR] for non-MUX
init_params.scanGroups = {1:num_runs}; % cell array of scan numbers to group
Expand Down

0 comments on commit 23b3137

Please sign in to comment.