mermithid.processors.TritiumSpectrum.KuriePlotFitter module

Some template vars

Members: KuriePlotFitter

Functions:

Classes:

Generate a Kurie plot from energy data and fit it Author: M. Guigue Date: Oct 16 2018

Summary

Data:

Reference

class mermithid.processors.TritiumSpectrum.KuriePlotFitter.KuriePlotFitter(name, *args, **kwargs)[source]

Bases: morpho.processors.BaseProcessor.BaseProcessor

Processor that produces a Kurie plot and fits it. Beware that the results are biaised as the errors used for the fit are assumed to be gaussian while the true distribution is more complex than this. :param variables: name of the list of data (kinetic energies) to use

Inputs:
data: dict containing the unbinned data
Output:
result: dictionary containing the fit result (best value, errors, chi2 and ndf)
InternalConfigure(params)[source]

Configure

InternalRun()[source]

Method called by Run() to run the object. Must be overridden by child class.