Changelog¶
This page contains a summary of changes between the official trEPR releases. Only the biggest changes are listed here. A complete and detailed log of all changes is available through the GitHub Repository Browser.
Version 0.2.0¶
Released 2022-01-30
Note: Starting with this version, trepr requires Python >=3.7
New features¶
Importer for Berlin fsc2 format:
trepr.io.Fsc2ImporterImporter for Bruker BES3T format:
trepr.io.BES3TImportertrepr.analysis.MWFrequencyValuesto extract microwave frequency values from a dataset as a new, calculated dataset (e.g., for graphical display)trepr.analysis.MWFrequencyDriftcan return (calculated) datasetstrepr.analysis.TimeStampAnalysiscan return (calculated) datasetstrepr.processing.TriggerAutodetectionfor automatically detecting the trigger positiontrepr.analysis.TransientNutationFFTfor analysing transient nutations using FFTFunctions
trepr.utils.convert_g2mT()andtrepr.utils.convert_mT2g()to convert between magnetic field values (in mT) and g valuesPlotters can add g axis as second axis opposite the magnetic field axis.
Changes¶
trepr.analysis.MWFrequencyDriftrenamed fromMwFreqAnalysis
Fixes¶
trepr.processing.BackgroundCorrectionsubtracts backgroundtrepr.io.TezImportergets mapper from package datatrepr.io.DatasetImporterFactoryfalls back to ASpecD-supported formats if no matching format is found.trepr.analysis.MWFrequencyDriftreturns correct value for ratio of drift to magnetic field axis step width
Version 0.1.0¶
Released 2021-06-03
First public release
Based on ASpecD v.0.2.1
List of processing steps specific for TREPR data
List of analysis steps specific for TREPR data
Importers for different file formats
Recipe-driven data analysis