ImpulseQt — A Complete Refactor of Impulse
Impulse started as an experiment: could a Multi-Channel Analyzer (MCA) be written in Python using Dash-Plotly to run in a browser? It worked — but many users found it slow and unresponsive. This was mostly due to the Dash-Plotly GUI, which is great for static plots but not ideal for dynamic, real-time applications like a continuously updating MCA.
So I rewrote the program using PySide6 for the front-end GUI. The result? A smaller app bundle, a faster and more responsive interface — and best of all, the program now actually quits cleanly when you close the window!
Just like the original Impulse, ImpulseQt supports multiple hardware types. It operates in two modes:
- Sound card spectrometers such as GammaSpectacular and Theremino
- USB MCAs including Atom Spectrometers and GS-MAX
While the GUI is shared, each device type uses its own dedicated engine under the hood.
ImpulseQt is written in Python and compiled for Windows and macOS. (Yes, there are a few of us Mac users in the scientific world!)
Linux users can run it directly from source.
ImpulseQt is open source under the MIT License — which means you're free to copy, modify, fork, or even steal it.
Just be respectful, and remember the hundreds of hours I spent designing, coding, and debugging this software.
Your feedback is appreciated, it shapes future versions!
You don’t need Python installed. ImpulseQt comes bundled as a standalone executable that includes everything it needs to run.
On first launch, it creates a folder:
C:\Users\Username\ImpulseQtData
This is where it stores:
- isotope libraries
- your recorded files
- custom settings
On Windows, it also writes logs and settings to:
C:\Users\Username\AppData\Local\ImpulseQt\logs\impulse.log C:\Users\Username\AppData\Roaming\ImpulseQt\settings
Download the latest release here:
👉 https://github.com/ssesselmann/ImpulseQt/releases
Thank you for downloading ImpulseQt. I hope it helps with your experiments — and maybe even contributes to real science. If you end up publishing your work, I’d be grateful if you gave ImpulseQt a mention.
Steven Sesselmann
Sydney, NSW, Australia
https://www.GammaSpectacular.com