From f1e801d07ede1ac2f5740643d9b6ee8b05060529 Mon Sep 17 00:00:00 2001 From: "Hannes F. Kuchelmeister" Date: Wed, 14 Jul 2021 11:03:30 +0200 Subject: [PATCH] add todo to round registration --- situr/registration/round_registration.py | 2 ++ 1 file changed, 2 insertions(+) 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()):