Esempio n. 1
0
 def test_pto_generation(self):
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     print(aligner.get_pto_string())
Esempio n. 2
0
 def test_pto_generation(self):
     fusion = mockfusion()
     aligner = ImageAligner(fusion)
     print(aligner.get_pto_string())
Esempio n. 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')
Esempio n. 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')