diff --git a/scripts/takepeds b/scripts/takepeds index db26645c..c40869e0 100755 --- a/scripts/takepeds +++ b/scripts/takepeds @@ -24,16 +24,16 @@ SIT_ENV_DIR="/cds/group/psdm/sw" LCLS2_HUTCHES="rix, tmo, ued" HUTCH=$(get_info --gethutch) if echo "$LCLS2_HUTCHES" | grep -iw "$HUTCH" > /dev/null; then - echo "This is a LCLS-II experiment" + echo "This is an LCLS-II experiment" - SIT_ENV_DIR=$SIT_ENV_DIR'/conda2/' + SIT_ENV_DIR='/cds/group/pcds/dist/pds/'$HUTCH'/scripts/' LCLS2=1 if [[ ${HUTCH} =~ 'ued' ]]; then - source $SIT_ENV_DIR/manage/bin/psconda.sh + source $SIT_ENV_DIR/setup_env.sh epixquad_pedestal_scan --record 1 --hutch ued fi else - echo "This is a LCLS-I experiment" + echo "This is an LCLS-I experiment" SIT_ENV_DIR=$SIT_ENV_DIR'/conda1/' DAQ_RELEASE=/cds/group/pcds/dist/pds/current