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

snapshot...

parent 054d5c02
Branches
No related tags found
No related merge requests found
......@@ -1173,8 +1173,8 @@ def run_mean_std(check_cloudy=False, no_icing_to_icing_ratio=5):
mean_std_dct = {}
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_2*.h5')]
ice_flist = [f for f in glob.glob('/data/Personal/rink/icing2/icing_2*.h5')]
no_ice_flist = [f for f in glob.glob('/data/Personal/rink/icing2/no_icing_2*.h5')]
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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment