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 8386073 commit 83d6c40Copy full SHA for 83d6c40
examples/tutorial_4_Pioneer.ipynb
@@ -313,6 +313,7 @@
313
"datafile = 'data/pioneer_empirical_data.nc'\n",
314
"empirical_data = xr.load_dataset(datafile)\n",
315
"\n",
316
+ "omega_data = empirical_data.omega\n",
317
"exc_coeff_data = empirical_data.exc_coeff_data_real + 1j*empirical_data.exc_coeff_data_imag\n",
318
"Zi_data = empirical_data.Zi_data_real + 1j*empirical_data.Zi_data_imag\n",
319
"Zi_stiffness = empirical_data.Zi_stiffness\n",
0 commit comments