The class MuSR_td_PSI_bin has been developped to read the µSR data files produced at PSI with the psi-bin format.
For the version 2.0, Andrea Raselli has kindly corrected the memory leaks... and extended the class to read so-called mdu files.
The class can now read psi-bin (format ID: "1N"), mdu-pta (format ID: "M3"), mdu-tdc (format ID: "T4") as well as mdu-tdc 32 (format ID: "T5") files.
The class has been written as a hopefully easy to use and highly portable C++ code.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
A package containing the necessary files, examples and documentation can be downloaded here
The important files are MuSR_td_PSI_bin.cpp and MuSR_td_PSI_bin.h.