Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method to compare two z-files generalized to compare n z-files #114

Open
kkappler opened this issue Oct 1, 2021 · 0 comments
Open

Method to compare two z-files generalized to compare n z-files #114

kkappler opened this issue Oct 1, 2021 · 0 comments

Comments

@kkappler
Copy link
Collaborator

kkappler commented Oct 1, 2021

We have been using a one-off method in transfer_function/plot/comparison_plots.py called compare_two_z_files

def compare_two_z_files(
    z_path1,
    z_path2,
    label1="",
    label2="",
    scale_factor1=1.0,
    scale_factor2=1.0,
    out_file="",
    show_plot=True,
    **kwargs,
):

but we want the ability to compare aurora to emtf to matlab so comparing three makes sense.

In general we want to be able to compare an arbitrary number of these files (with reason, say 6) in order to do sweeps over parameters in the config file.

Ideally, this would take z-file, or the mt_metadata TransferFunction class as input.

*We may want to make a separate method for casting z_file to mt_metadata TransferFunction and then the plotter only needs to support a single interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant