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

minor...

parent c8215b9a
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ def run_all(directory, out_directory):
continue
print(p.name)
data_files = glob.glob(directory + p.name+'/'+'clavrx*highres*.nc')
# data_files = glob.glob(directory + p.name+'/'+'clavrx_snpp_viirs*.uwssec*.nc')
# data_files = glob.glob(directory + p.name+'/'+'clavrx*highres*.nc')
data_files = glob.glob(directory + p.name+'/'+'clavrx_snpp_viirs*.uwssec*.nc')
# data_files = glob.glob(directory + p.name + '/' + 'VNP02MOD*.uwssec.nc')
label_valid_tiles = []
......@@ -237,7 +237,7 @@ def run_one(data_h5f, data_tiles, tile_width=64, kernel_size=9):
j_skip = 1 * tile_width
i_start = int(num_pixels / 2) - int((num_keep_x_tiles * tile_width) / 2)
num_keep_y_tiles = 48
num_keep_y_tiles = 24
for j in range(num_keep_y_tiles):
j_c = j * j_skip
j_m = j_c + border
......
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