diff --git a/situr/registration/round_registration.py b/situr/registration/round_registration.py index 01c8681..cf78f60 100644 --- a/situr/registration/round_registration.py +++ b/situr/registration/round_registration.py @@ -14,6 +14,8 @@ class RoundRegistration(Registration): reference_round (int, optional): The round that is referenced and will not be changed. Defaults to 0. reference_channel (int, optional): The channel tha is used to compare rounds. Defaults to 0. """ + + # TODO: instead of one reference channel use all channels (maybe without nucleus channel) reference_peaks = situ_tile.get_image_round( reference_round).get_channel_peaks(reference_channel) for round in range(situ_tile.get_roundcount()):