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: implement error dict to be returned to track multiwire success
returnself.get_beamsizes_model(self.inj_config, val)
else:
io=MachineIO(self.config_name, self.config_dict, self.meas_type)
io.online=self.onlineio.use_profmon=self.use_profmon# note we are not setting the injector on the machine herereturnio.get_beamsizes_machine(self.inj_config, val)
defmultiwire_measure_beam(self):
"""Get multiwire beamsize measurements"""io=MachineIO(self.config_name, self.config_dict, self.meas_type)
io.online=self.onlineio.emit_calc_type=self.emit_calc_type# Note we are not setting the injector on the machine here# This returns lists now: xrms, yrms, xrms_err, yrms_err# TODO: implement error dict to be returned to track multiwire successreturnio.get_multiwire_beamsizes()
The text was updated successfully, but these errors were encountered:
PyEmittance/pyemittance/observer.py
Line 148 in 3862eff
The text was updated successfully, but these errors were encountered: