diff --git a/NCD/goNCD.m b/NCD/goNCD.m
index 90320e93141aa01ff23dcec49101603ed06acc0c..8fb5bdc02443246ddba91e308be6dd97c740eec4 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