Skip to content
Snippets Groups Projects
Commit 35f1fa8c authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Merge branch 'sat500' into 'master'

Add sat_level to the sbatch script with default at 500

See merge request !139
parents efdf89b2 41d3cc0e
No related branches found
No related tags found
1 merge request!139Add sat_level to the sbatch script with default at 500
......@@ -10,6 +10,7 @@ DARK=$1
RUN=$2
GAIN=$3
ROISTH=${4:-1}
SATLEVEL=${5:-500}
MODULE=15
source /etc/profile.d/modules.sh
......@@ -20,4 +21,4 @@ echo processing run $RUN
mkdir ../../processed_runs/r$RUN
papermill 'BOZ analysis part I parameters determination.ipynb' ../../processed_runs/r$RUN/output.ipynb \
-p proposal $PROPOSAL -p darkrun $DARK -p run $RUN -p module $MODULE \
-p gain $GAIN -p rois_th $ROISTH -k xfel
-p gain $GAIN -p rois_th $ROISTH -p sat_level $SATLEVEL -k xfel
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