cwepr.io.bes3t module

Importer for the Bruker BES3T format.

The Bruker BES3T format gets used by newer Bruker EPR spectrometers, namely those running with either Xepr or Xenon.

The basic file format is comparably well documented, and it exists in at least two different versions in the wild: 1.3 and 2.0.

But beware: The device-specific layer is not documented, at least not according to a Bruker EPR Application Scientist. Hence, informed guessing is necessary for those parts of the file, and it is not clear whether they are similarly versioned as the basic format.

class cwepr.io.bes3t.BES3TImporter(source=None)

Bases: aspecd.io.DatasetImporter

Importer for the Bruker BES3T format.

The Bruker BES3T format consists of at least two files, a data file with extension “DTA” and a descriptor file with extension “DSC”. In case of multidimensional data, additional data files will be written (e.g. with extension “.YGF”), similarly to the case where the X axis is not equidistant (at least the BES3T specification allows this situation).

This importer aims to take the parameters from the standard parameter layer if available, because it uses SI units and is documented.