LinearDimension¶
-
class
csdmpy.LinearDimension(count, increment, complex_fft=False, **kwargs)[source]¶ Bases:
csdmpy.dimensions.quantitative.BaseQuantitativeDimensionLinearDimension class.
Generates an object representing a physical dimension whose coordinates are uniformly sampled along a grid dimension. See LinearDimension for details.
-
property
absolute_coordinates¶ Return the absolute coordinates along the dimensions.
-
property
axis_label¶ Return a formatted string for displaying label along the dimension axis.
-
property
complex_fft¶ If True, orders the coordinates according to FFT output order.
-
property
coordinates¶ Return the coordinates along the dimensions.
-
property
count¶ Total number of points along the linear dimension.
-
property
data_structure¶ Json serialized string describing the LinearDimension class instance.
-
property
increment¶ Increment along the linear dimension.
-
property
type¶ Return the type of the dimension.
-
property