Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Dec 20, 2024
1 parent eaa9ff4 commit baea606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sarsen/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def do_terrain_correction(
)

if correct_radiometry is not None:
assert simulated_beta_nought is not None
geocoded = geocoded / simulated_beta_nought
geocoded.attrs["long_name"] = "terrain-corrected gamma nought"

Expand Down

0 comments on commit baea606

Please sign in to comment.