From 4a6ba0643a5e766694bfb8be8306fdbe7763ec2e Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Fri, 25 Jan 2019 16:43:24 +0100 Subject: [PATCH] Closedown --- script/geometry/fourcv.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/geometry/fourcv.py b/script/geometry/fourcv.py index b634801..39f988f 100644 --- a/script/geometry/fourcv.py +++ b/script/geometry/fourcv.py @@ -9,10 +9,10 @@ setup_diff(fourcv, energy, ("mu", "delta", "gam", "eta")) print_axis_setup() -setup_axis(alpha, alpha.getMinValue(), alpha.getMaxValue()) -setup_axis(delta, delta.getMinValue(), 90) #delta.getMaxValue()) -setup_axis(gamma, 0, gamma.getMaxValue()) -setup_axis(omegaV, omegaV.getMinValue(), omegaV.getMaxValue()) +#setup_axis(alpha, alpha.getMinValue(), alpha.getMaxValue()) +#setup_axis(delta, delta.getMinValue(), 90) #delta.getMaxValue()) +#setup_axis(gamma, 0, gamma.getMaxValue()) +#setup_axis(omegaV, omegaV.getMinValue(), omegaV.getMaxValue()) if energy.isSimulated():