Update qspace.py

This commit is contained in:
2022-04-26 09:40:40 +00:00
parent 0db1d8da59
commit c28a27d482

View File

@ -244,7 +244,8 @@ phi = Motor("SATES30-RIXS:MOT_SRX.VAL")
nu = Motor("SATES30-RIXS:MOT_DRY.VAL")
# and this to the machine wavelength (maybe this needs to be calculated from the energy? then we should add a Wavelength wrapper...)
wl = Wavelength(PVAdjustable("MACHINE:ENERGY"))
# wl = Wavelength(PVAdjustable("MACHINE:ENERGY"))
wl = Wavelength(mono)
# put it all together:
q = QSpace3D("SOMETHING:Q", mu, chi, phi, nu, wl)