As I said, all the programs are under GPL v3 Licence, so here's the source code of UMS data processor(using VS2010).
Update: Now the source code is available on the Github: https://github.com/zhujunsan/UMS-data-processor
As I said, all the programs are under GPL v3 Licence, so here's the source code of UMS data processor(using VS2010).
Update: Now the source code is available on the Github: https://github.com/zhujunsan/UMS-data-processor
It's a program I written last semester for the experiment of 'γ Spectrum with NaI(Tl) Crystal'.
The lab's computer using a dos program process and visualize the data, but it cannot work with win XP or later version due to the pure dos environment which they do not support. And, the data of the machine was stored in binary, so it’s pretty inconvenient to do the data analyze, especially when there’s more than a dozen of the files. So, I decided to program a tool to simplify the way to do it. And here it is: UMS data processor.