Commit d128d42
committed
Squashed commit of the following:
commit 0e1f80c
Author: xhuang-jpl <118782850+xhuang-jpl@users.noreply.github.com>
Date: Wed Jun 24 16:38:22 2026 -0700
Fix the Ampcor issues from Lijun's branch and increase the limit of the search radius (#282)
* sm r3.4
* change the SM commit id for R4.0.2
* remove the mask description for the wrapped ifgram
* remove the tmp folder
* fix minors
* comment out the checkPixelInImageRange
* pycuampcor: fix the pixels out of range issue
* pycuampcor: fix an error in determining the corrwindow size
* update the maximum search radius to be 256
---------
Co-authored-by: Xiaodong Huang <xhuang@nisar-adt-dev-3.jpl.nasa.gov>
Co-authored-by: Lijun Zhu <ljzhu@gps.caltech.edu>
commit 813d729
Author: Brian Hawkins <1729052+bhawkins@users.noreply.github.com>
Date: Wed Jun 24 13:56:09 2026 -0500
Handle case where no samples in a rangline are valid (#327)
* Handle case where all subswaths are invalid.
* Log some details about missing data.
* Fix typo
* Use signed integer for negative values...
commit 075795f
Author: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Date: Thu Jun 18 15:59:58 2026 -0700
Fix STATIC filenames with fractional posting by rounding posting after converting to decimeters. (#314)
* disable polarimetric symmetrization by default
* revert changes to `symmetrize_cross_pol_channels`
* Update GCOV and GSLC specification XMLs
* Revert changes to the GCOV and GSLC specification XMLs
* round posting after conversion to decimeters
commit 3f7027d
Author: SamNemo <11642807+nemo794@users.noreply.github.com>
Date: Thu Jun 18 10:29:43 2026 -0700
Fix text encoding: Replace en dash (U+2013) with ASCII hyphen in descriptions (#292)
Replaced Unicode en dash character (U+2013 "–") with standard ASCII hyphen
(U+002d "-") in 19 locations across 4 Python files. The en dash was causing
display issues in some programs, appearing as "â€"" instead of "–".
Files modified:
- python/packages/isce3/signal/rfi_freq_null.py (1 occurrence in citation)
- python/packages/nisar/products/insar/GUNW_writer.py (5 occurrences in mask descriptions)
- python/packages/nisar/products/insar/GOFF_writer.py (4 occurrences in mask descriptions)
- python/packages/nisar/products/insar/InSAR_L1_writer.py (9 occurrences in mask descriptions)
This fix ensures HDF5 attribute descriptions display correctly across all
programs and avoids confusion with special Unicode characters in source code.
Co-authored-by: Samantha C. Niemoeller <samantha.c.niemoeller@jpl.nasa.gov>
commit db4f65b
Author: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Date: Wed Jun 17 14:59:11 2026 -0700
Add margins to the STATIC product Doppler LUT grid boundaries to ensure full radargrid coverage. (#298)
* disable polarimetric symmetrization by default
* revert changes to `symmetrize_cross_pol_channels`
* Update GCOV and GSLC specification XMLs
* Revert changes to the GCOV and GSLC specification XMLs
* Add margins to the Doppler LUT grid boundaries to ensure full radargrid coverage.
* Add margins to the Doppler LUT grid boundaries to ensure full radargrid coverage.
* Add margins to the Doppler LUT grid boundaries to ensure full radargrid coverage.
commit 67f0878
Author: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Date: Mon Jun 8 11:43:17 2026 -0700
Improve DEM bounding box selection when product coordinates are in a different projection than the DEM (#275)
* disable polarimetric symmetrization by default
* revert changes to `symmetrize_cross_pol_channels`
* Update GCOV and GSLC specification XMLs
* Revert changes to the GCOV and GSLC specification XMLs
* Update DEM bounding box selection
* Improve variable names, docstrings, and handle incorrect starting/ending ordering
* Improve variable names
* Ensure latitude values remain within [-90, 90]
* Ensure latitude values remain within [-90, 90]
* Simplify code
* Use parenthesis to make it clear evaluation order
* improve comments
* revert changes to constructor of variables `all_x` and `all_y`
* change margin types from `float` to `double`1 parent b806bc4 commit d128d42
23 files changed
Lines changed: 367 additions & 293 deletions
File tree
- .github/workflows
- cxx/isce3
- cuda/matchtemplate/pycuampcor
- geometry
- matchtemplate/pycuampcor
- python
- extensions/pybind_isce3/geometry
- packages
- isce3
- focus
- signal
- nisar
- products/insar
- static
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
| |||
Lines changed: 34 additions & 43 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
240 | 254 | | |
241 | 255 | | |
242 | 256 | | |
243 | 257 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
248 | 262 | | |
249 | 263 | | |
250 | 264 | | |
| |||
256 | 270 | | |
257 | 271 | | |
258 | 272 | | |
| 273 | + | |
259 | 274 | | |
260 | 275 | | |
261 | 276 | | |
262 | 277 | | |
263 | 278 | | |
264 | 279 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
275 | 284 | | |
276 | 285 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 286 | + | |
281 | 287 | | |
282 | 288 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 289 | + | |
287 | 290 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
298 | 295 | | |
299 | 296 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 297 | + | |
304 | 298 | | |
305 | 299 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 300 | + | |
311 | 301 | | |
312 | 302 | | |
| 303 | + | |
313 | 304 | | |
314 | 305 | | |
315 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | | - | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
108 | | - | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
117 | | - | |
118 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
| |||
135 | 143 | | |
136 | 144 | | |
137 | 145 | | |
138 | | - | |
| 146 | + | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
| |||
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
161 | | - | |
| 169 | + | |
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | | - | |
| 1177 | + | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| |||
0 commit comments