Skip to content

Commit

Permalink
Fix change in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Mar 21, 2022
1 parent 79fded2 commit 14dfab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/S1-SLC-IW-gamma-flattening.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import xarray as xr\n",
"import xarray_sentinel\n",
"\n",
"from sarsen import apps, geocoding, orbit, scene"
"from sarsen import apps, geocoding, radiometry, orbit, scene"
]
},
{
Expand Down Expand Up @@ -239,7 +239,7 @@
"metadata": {},
"outputs": [],
"source": [
"grid_parameters = apps.azimuth_slant_range_grid(\n",
"grid_parameters = radiometry.azimuth_slant_range_grid(\n",
" measurement_ds, coordinate_conversion, grouping_area_factor\n",
")\n",
"grid_parameters"
Expand All @@ -255,7 +255,7 @@
"outputs": [],
"source": [
"%%time\n",
"weights = geocoding.gamma_weights(\n",
"weights = radiometry.gamma_weights(\n",
" dem_ecef,\n",
" acquisition,\n",
" **grid_parameters,\n",
Expand Down

0 comments on commit 14dfab7

Please sign in to comment.