Skip to content
Snippets Groups Projects

Add sat_level to the sbatch script with default at 500

Merged Loïc Le Guyader requested to merge sat500 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading