Skip to content

Commit

Permalink
Update analyses_v2.m and re-compile binaries to MCR v9.2
Browse files Browse the repository at this point in the history
Squashed another outlier code bug for input dtseries filename and updated MCR since the isoutlier function was only introduced in R2017a.
  • Loading branch information
ericearl committed Feb 2, 2020
1 parent 05a3a72 commit dee4298
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified bin/analyses_v2
Binary file not shown.
Binary file modified bin/dcan_signal_processsing
Binary file not shown.
Binary file modified bin/filtered_movement_regressors
Binary file not shown.
7 changes: 4 additions & 3 deletions matlab_code/analyses_v2.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ function analyses_v2(config_path)
filename = dtseries_files{i};
[~, name, ~] = fileparts(filename);

subject_outliers_parse_BIDS(path_wb_c, mat_file, dtseries, ...
subject_outliers_parse_BIDS(path_wb_c, mat_file, filename, ...
result_dir, taskname)

catch
disp([name 'does not exist'])
catch exception
disp([filename ':'])
disp(exception)
end
end
end
Expand Down

0 comments on commit dee4298

Please sign in to comment.