tomwer.tests.test_utils#

Functions

is_lr_flip(transformations)

sum all rotation the detector 'y' axis and check that the sum is 180 (in this case we consider this is a detector left-right flip)

is_ud_flip(transformations)

sum all rotation the detector 'x' axis and check that the sum is 180 (in this case we consider this is a detector up-down flip)

test_launcher()