Released 2022-01-30
Note: Starting with this version, trepr requires Python >=3.7
New features
- Importer for Berlin fsc2 format:
trepr.io.Fsc2Importer
- Importer for Bruker BES3T format:
trepr.io.BES3TImporter
trepr.analysis.MWFrequencyValues
to extract microwave frequency values from a dataset as a new, calculated dataset (e.g., for graphical display)trepr.analysis.MWFrequencyDrift
can return (calculated) datasetstrepr.analysis.TimeStampAnalysis
can return (calculated) datasetstrepr.processing.TriggerAutodetection
for automatically detecting the trigger positiontrepr.analysis.TransientNutationFFT
for analysing transient nutations using FFT- Functions
trepr.utils.convert_g2mT()
andtrepr.utils.convert_mT2g()
to convert between magnetic field values (in mT) and g values - Plotters can add g axis as second axis opposite the magnetic field axis.
Changes
trepr.analysis.MWFrequencyDrift
renamed fromMwFreqAnalysis
Fixes
trepr.processing.BackgroundCorrection
subtracts backgroundtrepr.io.TezImporter
gets mapper from package datatrepr.io.DatasetImporterFactory
falls back to ASpecD-supported formats if no matching format is found.trepr.analysis.MWFrequencyDrift
returns correct value for ratio of drift to magnetic field axis step width