Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamarini22 committed May 13, 2024
1 parent c4dff0c commit 0643982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyraws/l1/l1_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0643982

Please sign in to comment.