Skip to content

drhlxiao/hitDaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data acquisition software for LGR HIT detector

Python3 and pip3 installation

on Linux (Ubuntu)

sudo  apt-get install python3
sudo apt install python3-pip

On windows

Install dependencies

Open the terminal, run:

   sudo apt-get install python3-pyqt5
   pip3 install numpy pyqtgraph

If pip3 is not found, please try pip

Run the DAQ

  • On Linux OS
	cd HIT_daq
	chmod 755 daq
	sh daq.sh
  • On Windows
	cd HIT_daq
	daq.bat

Note that the python program name may be called python3 on your window OS. If there are "ModuleNotFoundError: No module named xxx", please install the missing modules by using pip3 (or pip)

sreenshot

alt text

About

EGSE DAQ software for LGR HIT instrument

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages