We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dff0c commit 0643982Copy full SHA for 0643982
pyraws/l1/l1_event.py
@@ -589,5 +589,5 @@ def register_l1_to_raw(
589
l1c_registered_to_raw = cv2.warpPerspective(
590
l1c_numpy, homography, (raw_width, raw_height), flags=cv2.INTER_NEAREST
591
)
592
- # 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.
593
return l1c_registered_to_raw
0 commit comments