Skip to content

Global Fitter for β NMR

Derek Fujimoto edited this page Mar 10, 2021 · 3 revisions

Uses global_fitter to fit β-NMR asymmetry, calculated by the bdata object (source).

Constructor

class global_bdata_fitter(data, fn, xlims=None, rebin=1, asym_mode='c', **kwargs)
  • data: list of bdata objects
  • fn: Function handle, or list of function handles (same as global_fitter)
  • xlims: list of 2-tuples for (low, high) bounds on fitting range based on x values. If list is not depth 2, use this range on all runs
  • rebin: asymmetry rebinning factor for both fitting and drawing
  • asym_mode: asymmetry type to calculate and fit
  • kwargs: keyword arguments to pass to global_fitter
Clone this wiki locally