BGlib.be.analysis

Physical or chemical model-based analysis of data

Submodules

Fitter(h5_main, proc_name[, variables])

Creates a new instance of the abstract Fitter class

BESHOfitter(h5_main, **kwargs)

Creates an instance of the BESHOFitter class

BELoopFitter(h5_main, be_data_type, vs_mode, ...)

A class that fits Simple Harmonic Oscillator model data to a 9-parameter model to describe hysteretic switching in ferroelectric materials

BERelaxFit(h5_main[, variables, fit_method, ...])

This instantiation reads and calculates parameters in the data file necessary for reading, writing, analyzing, and visualizing the data.

utils

BGlib.be.analysis.be_loop_fitter

BELoopFitter that fits Simple Harmonic Oscillator model data to a parametric model to describe hysteretic switching in ferroelectric materials

BGlib.be.analysis.be_relax_fit

BGlib.be.analysis.be_sho_fitter

BESHOfitter that fits band excitation cantilever vibration response to a Simple Harmonic Oscillator model

BGlib.be.analysis.fitter

Fitter - Abstract class that provides the framework for building application-specific children classes

BGlib.be.analysis.utils