This commit is contained in:
Dmitry Ozerov
2020-12-02 11:56:20 +01:00
committed by Data Backend account
parent 5dca41dce6
commit f46acddb61
+1 -1
View File
@@ -189,7 +189,7 @@ then
elif [ ${DETECTOR} == "JF11T04V01" ]
then
time python /home/dbe/git/sf_daq_buffer/scripts/jungfrau_create_pedestals.py --filename ${OUTFILE_RAW} --directory ${dir_name} --verbosity DEBUG --number_bad_modules=2
elif [ ${DETECTOR} == "JF10T04V01" ]
elif [ ${DETECTOR} == "JF10T01V01" ]
then
time python /home/dbe/git/sf_daq_buffer/scripts/jungfrau_create_pedestals.py --filename ${OUTFILE_RAW} --directory ${dir_name} --verbosity DEBUG --number_bad_modules=1
else