Skip to content

Commit 580267b

Browse files
committed
Update wfs-referencing.ipynb
lmb -> wavelength
1 parent 99c03f2 commit 580267b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples/wfs-referencing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"\n",
3434
"xs = -4, 0, 0 # point source on negative x-axis\n",
3535
"normalize_gain = 4 * np.pi * np.linalg.norm(xs)\n",
36-
"lmb = 1 / 4 # m\n",
37-
"f = sfs.default.c / lmb # Hz\n",
36+
"wavelength = 1 / 4 # m\n",
37+
"f = sfs.default.c / wavelength # Hz\n",
3838
"omega = 2 * np.pi * f # rad/s"
3939
]
4040
},

0 commit comments

Comments
 (0)