You're reading an old version of this documentation. For up-to-date information, please have a look at v0.5.

cwepr.io package

Subpackage for IO.

Generally, for each file format (or class of formats), the importer resides in a separate module.

Currently, a number of more or less well-known and widely used EPR file formats are supported:

Format

Extensions

Module

Bruker ESP and EMX

par, spc

cwepr.io.esp_winepr

Bruker BES3T

DSC, DTA

cwepr.io.bes3t

Magnettech (now Bruker) XML

xml

cwepr.io.magnettech

NIEHS PEST

lmb, exp, dat

cwepr.io.niehs

Generic text file

txt

cwepr.io.txt_file

In addition to modules for the individual data file formats, there are a series of more general modules:

  • factory

    Factory classes, currently the DatasetImporterFactory

  • exporter

    Exporters, currently only an ASCII exporter