You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add a cross-phase diagnostic, to plot the phase difference between two variables as a function of position and frequency. Should this be implemented as a standalone function or as a data array method?
i.e. if ds is a dataset:
result = crossphase(ds['Ne'], ds['phi'])
or
result = ds['Ne'].crossphase(ds['phi'])
?
The text was updated successfully, but these errors were encountered:
I'd like to add a cross-phase diagnostic, to plot the phase difference between two variables as a function of position and frequency. Should this be implemented as a standalone function or as a data array method?
i.e. if
ds
is a dataset:or
?
The text was updated successfully, but these errors were encountered: