ewoksfluo.tasks.sum_detectors.sum_utils.detector_weight_iterator#

ewoksfluo.tasks.sum_detectors.sum_utils.detector_weight_iterator(weight_uri_root, weight_expressions)[source]#
Parameters:
  • weight_uri_root (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]