Skip to content

Commit

Permalink
improve makepeds example command to make it more copy/paste friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
silkenelson committed Nov 3, 2022
1 parent 654dffd commit e6264b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/takepeds
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ HUTCH=${EXP:0:3}
echo $PYCMD -i "${HUTCH^^}" -u `whoami` -e "$EXP" -t DARK -r $RUN -m "$elogMessage"
$PYCMD -i "${HUTCH^^}" -u `whoami` -p pcds -e "$EXP" -t DARK -r $RUN -m "$elogMessage"&

echo 'please call: makepeds -u <userID> -r '`get_lastRun`
echo 'please call: makepeds -r '`get_lastRun`' -u <userID>'
echo 'for gainswitching detectors we recommend: makepeds -u <userID> -q <ffb-queue-assigned-in-elog> -r '`get_lastRun`
#echo 'we need to use the offline data to process pedestals right now, make sure files have moved, otherwise a very silent failure might happen'
#echo 'please call: makepeds -u <userID> -e '`get_curr_exp`' -r '`get_lastRun`' -q psfehhiprioq'
Expand Down

0 comments on commit e6264b7

Please sign in to comment.