diff --git a/modules/deeplearning/srcnn.py b/modules/deeplearning/srcnn.py
index 35884b5bfbffda5e271e0892ca995a78cbaecde4..ea21c8ba9a56b23114bc6055401d227914f7f42d 100644
--- a/modules/deeplearning/srcnn.py
+++ b/modules/deeplearning/srcnn.py
@@ -662,8 +662,6 @@ def prepare(param_idx=1, filename='/Users/tomrink/data_valid_40.npy'):
 
 def run_evaluate_static(in_file, out_file, param='temp_11_0um_nom', ckpt_dir='/Users/tomrink/tf_model_sres/run-20220805173619/'):
     nda = np.load(in_file)
-    nda = nda[:, data_idx, 2:133:2, 2:133:2]
-    nda = np.expand_dims(nda, axis=3)
 
     nda = nda[:, data_idx, 3:131:2, 3:131:2]
     nda = resample(x_64, y_64, nda, t, s)