scippnexus.NXevent_data#
- class scippnexus.NXevent_data(attrs, children)[source]#
- __init__(attrs, children)[source]#
Subclasses should call this in their __init__ method, or ensure that they initialize the fields in children with the correct sizes and dtypes.
Methods
__init__
(attrs, children)Subclasses should call this in their __init__ method, or ensure that they initialize the fields in children with the correct sizes and dtypes.
assemble
(children)When a Group is indexed, this method is called to assemble the read children into the result object.
convert_label_index_to_positional
(sel)field_dims
(name, field)index_child
(child, sel)When a Group is indexed, this method is called to index each child.
read_children
(select)When a Group is indexed, this method is called to read all children.
Attributes
dims
handled_fields
mandatory_fields
shape
sizes
unit
- assemble(children)[source]#
When a Group is indexed, this method is called to assemble the read children into the result object.
The default implementation simply returns the DataGroup.
Subclasses of NXobject, in particular NXdata, override this method to return an object with more semantics such as a DataArray or Dataset.
- Return type:
- read_children(select)[source]#
When a Group is indexed, this method is called to read all children.
The default implementation simply calls index_child on each child and returns the result as a DataGroup.
Subclasses of NXobject, in particular NXevent_data, override this method to to implement special logic for reading children with interdependencies, i.e., where reading each child in isolation is not possible.
- Return type: