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 URIexpression (
str
) – arithmetic expression where datasets are define as"<subgroup/data>"
where"subgroup/data"
is relative todata_uri
.start_var (
str
) – marks the start of a variable namestart_var – marks the end of a variable name
end_var (
str
)
- Return type:
Any