is frame a hit - take from dap, do not recalculate it on ap level

This commit is contained in:
Dmitry Ozerov
2023-08-28 11:51:55 +02:00
parent 0b5cb2745a
commit 1e86996ccc
4 changed files with 11 additions and 5 deletions

View File

@@ -11,6 +11,14 @@ fi
while true
do
if [ -e STOP ]
then
echo "STOP file present - exiting AP now"
echo "to run AP, remove STOP file with rm STOP"
exit
fi
echo "Running "`date`
python ${DIR_AP}/ap/ap.py --pgroup ${PGROUP} --beamline ${BEAMLINE} --detector ${DETECTOR_NAME} --logbook ${LOGBOOK} --dir_ap ${DIR_AP}

0
scripts/jobs_overview.sh Normal file → Executable file
View File

0
scripts/re-insert-spearsheet.base.sh Normal file → Executable file
View File