ewoksfluo.tasks.sum_detectors.sum_utils.detector_weight_iterator_stack#
- ewoksfluo.tasks.sum_detectors.sum_utils.detector_weight_iterator_stack(weight_uri_roots, weight_expressions)[source]#
- Parameters:
weight_uri_roots (
Sequence
[str
]) – HDF5 root group under which the detector weight datasets can be found.weight_expressions (
Sequence
[str
]) – Arithmetic expression for each detector to calculated the weight for addition from HDF5 datasets.
- Return type:
Generator
[ndarray
,None
,None
]