Example #1
0
 def test_pto_generation(self):
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     print(aligner.get_pto_string())
Example #2
0
 def test_pto_generation(self):
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     print(aligner.get_pto_string())
Example #3
0
 def test_image_aligner(self):
     """Tests that the image aligner does something useful - ie aligns images"""
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     aligner.align("test", outpath='/tmp')
Example #4
0
 def test_image_aligner(self):
     """Tests that the image aligner does something useful - ie aligns images"""
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     aligner.align("test", outpath='/tmp')