You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: currently this is only being used by BAX modules.
self.config_name=config_nameself.config_dict=config_dictifconfig_dictelseself.load_config()
# Measurement quad infoself.meas_pv_info=self.config_dict['meas_pv_info']
self.meas_read_pv=PV(self.meas_pv_info['meas_device']['pv']['read'])
self.meas_cntrl_pv=PV(self.meas_pv_info['meas_device']['pv']['cntrl'])
# Load info about injector settings to optimize# TODO: currently this is only being used by BAX modules.# Need to remove all optimization/injector config methods from pyemittance# and make separate optimization module for BAX or integrate with Badgerself.opt_pv_info=self.config_dict['opt_pv_info']
self.opt_pvs=self.opt_pv_info['opt_vars']
self.sol_cntrl_pv=PV(self.opt_pvs[0])
self.cq_cntrl_pv=PV(self.opt_pvs[1])
self.sq_cntrl_pv=PV(self.opt_pvs[2])
The text was updated successfully, but these errors were encountered:
Need to remove all optimization/injector config methods from pyemittance
and make separate optimization module for BAX or integrate with Badger
PyEmittance/pyemittance/beam_io.py
Line 39 in 3862eff
The text was updated successfully, but these errors were encountered: