diff --git a/cws_read__readdata_SUI.pro b/cws_read__readdata_SUI.pro index cbb39da2efb2470d644973d8bab3652f3bd1240e..29caa56fc3ef6a6de89d673d02ef76a857147f5d 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 0000000000000000000000000000000000000000..7cdbc26485cc28913012ad41824cdadfbc8164de --- /dev/null +++ b/icwg2_wrap_images.pro @@ -0,0 +1,6 @@ +pro icwg2_wrap_images + o = cws_stats() + o.make_corThumb,product='ctp') + + +end