Skip to content
Snippets Groups Projects
Commit 3012a4e3 authored by tomrink's avatar tomrink
Browse files

augment training ice intensity == 4

parent 7dcbd2a8
No related branches found
No related tags found
No related merge requests found
...@@ -1204,7 +1204,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti ...@@ -1204,7 +1204,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
icetime = trn_icing_times[k] icetime = trn_icing_times[k]
icelon = trn_icing_lons[k] icelon = trn_icing_lons[k]
icelat = trn_icing_lats[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: for ds_name in train_params:
dat = trn_data_dct[ds_name] dat = trn_data_dct[ds_name]
trn_data_dct_aug[ds_name].append(np.fliplr(dat[k,])) trn_data_dct_aug[ds_name].append(np.fliplr(dat[k,]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment