move_and_wait for dcm

This commit is contained in:
2018-03-08 16:16:56 +01:00
parent 191806c218
commit 7e6f8fe59a
+1 -1
View File
@@ -38,7 +38,7 @@ class Double_Crystal_Mono:
def wait_for_valid_value(self):
tval = np.nan
while not np.isfinite(tval)
while not np.isfinite(tval):
tval = self.energy_rbk.get()
return(tval)