From 06439821cbb88b8d9ba814831106c8b572b901ae Mon Sep 17 00:00:00 2001 From: Luca Marini Date: Mon, 13 May 2024 14:10:24 +0200 Subject: [PATCH] trial --- pyraws/l1/l1_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyraws/l1/l1_event.py b/pyraws/l1/l1_event.py index 71801d3..5b62625 100644 --- a/pyraws/l1/l1_event.py +++ b/pyraws/l1/l1_event.py @@ -589,5 +589,5 @@ def register_l1_to_raw( l1c_registered_to_raw = cv2.warpPerspective( l1c_numpy, homography, (raw_width, raw_height), flags=cv2.INTER_NEAREST ) - # TODO: save into TIF file, add overwrite param and other params as well + # TODO: save into TIF file, add overwrite param and other params as well. return l1c_registered_to_raw