From 899e21fe83534ead27f10e574c617e336280a156 Mon Sep 17 00:00:00 2001
From: ac <acohen@coe.drexel.edu>
Date: Wed, 4 May 2016 10:52:18 -0400
Subject: [PATCH] path settings for files and jpeg2000 compression output

---
 NCD/getCount.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NCD/getCount.m b/NCD/getCount.m
index 30ca317..683f58a 100644
--- a/NCD/getCount.m
+++ b/NCD/getCount.m
@@ -42,7 +42,7 @@ else
 end
 im=mat2gray(im);
 im=gray2ind(im);
-fname = ['e:\scratch\scratch_' tag '.jp2'];
+fname = ['.\scratch\scratch_' tag '.jp2'];
 imwrite(im,fname);
 info=imfinfo(fname);
 count=info.FileSize;
-- 
GitLab