ewoksfluo.tasks.normalization.norm_utils.save_normalized_xrf_results#
- ewoksfluo.tasks.normalization.norm_utils.save_normalized_xrf_results(xrf_results_uri, coefficient, output_root_uri, process_config)[source]#
- Parameters:
xrf_results_uri (
str
) – HDF5 group that contains the “parameters”, “uncertainties” and “massfractions” groups.coefficient (
ndarray
) – Coefficient with which to normalize the data.output_root_uri (
str
) – Root HDF5 URL under which to save the results as NXprocessprocess_config (
Dict
[str
,Any
])
- Return type:
str
- Returns:
URI to normalized fit result group