Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
titleGet code
ssh -Y rdsrv321 
# or ssh -Y rdsrv314

git clone --recursive git@github.com:slaclab/epix-hr-m-320k.git -b v1.1.9
cd software/
source setup_env.sh
#open the software
cd scripts
#if running rdsrv314 (ECIC lab):
python devGui.py --dev /dev/datadev_1
#if running rdsrv321 (clean room TID):
python devGui.py
  

...