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

minor addition to test data set

parent 9170dc56
No related branches found
No related tags found
No related merge requests found
import numpy as np import numpy as np
import h5py import h5py
from util.util import get_grid_values, get_grid_values_all from util.util import get_grid_values
import glob import glob
import os import os
from pathlib import Path from pathlib import Path
...@@ -152,6 +152,3 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2): ...@@ -152,6 +152,3 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2):
# #
# mean_dct[param] = np.nanmean(data) # mean_dct[param] = np.nanmean(data)
# std_dct[param] = np.nanstd(data) # std_dct[param] = np.nanstd(data)
#
# print(mean_dct)
# print(std_dct)
\ 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