From 3012a4e3aa9520be6ed0d6b4f59b287414b63d07 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 3 Aug 2021 13:05:06 -0500
Subject: [PATCH] augment training ice intensity == 4

---
 modules/icing/pirep_goes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 79ef8328..84d0c872 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1204,7 +1204,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
             icetime = trn_icing_times[k]
             icelon = trn_icing_lons[k]
             icelat = trn_icing_lats[k]
-            if iceint == 3 or iceint == 5 or iceint == 6:
+            if iceint == 3 or iceint == 4 or iceint == 5 or iceint == 6:
                 for ds_name in train_params:
                     dat = trn_data_dct[ds_name]
                     trn_data_dct_aug[ds_name].append(np.fliplr(dat[k,]))
-- 
GitLab