Skip to content

Commit 0643982

Browse files
committed
trial
1 parent c4dff0c commit 0643982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyraws/l1/l1_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,5 +589,5 @@ def register_l1_to_raw(
589589
l1c_registered_to_raw = cv2.warpPerspective(
590590
l1c_numpy, homography, (raw_width, raw_height), flags=cv2.INTER_NEAREST
591591
)
592-
# TODO: save into TIF file, add overwrite param and other params as well
592+
# TODO: save into TIF file, add overwrite param and other params as well.
593593
return l1c_registered_to_raw

0 commit comments

Comments
 (0)