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 99c03f2 commit 580267bCopy full SHA for 580267b
1 file changed
doc/examples/wfs-referencing.ipynb
@@ -33,8 +33,8 @@
33
"\n",
34
"xs = -4, 0, 0 # point source on negative x-axis\n",
35
"normalize_gain = 4 * np.pi * np.linalg.norm(xs)\n",
36
- "lmb = 1 / 4 # m\n",
37
- "f = sfs.default.c / lmb # Hz\n",
+ "wavelength = 1 / 4 # m\n",
+ "f = sfs.default.c / wavelength # Hz\n",
38
"omega = 2 * np.pi * f # rad/s"
39
]
40
},
0 commit comments