-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Saving configs
PyEmittance/pyemittance/wire_io.py
Line 15 in 3862eff
| # 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']Reactions are currently unavailable