fix combined registration does not do channel registration

This commit is contained in:
2021-07-15 11:01:49 +02:00
parent b70b5a6a67
commit 5583cb622d

View File

@@ -20,7 +20,7 @@ class CombinedRegistration:
# Do channel registration # Do channel registration
for round in range(tile.get_round_count()): for round in range(tile.get_round_count()):
img = tile.get_round(round) img = tile.get_round(round)
self.channel_registration self.channel_registration.do_channel_registration(img)
tile.apply_channel_transformations() tile.apply_channel_transformations()