Beginning beamtime March 29.03.2025
This commit is contained in:
@ -27,15 +27,15 @@ N_UNDS = list(range(3, 15 + 1))
|
||||
### SETTINGS ####
|
||||
|
||||
PSSS_MOVE = True
|
||||
DCCM_MOVE = True
|
||||
DCCM_MOVE = False
|
||||
TRAJECTORY_FEEDBACK_DISABLE_ENABLE = False
|
||||
POINTING_FEEDFORWARD = False
|
||||
|
||||
energy_offset_undulators = -14 # eV
|
||||
energy_offset_PSSS = -14 # eV
|
||||
energy_offset_DCCM = -12 # eV
|
||||
energy_offset_undulators = -21 # eV
|
||||
energy_offset_PSSS = -9 # eV
|
||||
energy_offset_DCCM = -11 # eV
|
||||
|
||||
DCCM_RX2_energy_offset = 25.8 # eV
|
||||
DCCM_RX2_energy_offset = 32.4 # eV
|
||||
|
||||
################
|
||||
|
||||
@ -147,7 +147,7 @@ class PhotonEnergy(Adjustable):
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self, n_unds=N_UNDS, n_und_ref=None, scaled=True, ID="ARAMIS_UNDULATORS", name="Aramis Undulators", units="eV"
|
||||
self, n_unds=N_UNDS, n_und_ref=None, scaled=True, ID="ARAMIS_UNDULATORS", name="Cristallina photon energy", units="eV"
|
||||
):
|
||||
# # don't allow setting these since there's no chic :)
|
||||
# chic_fudge_offset = 0
|
||||
|
Reference in New Issue
Block a user