Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d1c4d7f
disable polarimetric symmetrization by default
gshiroma Jul 3, 2025
0ef09a8
Merge branch 'isce-framework:develop' into develop
gshiroma Jul 9, 2025
2ac2694
revert changes to `symmetrize_cross_pol_channels`
gshiroma Jul 22, 2025
05d7fda
Update GCOV and GSLC specification XMLs
gshiroma Jul 22, 2025
749058d
Revert changes to the GCOV and GSLC specification XMLs
gshiroma Jul 23, 2025
fc8ac53
Merge branch 'isce-framework:develop' into develop
gshiroma Jul 24, 2025
064d073
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 7, 2025
22464ef
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 7, 2025
a75e7f1
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 11, 2025
ab21d36
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 12, 2025
d61d489
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 18, 2025
0af53dd
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 20, 2025
d454e6a
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 21, 2025
6e7e9d1
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 28, 2025
dd80c38
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 29, 2025
63853b2
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 29, 2025
7c7272f
Merge branch 'isce-framework:develop' into develop
gshiroma Sep 2, 2025
dd18a84
Merge branch 'isce-framework:develop' into develop
gshiroma Sep 17, 2025
d43ca22
Merge branch 'isce-framework:develop' into develop
gshiroma Oct 6, 2025
fa38bc0
Make the radar grid azimuth and range spacing parameters configurable…
gshiroma Oct 6, 2025
7b88217
Make the radar grid azimuth and range spacing parameters configurable…
gshiroma Oct 7, 2025
fd7453b
Make the radar grid azimuth and range spacing parameters configurable…
gshiroma Nov 10, 2025
4ee53eb
Expose sensing start/end times and starting/ending ranges in the STAT…
gshiroma Jan 21, 2026
70355b3
Merge branch 'isce-framework:develop' into improve_static_layers_work…
gshiroma Jan 21, 2026
31a98f0
Expose sensing start/end times and starting/ending ranges in the STAT…
gshiroma Jan 21, 2026
78a018d
rename some radar grid parameters to match focus
gshiroma Jan 26, 2026
9db1f5a
rename some radar grid parameters to match focus (2)
gshiroma Jan 26, 2026
c168e7f
add margin to user-specified radar-grid extents, if provided
gshiroma Jan 29, 2026
fdd79bc
enable fractional precision for radargrid start and end times
gshiroma Feb 8, 2026
a72949c
convert start & end date-time string to isce3.core.DateTime before ad…
gshiroma Feb 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions python/packages/isce3/geometry/bounding_radar_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ def get_bounding_radar_grid(
Azimuth time spacing of the output grid, in seconds. Must be > 0.
rg_spacing : float
Slant range spacing of the output grid, in meters. Must be > 0.
sensing_start : float
The sensing start time of the input `geo_grid`, in seconds since the epoch of
`orbit`.
starting_range : float
The starting slant range of the input `geo_grid`, in meters.
orbit : isce3.core.Orbit
The trajectory of the radar antenna phase center over a time interval that
includes the observation times of each point in `geo_grid` at each height
Expand Down
Loading