Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Quantico-Bullet/PyBeam-QA
An simple GUI program for performing radiotherapy QA
https://github.com/Quantico-Bullet/PyBeam-QA
analysis medical-physics quality-assurance radiotherapy
Last synced: 2 months ago
JSON representation
An simple GUI program for performing radiotherapy QA
- Host: GitHub
- URL: https://github.com/Quantico-Bullet/PyBeam-QA
- Owner: Quantico-Bullet
- License: mit
- Created: 2023-05-01T19:24:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:49:38.000Z (5 months ago)
- Last Synced: 2024-08-01T15:04:36.544Z (5 months ago)
- Topics: analysis, medical-physics, quality-assurance, radiotherapy
- Language: Python
- Homepage:
- Size: 2.94 MB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-medphys - PyBeam-QA - A graphical user interface program for performing quality assurance tests in radiotherapy. (Applications)
README
# PyBeam QA
PyBeam QA is a graphical user interface program for performing quality assurance tests in radiotherapy. The program currently runs on Pylinac and PySide6.
## Features
The program is still in early development and may contain bugs. Tools are flagged as either
'Complete', 'In-progress' or 'Planned'. Planned features are those not yet implemented.| QA Tool | Status |
| --------------- | --------------- |
| TRS 398 Photon & Electron output calibration | Complete |
| Picket fence | Complete |
| Winston-Lutz analysis | Complete |
| Star-shot analysis | Complete |
| Field analysis | Complete |
| Planar imaging analysis | Complete |The program includes some of these complementary features:
- Interactive QA plots with export capabilities.
- Professional looking QA reports.
- Quick creation of benchmark images and tests.## Requirements
As of current the program depends on the following:
- Python (3.10+)
- PySide6 (6.4+)
- pylinac (3.20.0+)
- pyqtgraph (0.13.3+)
- pdfrw (0.4)## Installation
1. Download the source code from the repository.
2. (Optional but highly recommended) Create a virtual environment for PyBeam-QA to avoid dependency conflicts
with existing python libraries. You can use a dependency manager such as `Pipenv` to accomplish this.
3. Install all the required dependencies using `pip3` (e.g `pip3 install pdfrw==0.4`).## Quick start
To run the application simply navigate to the source code directory and run the following command:\
`python main.py` or `python3 main.py`