hepi.interpolate

Functions

interpolate_1d(df, x, y, xrange[, only_interpolation])

Last key is the value to be interpolated, while the rest are cooridnates.

interpolate_2d(df, x, y, z, xrange, yrange[, ...])

Last key is the value to be interpolated, while the rest are cooridnates.

Module Contents

hepi.interpolate.interpolate_1d(df, x, y, xrange, only_interpolation=True, **kwargs)[source]

Last key is the value to be interpolated, while the rest are cooridnates.

Parameters:

df (pandas.DataFrame) – results

hepi.interpolate.interpolate_2d(df, x, y, z, xrange, yrange, only_interpolation=True, **kwargs)[source]

Last key is the value to be interpolated, while the rest are cooridnates.

Parameters:

df (pandas.DataFrame) – results