ewoksndreg.tests.assert_transformations#

Compare the actual and desired transformations based on the values of the matrix representation and the pixel coordinates after applying the transformation. In both cases they are considered close enough when

absolute(actual - desired) <= (atol + rtol * absolute(desired))

Functions