Classes#
Data Structures#
Named variable with associated coords, masks, and attributes. |
|
|
A dict-like group of data. |
Dict of data arrays with aligned dimensions. |
|
Representation of a data type of a Variable in Scipp. |
|
A physical unit. |
|
Array of values with dimension labels and a unit, optionally including an array of variances. |
Auxiliary Containers#
|
Proxy for access to bin contents and operations on bins of a variable. |
dict-like collection of meta data |
|
GroupBy object implementing split-apply-combine mechanism. |
|
GroupBy object implementing split-apply-combine mechanism. |
|
|
Lookup table. |
dict-like collection of masks. |
Exceptions#
Inappropriate bin-edge coordinate. |
|
Incorrect use of binned data. |
|
Bad coordinate values or mismatching coordinates. |
|
Incorrect use of scipp.DataArray. |
|
Incorrect use of scipp.Dataset. |
|
Inappropriate dimension labels and/or shape. |
|
Inappropriate dtype. |
|
Inappropriate unit. |
|
Incorrect use of scipp.Variable. |
|
Variances used where they are not supported or not used where they are required. |
Typing#
Anything that can be interpreted as a dtype. |
|
dict-like object mapping dimension labels to Variables. |
|
Any object that behaves like a |