Sensor Quality Control for the CMS Tracker
Install SQC from from GitHub.
pip install git+https://github.com/hephy-dd/sqc.git@main
sqc
To run only the data browser use the --browser [<path>]
command line flag.
sqc --browser
The command line flag accepts an optional path to show in the data browser.
sqc --browser /home/jdoe/sqc
For development and testing run comet instrument emulator sockets specified in emulators.yaml
file.
python -m comet.emulator -f emulators.yaml
See for pre-built Windows binaries in the releases section.
SQC is licensed under the GNU General Public License Version 3.