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

`snapshot...`

parent 46623de8
No related branches found
No related tags found
No related merge requests found
...@@ -878,6 +878,7 @@ class SRCNN: ...@@ -878,6 +878,7 @@ class SRCNN:
refl = refl[self.slc_y, self.slc_x] refl = refl[self.slc_y, self.slc_x]
refl = np.expand_dims(refl, axis=0) refl = np.expand_dims(refl, axis=0)
# refl_us = self.upsample(refl) # refl_us = self.upsample(refl)
refl_us = refl
if DO_SMOOTH: if DO_SMOOTH:
refl_us = smooth_2d(refl) refl_us = smooth_2d(refl)
refl_us = normalize(refl_us, 'refl_0_65um_nom', mean_std_dct) refl_us = normalize(refl_us, 'refl_0_65um_nom', mean_std_dct)
......
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