From ecb6703d16ffd200e232e8c32c902a650ceebed6 Mon Sep 17 00:00:00 2001 From: Claudio Scafuri <claudio.scafuri@elettra.eu> Date: Wed, 4 Oct 2023 10:09:28 +0200 Subject: [PATCH] modified lattice --- elettratest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elettratest.py b/elettratest.py index ee026ae..2226f3d 100755 --- a/elettratest.py +++ b/elettratest.py @@ -3,7 +3,7 @@ import at import matplotlib.pylab as mp -ring=at.load_lattice("../../machine/lattice/elettra/elettra_strS.m",energy=2.0e9) +ring=at.load_lattice("../../machine/lattice/elettra/elettra_strS4.m",energy=2.4e9) refpts = range(len(ring) + 1) ring.radiation_off() -- GitLab