Files
slsDetectorPackage/pyctbgui
Alice 78044b2783
All checks were successful
Build on RHEL9 / build (push) Successful in 3m28s
Build on RHEL8 / build (push) Successful in 4m45s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m38s
Run Simulator Tests on local RHEL8 / build (push) Successful in 16m58s
always write all wave data & uncheck plot if digital bit unchecked
2026-02-06 16:41:04 +01:00
..
2024-09-26 15:39:49 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00
2024-09-10 16:00:04 +02:00

New Chip Test Board Gui using Python

Prototype for a new python based GUI for the Chip Test Board

Getting started

git clone https://github.com/slsdetectorgroup/pyctbgui.git
cd pyctbgui
make #compiles the c extension inplace
./CtbGui

Display help for the Makefile

$ make help
check_format         Check if source is formatted properly
clean                Remove the build folder and the shared library
ext                  [DEFAULT] build c extension in place
format               format code inplace using style in pyproject.toml
lint                 run ruff linter to check formatting errors
test                 Run unit tests using pytest

setup pre-commit hooks

pre-commit install