Skip to content
Snippets Groups Projects
Commit a01106c4 authored by Maria Zurek's avatar Maria Zurek
Browse files

Use less energy points in the scan

parent 396f645b
No related branches found
No related tags found
1 merge request!74Resolve "Adjust number of energy points in the scan"
...@@ -10,7 +10,7 @@ if (( $JUGGLER_N_EVENTS < $MIN_N_EVENTS )); then ...@@ -10,7 +10,7 @@ if (( $JUGGLER_N_EVENTS < $MIN_N_EVENTS )); then
echo "Setting JUGGLER_N_EVENTS to ${MIN_N_EVENTS}" echo "Setting JUGGLER_N_EVENTS to ${MIN_N_EVENTS}"
fi fi
#0.5 1 2 3 4 7 15 20 #0.5 1 2 3 4 7 15 20
for E in 0.5 1 2 3 4 5 7 10 15 20 for E in 0.5 1 2 5 10
do do
export E_START="$E" export E_START="$E"
export E_END="$E" export E_END="$E"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment