scipp.merge#

scipp.merge(lhs, rhs)#

Merge two datasets into one.

Parameters
Raises

If there are conflicting items with different content.

Returns

Dataset – A new dataset that contains the union of all data items, coords, masks and attributes.