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

snapshot...

parent 1ec8f9e1
No related branches found
No related tags found
No related merge requests found
...@@ -894,7 +894,7 @@ def fov_extract(): ...@@ -894,7 +894,7 @@ def fov_extract():
no_icing_int_s = np.full(num_no_ice, -1) no_icing_int_s = np.full(num_no_ice, -1)
ds_indexes = np.arange(num_ice + num_no_ice) ds_indexes = np.arange(num_ice + num_no_ice)
ds_indexes = np.random.shuffle(ds_indexes) np.random.shuffle(ds_indexes)
icing_intensity = np.concatenate([icing_int_s, no_icing_int_s]) icing_intensity = np.concatenate([icing_int_s, no_icing_int_s])
...@@ -932,4 +932,4 @@ def fov_extract(): ...@@ -932,4 +932,4 @@ def fov_extract():
h5f.close() h5f.close()
h5f_out.close() h5f_out.close()
h5f_out.close() h5f_expl.close()
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment