Versions Compared

Key

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

...

Gliffy Diagram
displayNameAsicTop block diagram
nameAsicTop block diagram
pagePin21

Gliffy Diagram
displayNameAsicTop block diagram simplified
nameAsicTop block diagram simplified
pagePin5


ePixHr10KModel internal works:

...

Code Block
languagebash
themeRDark
titleBring up software
ssh rdsrv317
#clone project repository
git clone --recursive git@github.com:slaclab/ePixHR10k-2M-dev.git -b hwTestingpre-release
cd ePixHR10k-2M-dev/software/scripts
source ../setup_env_slac.sh
#open the software
cd scripts
cp ../../firmware/python/ePixViewer/software/runLiveDisplay.py .
python devGui.py


Using Jupyter notebook

Code Block
languagebash
themeRDark
titleJupyter notebook
ssh rdsrv317
#get the repo
git clone --recursive https://github.com/slaclab/ePixHR10k-2M-dev.git  -b fixViewerpre-release
cd ./ePixHR10k-2M-dev/software/notebook
bash
#Activate environment
source ./setup_env.sh
#open Jupyter notebook
./runJupyter.sh

...