From 6fde0f892ebabc07701a704b38a4bf9da3818ac2 Mon Sep 17 00:00:00 2001 From: Aqeel Abbas <96948399+aqeel-magsi@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:29:42 +0800 Subject: [PATCH] Update Murat_checks.m data directory for folders out of current path --- bin/Murat_checks.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/Murat_checks.m b/bin/Murat_checks.m index f6f3b19..1a13e47 100644 --- a/bin/Murat_checks.m +++ b/bin/Murat_checks.m @@ -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];