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

snapshot...

parent fdd5f686
Branches
No related tags found
No related merge requests found
...@@ -1136,8 +1136,8 @@ def run_mean_std(): ...@@ -1136,8 +1136,8 @@ def run_mean_std():
mean_dct = {} mean_dct = {}
std_dct = {} std_dct = {}
ice_flist = [f for f in glob.glob('/home/rink/data/icing/icing*.h5')] ice_flist = [f for f in glob.glob('/home/rink/data/icing/icing_2*.h5')]
no_ice_flist = [f for f in glob.glob('/home/rink/data/icing/no_icing*.h5')] no_ice_flist = [f for f in glob.glob('/home/rink/data/icing/no_icing_2*.h5')]
ice_h5f_lst = [h5py.File(f, 'r') for f in ice_flist] ice_h5f_lst = [h5py.File(f, 'r') for f in ice_flist]
no_ice_h5f_lst = [h5py.File(f, 'r') for f in no_ice_flist] no_ice_h5f_lst = [h5py.File(f, 'r') for f in no_ice_flist]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment