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

use new scaling coeffs

parent a63541cf
Branches
No related tags found
No related merge requests found
......@@ -40,12 +40,12 @@ NOISE_STDDEV = 0.01
img_width = 16
mean_std_dct = {}
mean_std_file = homedir+'data/icing/mean_std_no_ice.pkl'
mean_std_file = homedir+'data/icing/mean_std_lo_hi_l1b.pkl'
f = open(mean_std_file, 'rb')
mean_std_dct_l2 = pickle.load(f)
f.close()
mean_std_file = homedir+'data/icing/mean_std_l1b_no_ice.pkl'
mean_std_file = homedir+'data/icing/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 to comment