scippneutron.array_from_mantid#
- scippneutron.array_from_mantid(workspace, **kwargs)[source]#
Convert Mantid workspace to a scipp data array or dataset. :type workspace: :param workspace: Mantid workspace to convert. :rtype:
DataArray
|Dataset
Deprecated since version 23.07.0: The old
from_mantid
was renamed toarray_from_mantid
and is deprecated in favor of the newfrom_mantid
which return a data group.