Script execution

This commit is contained in:
gac-x04sa
2018-10-31 11:55:26 +01:00
parent 58475b4b02
commit 5707448976
+3 -3
View File
@@ -15,7 +15,6 @@ setup_axis(gamma, 0, gamma.getMaxValue())
setup_axis(omegaV, omegaV.getMinValue(), omegaV.getMaxValue())
#Simulation
if energy.isSimulated():
wavelength.write(1.305)
@@ -44,9 +43,10 @@ ub.addref([1, -4, 10], [27.7185, 17.6409 , 128.4220, 0.0], en)
"""
#ub.setlat('cubic', 1.0, 1.0, 1.0, 90, 90, 90)
ub.setlat('cubic', 1.305, 1.0, 1.0, 90, 90, 90)
ub.setlat('cubic', 1.305, 1.305, 1.305, 90, 90, 90)
en = 12.4
#en = 12.4
en = 9.5
#ub.c2th([0, 0, 4], en)
#ub.addref([0, 0, 4]) #From current position and ekergy
ub.addref([0, 0, 1], [30.0, 0.0, 60.0, 0.0], en)