ewoksfluo.tasks.math.eval_hdf5_expression#

ewoksfluo.tasks.math.eval_hdf5_expression(data_uri, expression, start_var='<', end_var='>')[source]#

Evaluate an arithmetic expression with python and numpy arithmetic on HDF5 datasets.

Parameters:
  • data_uri (str) – HDF5 root URI

  • expression (str) – arithmetic expression where datasets are define as "<subgroup/data>" where "subgroup/data" is relative to data_uri.

  • start_var (str) – marks the start of a variable name

  • start_var – marks the end of a variable name

  • end_var (str)

Return type:

Any