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

snapshot...

parent de4083cc
Branches
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ import pickle
import h5py
from scipy.ndimage import gaussian_filter
# L1B M/I-bands: /apollo/cloud/scratch/cwhite/VIIRS_HRES/2019/2019_01_01/
# CLAVRx: /apollo/cloud/scratch/Satellite_Output/VIIRS_HRES/2019/2019_01_01/
# /apollo/cloud/scratch/Satellite_Output/andi/NEW/VIIRS_HRES/2019
LOG_DEVICE_PLACEMENT = False
PROC_BATCH_SIZE = 4
......@@ -310,7 +306,7 @@ class SRCNN:
# ---------
data = np.stack(data_norm, axis=3)
data = data.astype(np.float32)
# -----------------------------------------------------
# TARGET below ----------------------------------------
# -----------------------------------------------------
label = input_data[:, label_idx, :, :]
if DO_SMOOTH:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment