mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
add todo to round registration
This commit is contained in:
@@ -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()):
|
||||
|
||||
Reference in New Issue
Block a user