add todo to round registration

This commit is contained in:
2021-07-14 11:03:30 +02:00
parent 193dc059a5
commit f1e801d07e

View File

@@ -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()):