LinearDimensionΒΆ

class csdmpy.LinearDimension(count, increment, complex_fft=False, **kwargs)[source]ΒΆ

Bases: csdmpy.dimension.quantitative.BaseQuantitativeDimension

LinearDimension class.

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

property complex_fftΒΆ

If True, orders the coordinates according to FFT output order.

property coordinatesΒΆ

Return the coordinates along the dimensions.

copy_metadata(obj)[source]ΒΆ

Copy LinearDimension metadata.

property countΒΆ

Total number of points along the linear dimension.

dict()[source]ΒΆ

Return the LinearDimension as a python dictionary.

get_nmr_reference_offset()[source]ΒΆ

Calculate reference offset for NMR datasets.

property incrementΒΆ

Increment along the linear dimension.

reciprocal_coordinates()[source]ΒΆ

Return reciprocal coordinates assuming Nyquist-Shannon theorem.

reciprocal_increment()[source]ΒΆ

Return reciprocal increment assuming Nyquist-Shannon theorem.

property typeΒΆ

Return the type of the dimension.