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

snapshot...

parent 79ed2051
No related branches found
No related tags found
No related merge requests found
...@@ -143,8 +143,6 @@ def run(data_h5f, param_s, tiles, tile_width=64, kernel_size=9): ...@@ -143,8 +143,6 @@ def run(data_h5f, param_s, tiles, tile_width=64, kernel_size=9):
for param in param_s: for param in param_s:
try: try:
grd = get_grid_values(data_h5f, param, 0, 0, None, num_lines, num_pixels) grd = get_grid_values(data_h5f, param, 0, 0, None, num_lines, num_pixels)
# if param == 'temp_11_0um_nom' and ((np.sum(np.isnan(grd)) / grd.size) < 0.10):
# return
grd_s.append(grd) grd_s.append(grd)
except Exception as e: except Exception as e:
print(e) print(e)
......
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