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 2c3c9ab commit 8e7a325Copy full SHA for 8e7a325
examples/tutorial_4_Pioneer.ipynb
@@ -306,6 +306,7 @@
306
"datafile = 'data/pioneer_empirical_data.nc'\n",
307
"empirical_data = xr.load_dataset(datafile)\n",
308
"\n",
309
+ "omega_data = empirical_data.omega\n",
310
"exc_coeff_data = empirical_data.exc_coeff_data_real + 1j*empirical_data.exc_coeff_data_imag\n",
311
"Zi_data = empirical_data.Zi_data_real + 1j*empirical_data.Zi_data_imag\n",
312
"Zi_stiffness = empirical_data.Zi_stiffness\n",
0 commit comments