You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix errors for tissue-specific heating spec; save combined files in simulation-specific in root of subdirectory; cleanup temp; properly deal with skipping missing files
Copy file name to clipboardexpand all lines: functions/create_group_MNI_plots.m
+13-5
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,17 @@ function create_group_MNI_plots(subject_list, parameters, options)
20
20
assert(xor(options.plot_max_intensity,options.slice_to_plot), "You should indicate either the slice number to plot ('slice_to_plot') or ask for a max intensity plot ('plot_max_intensity')")
0 commit comments