The Bruker spectrometers output data by default in the Bruker BES3T format, which whilst being perfectly usable is not recognisable by most operating as standard.
This script was originally written for the benefit of the project students in the lab who wanted to plot their cw EPR data in Excel without going to the trouble of learning how to use MATLAB. Or for going back to the spectrometer and trying to export their data in ASCII format.
Instead, they can call e2a (EPR spectrum "2" ASCII), they are presented with a standard "Open file" window to select the file. A message box then asks whether they want the converted file put into the same folder or somewhere else, which if selected presents a standard "Save as" window to save elsewhere.
By default files are saved as standard comma seperated value files (*.csv) which are directly readable by Excel / OpenOffice / etc
More advanced users can specify delimiters and other file extensions, for example:
E2A = ('path/to/file.DTA',' ', '.txt')
Available for download here
This script also requires BrukerRead to run


Add new comment