We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Saving configs
PyEmittance/pyemittance/wire_io.py
Line 15 in 3862eff
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']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Saving configs
PyEmittance/pyemittance/wire_io.py
Line 15 in 3862eff
The text was updated successfully, but these errors were encountered: