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 |
|
Bruker BES3T |
DSC, DTA |
|
Magnettech (now Bruker) XML |
xml |
|
NIEHS PEST |
lmb, exp, dat |
|
Generic text file |
txt |
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