You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

In order for pgpread to read the data, gui.py and pgpread needs to run as follows

python scripts/gui.py --enVcMask 0xD --dataDebug 0
 
./psdaq/build/drp/pgpread -d /dev/datadev_0 -c 1

 

to run gui.py without pgp read use the following

 python scripts/gui.py --enVcMask 0xff --dataDebug 1

 

source file is located in 

$TOP/slac-lcls/lcls2/psdaq/drp

 

and make file is located in 

$TOP/slac-lcls/lcls2/psdaq/build


to build pgpread, navigate to build directory,

 

conda activate lcls2daq
 
make

 

to create the conda environment (forgot where the file is located)

conda env create --name lcls2daq --file relmanage/env_create.yaml

 

the cmakelist is located in 

 

$TOP/slac-lcls/lcls2/psdaq/drp

 

  • No labels