MonotonicDimensionΒΆ

class csdmpy.MonotonicDimension(coordinates, **kwargs)[source]ΒΆ

Bases: csdmpy.dimension.quantitative.BaseQuantitativeDimension

Monotonic grid dimension.

Generates an object representing a physical dimension whose coordinates are monotonically sampled along a grid dimension. See MonotonicDimension for details.

property coordinatesΒΆ

Return the coordinates along the dimensions.

property coordinates_offsetΒΆ

Value at index zero, \(c_k\), along the dimension.

copy_metadata(obj)[source]ΒΆ

Copy MonotonicDimension metadata.

property countΒΆ

Total number of points along the monotonic dimension.

dict()[source]ΒΆ

Return the MonotonicDimension as a python dictionary.

property typeΒΆ

Return the type of the dimension.