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

minor

parent 4967b086
Branches
No related tags found
No related merge requests found
...@@ -1310,8 +1310,8 @@ def run_mean_std(check_cloudy=False, no_icing_to_icing_ratio=5): ...@@ -1310,8 +1310,8 @@ def run_mean_std(check_cloudy=False, no_icing_to_icing_ratio=5):
mean_std_dct = {} mean_std_dct = {}
ice_flist = [f for f in glob.glob('/data/Personal/rink/icing2/icing_2*.h5')] ice_flist = [f for f in glob.glob('/data/Personal/rink/icing/icing_2*.h5')]
no_ice_flist = [f for f in glob.glob('/data/Personal/rink/icing2/no_icing_2*.h5')] no_ice_flist = [f for f in glob.glob('/data/Personal/rink/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 to comment