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

check which of configs below are actually needed for wirescans #59

Open
github-actions bot opened this issue Nov 19, 2022 · 0 comments
Open

check which of configs below are actually needed for wirescans #59

github-actions bot opened this issue Nov 19, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link

Saving configs

# TODO: check which of configs below are actually needed for wirescans

from pyemittance.saving_io import numpy_save, save_config


def get_beamsizes_wire(online=False, 
                       config_dict=None, 
                       save_summary=False,
                       multiwire=False
                      ):
    """Main function imported by beam_io
    Returns xrms, yrms, xrms_err, yrms_err
    """
    # TODO: check which of configs below are actually needed for wirescans
    # Saving configs
    opt_pv_info = config_dict['opt_pv_info']
    meas_pv_info = config_dict['meas_pv_info']
@github-actions github-actions bot added the todo label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants