Skip to content

Commit

Permalink
Update Murat_checks.m
Browse files Browse the repository at this point in the history
data directory for folders out of current path
  • Loading branch information
aqeel-magsi authored and LucaDeSiena committed Dec 6, 2023
1 parent 331e673 commit 6fde0f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/Murat_checks.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
function Murat = Murat_checks(Murat)

% INPUTS
dataDirectory = ['./' Murat.input.dataDirectory];
%dataDirectory = ['./' Murat.input.dataDirectory];
dataDirectory = [Murat.input.dataDirectory]; %if data is outside of current folder
FPath = './';
FLabel = Murat.input.label;
PTime = ['SAChdr.times.' Murat.input.PTime];
Expand Down

0 comments on commit 6fde0f8

Please sign in to comment.