From 76413c96787af986a5ee2720ab5a46f4183fcc80 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 7 May 2021 08:55:26 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index c8171c2c..0e21cda5 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1167,7 +1167,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti trn_icing_lons = trn_icing_lons[ds_indexes] trn_icing_lats = trn_icing_lats[ds_indexes] - write_file(trnfile, trn_data_dct, trn_icing_intensity, trn_icing_times, trn_icing_lons, trn_icing_lats) + write_file(trnfile, train_params, trn_data_dct, trn_icing_intensity, trn_icing_times, trn_icing_lons, trn_icing_lats) tst_data_dct = {} for ds_name in train_params: @@ -1197,7 +1197,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti tst_icing_lons = tst_icing_lons[ds_indexes] tst_icing_lats = tst_icing_lats[ds_indexes] - write_file(tstfile, tst_data_dct, tst_icing_intensity, tst_icing_times, tst_icing_lons, tst_icing_lats) + write_file(tstfile, train_params, tst_data_dct, tst_icing_intensity, tst_icing_times, tst_icing_lons, tst_icing_lats) # h5f_expl = h5py.File(a_clvr_file, 'r') # h5f_out = h5py.File(outfile, 'w') -- GitLab