From 30fd89e0594ab02a278b36f54ba40ffa374dea4f Mon Sep 17 00:00:00 2001 From: ac <acohen@coe.drexel.edu> Date: Wed, 4 May 2016 10:54:59 -0400 Subject: [PATCH] path settings --- NCD/goNCD.m | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/NCD/goNCD.m b/NCD/goNCD.m index 90320e9..8fb5bdc 100644 --- a/NCD/goNCD.m +++ b/NCD/goNCD.m @@ -33,10 +33,15 @@ if isempty(gcp('nocreate')) parpool(36) end -% path to images -ROOT = 'F:\Raw\Images\Temple\RPE\2014-01-24\' +% TODO - set path to images +ROOT = '...\RPE\2014-01-24\' tic +if ~exist('.\scratch','dir') + mkdir('.\scratch'); +end + + % pre-process image settings for NCD w/ new matlab filtering (no cudamex) FS=1,SF=10,MF=5 -- GitLab