Skip to content

Commit

Permalink
add fraclm argument for jungfrau pedestals (and take DEV out of first…
Browse files Browse the repository at this point in the history
… line....)
  • Loading branch information
silkenelson committed Nov 3, 2022
1 parent e6264b7 commit 7c89ad8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/makepeds_psana
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ deploy_gain()
fi
}


POSITIONAL=()
while [[ $# -gt 0 ]]
do
Expand Down Expand Up @@ -319,9 +318,9 @@ do
done
set -- "${POSITIONAL[@]}"


T="$(date +%s%N)"
echo "XXXXXXXXXXXXXXXXX START MAKEPEDS DEV at $(date +'%T') on $HOSTNAME XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
echo "XXXXXXXXXXXXXXXXX START MAKEPEDS at $(date +'%T') on $HOSTNAME XXXXXXXXXXXXXXXXXXXXXXXXXXXX"


RUN=${RUN:=0}
EXP=${EXP:='xxx'}
Expand Down Expand Up @@ -665,7 +664,7 @@ if [[ ( $HAVE_JUNGFRAU -ge 1 ) && ( $WANT_ZYLA -eq 0 ) && ( $WANT_OPAL -eq 0 ) &
#specify parameters for status bits in pixel mask
get_config "Jungfrau"

JFARG=$JFARG' --int_lo='$ADUMIN' --int_hi='$ADUMAX' --rms_lo='$NOISESIGMIN' --rms_hi='$NOISESIGMAX
JFARG=$JFARG' --int_lo='$ADUMIN' --int_hi='$ADUMAX' --rms_lo='$NOISESIGMIN' --rms_hi='$NOISESIGMAX' --fraclm='$FRACLM

echo "-------------------- START JUNGFRAU PEDESTALS at $(date +'%T') ----------------------------"

Expand Down

0 comments on commit 7c89ad8

Please sign in to comment.