We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc9316 commit 4cdbb56Copy full SHA for 4cdbb56
doc/examples/wfs-referencing.ipynb
@@ -87,7 +87,7 @@
87
"# reference contour is a straight line\n",
88
"xref_line = 0\n",
89
"# calc reference contour xref(x0), cf. [FFSS17, eq. (24), (31), (52)]\n",
90
- "# this code assumes virtual point source on negative x-axis\n",
+ "# this code assumes virtual point source on x-axis\n",
91
"cosbeta = (array.n @ [1, 0, 0]).reshape(-1, 1)\n",
92
"xref = array.x + (xs - array.x) * \\\n",
93
" (xref_line + R * cosbeta) / (xs[0, 0] + R * cosbeta)\n",
0 commit comments