Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.analyze. King.get_unmodified  (  a a_ref x axis = 0 show = False ** kwargs  )[source]

Parameters:
andarray | Iterable

An Iterable of mass numbers corresponding to the isotopes of the given 'y' values.

a_refndarray | Iterable

An Iterable of mass numbers corresponding to reference isotopes of the given 'y' values.

xndarray | Iterable

The unmodified input values of the given mass numbers. Must have shape (len(a), 2).

axisint

The axis of the input values.

showbool

Whether to draw the King plot with the specified values.

kwargsNone

Additional keyword arguments are passed to 'self.plot'.

Returns:
outNone

The unmodified x values calculated with the fit results and the given 'y' values.

API navigation