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