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

snapshot...

parent 47d49c71
Branches
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 ...@@ -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') h5f_out = h5py.File(outfile, 'w')
for idx, ds_name in enumerate(train_params): 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] data = data_dct[ds_name]
h5f_out.create_dataset(ds_name, data=data, dtype=dt) 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.
Please to comment