ess.sans.i_of_q.bin_in_qxy#

ess.sans.i_of_q.bin_in_qxy(data, qx_bins, qy_bins, dims_to_keep)[source]#

Merges data from all pixels into a single I(Q) spectrum:

  • In the case of event data, events in all bins are concatenated

  • In the case of dense data, counts in all spectra are summed

Parameters:
Returns:

CleanSummedQxy[TypeVar(ScatteringRunType, types.SampleRun (int), types.BackgroundRun (int)), TypeVar(IofQPart, types.Numerator (scipp.DataArray), types.Denominator (scipp.DataArray))] – The input data converted to Qx and Qy and then summed over all detector pixels.