Skip to content

Commit

Permalink
Merge pull request #158 from antglr/master
Browse files Browse the repository at this point in the history
Adding default camera for UED
  • Loading branch information
silkenelson authored Apr 10, 2024
2 parents 9c2736a + 66eaa7c commit 08c0a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/camViewer
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ else
fi



if [ "$CAMNUM" -eq 0 ]; then
if [ "$hutch" = "tmo" ]; then
CAMNAME=IM2K0
Expand All @@ -306,6 +305,8 @@ if [ "$CAMNUM" -eq 0 ]; then
CAMNAME=cxi_dg1_yag
elif [ "$hutch" = "mec" ]; then
CAMNAME=GigE_Questar1
elif [ "$hutch" = "ued" ]; then
CAMNAME=ued-gige-01
else
CAMNAME=xcs_yag2
fi
Expand Down

0 comments on commit 08c0a9a

Please sign in to comment.