Skip to content

Commit

Permalink
Update step0_processor_s2_sr.py
Browse files Browse the repository at this point in the history
fixed #33
  • Loading branch information
davidoesch committed Dec 20, 2023
1 parent 3bc2db0 commit f685dea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions step0_processors/step0_processor_s2_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ def S2regFunc(image):
# Use bicubic resampling during registration.
imageOrig = image.resample('bicubic')

# extract the mosaic geometry
aoi_image = imageOrig.geometry()

# Choose to register using only the 'R' band.
imageRedBand = imageOrig.select('B4')
Expand Down

0 comments on commit f685dea

Please sign in to comment.