diff --git a/script/geometry/fourcv.py b/script/geometry/fourcv.py index ea47f30..95848ed 100644 --- a/script/geometry/fourcv.py +++ b/script/geometry/fourcv.py @@ -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)