grapa.datatypes.curveArrhenius.CurveArrheniusExtrapolToZero

class grapa.datatypes.curveArrhenius.CurveArrheniusExtrapolToZero(data, attributes, silent=False)

Bases: CurveArrhenius

This is not an Arrhenius, but we can recyle the same code for any 1-degree polynomial interpolation.

__init__(data, attributes, silent=False)

Methods

BUTTONFitLabel()

BUTTONFitROI()

func_Arrhenius(T, E, prefactor)

Returns function(K) which will appear linear on a Arrhenius plot.

get_help([short])

popt(z)

x_1000overK([index])

x-axis transform function

y_Arrhenius([index])

y-axis transform function, getting the Arrhenius straight line

Attributes

attr

dataLabel

dataLabelArrhenius

name

poptLabel

switchModel

func_Arrhenius(T, E, prefactor)

Returns function(K) which will appear linear on a Arrhenius plot. E is energy barrier prefactor is value on plot at 1/T = 0

x_1000overK(index=None, **kwargs)

x-axis transform function

y_Arrhenius(index=None, **kwargs)

y-axis transform function, getting the Arrhenius straight line