ess.reflectometry.corrections.normalize_by_counts#

ess.reflectometry.corrections.normalize_by_counts(data_array)#

Normalize the bin-summed data by the total number of counts.

Parameters

data_array (DataArray) – Data array to be normalized.

Returns

DataArray – Normalized data array.