Skip to content

Question about analysis methods #260

@bendudson

Description

@bendudson

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'])

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions