Skip to content

Commit

Permalink
Updated paths for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysy committed Feb 12, 2024
1 parent 3930980 commit 1d1a7a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/fmri/GCM_Helper.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Specify root working directory
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/preflight'; % Change this to yours
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/sessionlive'; % Change this to yours

% Assign operational directories to variables
derpth = fullfile(base_dir, 'data','derivatives','SPM12');
Expand Down
2 changes: 1 addition & 1 deletion code/fmri/spm_master_script_dcm_fmri_peb_batch.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
%---------------------------------------------------------------------------------------

% Specify root working directory
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/preflight'; % Change this to yours
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/sessionlive'; % Change this to yours

% Sub-directory containing scripts
srcpth = fullfile(base_dir,'code');
Expand Down
2 changes: 1 addition & 1 deletion code/fmri/spm_master_script_dcm_fmri_peb_direct.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
%---------------------------------------------------------------------------------------

% Specify root working directory
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/master'; % Change this to yours
base_dir = '/imaging/henson/Wakeman/pranay_does_things/4_projects/CBU_Neuroimaging_Multimodal_DCM_2024/sessionlive'; % Change this to yours

% Sub-directory containing scripts
srcpth = fullfile(base_dir,'code');
Expand Down

0 comments on commit 1d1a7a6

Please sign in to comment.