diff --git a/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh b/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh index 65812791b136233af444c0645383eb6cfa1c252e..6a285a7f6bb9edfca311dba57050cc9c610dd187 100755 --- a/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh +++ b/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh @@ -185,7 +185,7 @@ if [[ -z "$xangle" ]]; then faser_simulate.py --skip "$skip_events" -n "$nevts" "$infile" "$outfile" sim_code=$? else - faser_simulate.py --yangle -0.000150 --yshift 12.0 --skip "$skip_events" -n "$nevts" "$infile" "$outfile" + faser_simulate.py --yangle -0.000160 --yshift 12.0 --skip "$skip_events" -n "$nevts" "$infile" "$outfile" sim_code=$? fi echo "Return code: $sim_code"