From 40a9fe3566b3b01885ab1e99e51d1d18e77addbd Mon Sep 17 00:00:00 2001
From: awalther <andi.walther@ssec.wisc.edu>
Date: Mon, 22 Oct 2018 15:26:36 +0200
Subject: [PATCH] aupdate

---
 cws_read__readdata_SUI.pro | 2 +-
 icwg2_wrap_images.pro      | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 icwg2_wrap_images.pro

diff --git a/cws_read__readdata_SUI.pro b/cws_read__readdata_SUI.pro
index cbb39da..29caa56 100644
--- a/cws_read__readdata_SUI.pro
+++ b/cws_read__readdata_SUI.pro
@@ -12,7 +12,7 @@ case self.product of
      img = rotate(img,5)
   
    img = (img eq 0) + 2 * ( img eq 1 or img eq 2)
-   stop
+   
      ; (0: cloud free; 1: thin clouds; 2: thick clouds)
      return,   img
      
diff --git a/icwg2_wrap_images.pro b/icwg2_wrap_images.pro
new file mode 100644
index 0000000..7cdbc26
--- /dev/null
+++ b/icwg2_wrap_images.pro
@@ -0,0 +1,6 @@
+pro icwg2_wrap_images
+ o = cws_stats()
+ o.make_corThumb,product='ctp')
+
+
+end
-- 
GitLab