Skip to content

Commit

Permalink
Add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Dec 27, 2024
1 parent 6605222 commit fb561b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarsen/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def do_terrain_correction_from_ecef(
grouping_area_factor: tuple[float, float] = (3.0, 3.0),
radiometry_chunks: int = 2048,
radiometry_bound: int = 128,
):
) -> tuple[xr.DataArray, xr.DataArray | None]:
logger.info("simulate acquisition")

template_raster = dem_ecef.isel(axis=0).drop_vars(["axis", "spatial_ref"]) * 0.0
Expand Down

0 comments on commit fb561b9

Please sign in to comment.