Skip to content

Commit

Permalink
Update prediction.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
xinwucwp authored Jun 24, 2019
1 parent 1d1ca1a commit 96446dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96446dc

Please sign in to comment.