Interpolator

class kgpy.interpolation.Interpolator(data, grid)

Bases: Copyable, ABC

Parameters
__init__(data, grid)
Parameters
Return type

None

Attributes

data_final

grid_final

ndim

shape

data

grid

Methods

__init__(data, grid)

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

Inheritance diagram of kgpy.interpolation.Interpolator

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

data: astropy.units.Quantity
property data_final: Quantity
grid: typing.Sequence[astropy.units.Quantity]
property grid_final: List[Quantity]
property ndim
property shape