Grid1D

class kgpy.grid.Grid1D

Bases: Copyable, ABC

__init__()
Return type

None

Attributes

name

num_samples

points

range

shape

Methods

__init__()

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

mesh(shape, new_axes)

rtype

astropy.units.Quantity

Inheritance Diagram

Inheritance diagram of kgpy.grid.Grid1D

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

mesh(shape, new_axes)
Return type

astropy.units.Quantity

Parameters
property name: Optional[ndarray]
abstract property num_samples
abstract property points: Quantity
abstract property range: Quantity
abstract property shape: Tuple[int, ...]