added few TODOs
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-09 16:39:09 +02:00
parent ead9c20888
commit f0860a785d
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 1 additions and 1 deletions

View File

@ -859,8 +859,8 @@ def handle_matched_centroids_set(hk_data: bytes, pw: PrintWrapper):
current_idx = unpack_time_hk(hk_data, 0, pw)
num_matched_centroids = hk_data[current_idx]
current_idx += 1
pw.dlog(f"Number of matched centroids {num_matched_centroids}")
# TODO: Parse ID, X, Y, ERROR X, ERROR Y times 16
pass
@tmtc_definitions_provider