ess.reduce.nexus.workflow.to_transformation#

ess.reduce.nexus.workflow.to_transformation(chain, interval)[source]#

Convert transformation chain into a single transformation matrix.

If one or more transformations in the chain are time-dependent, the time interval is used to select a specific time point. If the interval is not a single time point, an error is raised. This may be extended in the future to a more sophisticated mechanism, e.g., averaging over the interval to remove noise.

Parameters:
Return type:

NeXusTransformation[TypeVar(Component), TypeVar(RunType)]