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

snapshot...

parent 47d49c71
No related branches found
No related tags found
No related merge requests found
......@@ -1120,7 +1120,7 @@ def tile_extract(outfile='/home/rink/tiles_l1b_out.h5', train_params=l1b_ds_list
h5f_out = h5py.File(outfile, 'w')
for idx, ds_name in enumerate(train_params):
dt = ds_types[ds_list.index(ds_name)]
dt = ds_types[ds_name]
data = data_dct[ds_name]
h5f_out.create_dataset(ds_name, data=data, dtype=dt)
......
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