Skip to content

Commit

Permalink
MIN: process_raw_phidp_vulpiani -> phidp_kdp_vulpiani
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Sep 25, 2023
1 parent fbf4b82 commit e5e4551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/verification/verification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@
"phidp_ipol[nans] = np.interp(r[nans], r[~nans], phidp_raw[~nans])\n",
"\n",
"# Reconstruct PhiDP and KDP\n",
"phidp_rawre, kdp_rawre = wrl.dp.process_raw_phidp_vulpiani(phidp_raw, dr=dr)\n",
"phidp_ipre, kdp_ipre = wrl.dp.process_raw_phidp_vulpiani(phidp_ipol, dr=dr)\n",
"phidp_rawre, kdp_rawre = wrl.dp.phidp_kdp_vulpiani(phidp_raw, dr=dr)\n",
"phidp_ipre, kdp_ipre = wrl.dp.phidp_kdp_vulpiani(phidp_ipol, dr=dr)\n",
"\n",
"# Plot results\n",
"fig = plt.figure(figsize=(12, 8))\n",
Expand Down

0 comments on commit e5e4551

Please sign in to comment.