ess.sans.normalization.normalize#

ess.sans.normalization.normalize(numerator, denominator)#

Perform normalization of counts as a function of Q. If the numerator contains events, we use the sc.lookup function to perform the division.

Parameters
  • numerator (DataArray) – The data whose counts will be divided by the denominator. This can either be event or dense (histogrammed) data.

  • denominator (DataArray) – The divisor for the normalization operation. This cannot be event data, it must contain histogrammed data.

Returns

DataArray – The input data normalized by the supplied denominator.