Exemplo n.º 1
0
def test_best_affine():
    hdr = AnalyzeHeader()
    hdr.set_data_shape((3,5,7))
    hdr.set_zooms((4,5,6))
    yield assert_array_equal, hdr.get_base_affine(), hdr.get_best_affine()