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():