Skip to content

Commit

Permalink
Update run_spectrometer.py
Browse files Browse the repository at this point in the history
sigma -> lambda update
  • Loading branch information
cemitch99 authored Apr 26, 2024
1 parent e95b35f commit adb7040
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/achromatic_spectrometer/run_spectrometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

# particle bunch
distr = distribution.Waterbag(
sigmaX=3.162277660e-6,
sigmaY=3.162277660e-6,
sigmaT=1.0e-3,
sigmaPx=3.16227766017e-4,
sigmaPy=3.16227766017e-4,
sigmaPt=2.0e-2,
lambdaX=3.162277660e-6,
lambdaY=3.162277660e-6,
lambdaT=1.0e-3,
lambdaPx=3.16227766017e-4,
lambdaPy=3.16227766017e-4,
lambdaPt=2.0e-2,
muxpx=0.0,
muypy=0.0,
mutpt=0.0,
Expand Down

0 comments on commit adb7040

Please sign in to comment.