Skip to content
Snippets Groups Projects

fix: implement default DETECTOR variables

Merged Wouter Deconinck requested to merge default-detector-variables into master
1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
+ 14
0
@@ -42,6 +42,20 @@ if [ ! -n "${BEAMLINE_CONFIG_VERSION}" ] ; then
fi
## Detector package to be used during the benchmark process
if [ ! -n "${DETECTOR}" ] ; then
export DETECTOR="ecce"
fi
if [ ! -n "${DETECTOR_CONFIG}" ] ; then
export DETECTOR_CONFIG="${DETECTOR}"
fi
if [ ! -n "${DETECTOR_VERSION}" ] ; then
export DETECTOR_VERSION="main"
fi
## Detector package to be used during the benchmark process
if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
export JUGGLER_DETECTOR="ecce"
Loading