From c28a27d48221a30a1510e4db2a320c9af6d650b9 Mon Sep 17 00:00:00 2001 From: ueda_h Date: Tue, 26 Apr 2022 09:40:40 +0000 Subject: [PATCH] Update qspace.py --- qspace.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qspace.py b/qspace.py index 7789580..6930afc 100644 --- a/qspace.py +++ b/qspace.py @@ -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)