From 96446dcc889e0ce9e91b56fcff1d7db18bab7920 Mon Sep 17 00:00:00 2001 From: Xinming Wu Date: Mon, 24 Jun 2019 15:26:05 -0500 Subject: [PATCH] Update prediction.ipynb --- prediction.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/prediction.ipynb b/prediction.ipynb index a196ad7..48054ef 100644 --- a/prediction.ipynb +++ b/prediction.ipynb @@ -216,6 +216,7 @@ "%matplotlib inline\n", "\n", "#a 3d array of gx[m1][m2][m3], please make sure the dimensions are correct!!!\n", + "#we strongly suggest to gain the seismic image before input it to the faultSeg!!!\n", "gx,m1,m2,m3 = np.fromfile(\"data/prediction/f3d/gxl.dat\",dtype=np.single),512,384,128\n", "os = 12 #overlap width\n", "c1 = np.round((m1+os)/(n1-os)+0.5)\n",