We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa093e + bfed7fa commit 11b4886Copy full SHA for 11b4886
scripts/takepeds
@@ -28,7 +28,7 @@ if [[ "$(daqutils isdaqmgr)" = "true" ]]; then
28
source $SIT_ENV_DIR/setup_env.sh
29
LCLS2=1
30
if [[ ${HUTCH} =~ 'ued' ]]; then
31
- epixquad_pedestal_scan --record 1 --hutch ${HUTCH}
+ epixquad_pedestal_scan --record 1 --detname epixquad1kfps --hutch ${HUTCH}
32
elif [[ ${HUTCH} =~ 'mfx' ]]; then
33
jungfrau_pedestal_scan --record 1 --hutch ${HUTCH} -p 0 -g 1 -v -t 10000 -C drp-srcf-cmp014
34
elif [[ ${HUTCH} =~ 'rix' ]]; then
0 commit comments