We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee777d7 commit 568bb45Copy full SHA for 568bb45
cxx/isce3/cuda/image/gpuResampSlc.cu
@@ -78,7 +78,7 @@ void transformTile(const thrust::complex<float> *tile,
78
|| (intRg >= (inWidth - chipHalf));
79
80
// Compute azimuth time at i index + azimuth offset
81
- const double az = sensingStart + i / prf;
+ const double az = sensingStart + (i + rowStart) / prf;
82
83
// Slant range at j index + range offset
84
const double rng = startingRange + j * rangePixelSpacing;
0 commit comments