Classes — Scipp

Data Structures#

DataArray

Named variable with associated coords and masks.

DataGroup(*args, **kwargs)

A dict-like group of data.

Dataset

Dict of data arrays with aligned dimensions.

DType

Representation of a data type of a Variable in Scipp.

Unit

A physical unit.

Variable

Array of values with dimension labels and a unit, optionally including an array of variances.

Auxiliary Containers#

Bins(obj)

Proxy for access to bin contents and operations on bins of a variable.

Coords

dict-like collection of coordinates.

GroupByDataArray

GroupBy object implementing split-apply-combine mechanism.

GroupByDataset

GroupBy object implementing split-apply-combine mechanism.

Lookup(op, func, dim[, fill_value])

Lookup table.

Masks

dict-like collection of masks.

Exceptions#

Typing#