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

minor

parent 3d7edcd3
Branches
No related tags found
No related merge requests found
......@@ -39,12 +39,12 @@ NOISE_STDDEV = 0.01
img_width = 16
mean_std_dct = {}
mean_std_file = homedir+'data/icing/mean_std_lo_hi_l2.pkl'
mean_std_file = homedir+'mean_std_lo_hi_l2.pkl'
f = open(mean_std_file, 'rb')
mean_std_dct_l2 = pickle.load(f)
f.close()
mean_std_file = homedir+'data/icing/mean_std_lo_hi_l1b.pkl'
mean_std_file = homedir+'mean_std_lo_hi_l1b.pkl'
f = open(mean_std_file, 'rb')
mean_std_dct_l1b = pickle.load(f)
f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment