...
Gliffy Diagram |
---|
displayName | AsicTop block diagram |
---|
name | AsicTop block diagram |
---|
pagePin | 21 |
---|
|
Gliffy Diagram |
---|
displayName | AsicTop block diagram simplified |
---|
name | AsicTop block diagram simplified |
---|
pagePin | 5 |
---|
|
ePixHr10KModel internal works:
...
Code Block |
---|
language | bash |
---|
theme | RDark |
---|
title | Bring 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 |
---|
language | bash |
---|
theme | RDark |
---|
title | Jupyter 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 |
...