MDNormalization

This is a Python binding to the C++ class Mantid::API::MDNormalization.

class mantid.api.MDNormalization
NoNormalization = _api.MDNormalization.NoNormalization
NumEventsNormalization = _api.MDNormalization.NumEventsNormalization
VolumeNormalization = _api.MDNormalization.VolumeNormalization
__init__

x.__init__(...) initializes x; see help(type(x)) for signature

bit_length() → int

Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6

conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

imag

the imaginary part of a complex number

name
names = {'NumEventsNormalization': _api.MDNormalization.NumEventsNormalization, 'VolumeNormalization': _api.MDNormalization.VolumeNormalization, 'NoNormalization': _api.MDNormalization.NoNormalization}
numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

values = {0: _api.MDNormalization.NoNormalization, 1: _api.MDNormalization.VolumeNormalization, 2: _api.MDNormalization.NumEventsNormalization}