next up previous contents
Next: Orbit interpolation Up: Definitions Previous: pixel number   Contents


Doppler, range and ellipsoid equations

The following three equations are used regularly throughout the software to compute the point P that corresponds to a certain line and pixel in the master or slave image (see also [7]). Precise orbits are necessary.

  1. Doppler: The point P at the surface lies perpendicular to the orbit due to zero Doppler processing (otherwise this equation has to be adapted with a slant angle).
  2. Range: The geometrical distance to P on the surface is equal to the speed of light times the range time.
  3. Ellipsoid: Force the point to lie on an ellipsoid.

The equations for the point P on the ellipsoid and the satellite S in its orbit are (where x denotes (x,y,z)):

$\displaystyle dx = x - x_{s}$ (D43)

$\displaystyle E_{1} : \dot{x_{s}} \cdot \,dx = 0$ (D44)

$\displaystyle E_{2} : \,dx \cdot \,dx - (v_{\mbox{light}} t_{\mbox{range}})^{2} = 0$ (D45)

$\displaystyle E_{3} : {{x^{2}} \over {a^{2}}} + {{y^{2}} \over {a^{2}}} + {{z^{2}} \over {b^{2}}} - 1 = 0$ (D46)

To compute the coordinates of a point P on the ellipsoid, corresponding with line l and pixel p in the master image the following has to be done. First the position of the satellite has to be computed (assumed exact) based on the line number and PRF (l to azimuth time to interpolated position), and the velocities for this time (by interpolation). Also the range time corresponding to the pixel number is computed (based on RSR, assumed exact).

Next the set of equations is used to solve for P(x,y,z). This is done iteratively by linearization, which requires the derivative of the equations to x and approximate values for the unknowns (the coordinates of the center ( $ \ensuremath{\phi}, \lambda$) given in the SLC leader file, converted to xyz on a sphere).

$\displaystyle dx = x - x_{s}$ (D47)

$\displaystyle \left[ \begin{array}{lll} {{\delta E_{1}} \over {\delta x}} & {{\...
...r {a^{2}}} & {{2y} \over {a^{2}}} & {{2z} \over {b^{2}}} \\ \end{array} \right]$ (D48)

Solving this exactly determined system of 3 equations yields the next solution $ \,dx_1$ and the new values for the unknowns become $ \,dx_1 =
\,dx_0 + \,dx_1$ which are used to compute $ \,dy_1$ and $ \,dA_1$. The solution is updated until convergence ( $ \Delta x <$ 1e-6 meters).

$\displaystyle \,dy_i = \,dA_i \,dx_i$ (D49)

Where:
$ \,dy$ contains the observations. (set of equations)
$ \,dx$ contains the unknowns (coordinates of P). $ \,dA$ contains the partials (evaluated for previous solution).

To solve for the azimuth time if the coordinates of a point on the ground is known, only the Doppler D.45 equation needs to be used. the derivative with respect to azimuth time of this equation equals

$\displaystyle {{\delta E_{1}} \over {\delta t_a}} = \ensuremath{\ddot{x}}_s \cdot \,dx - \ensuremath{\dot{x}}\ensuremath{\dot{x}}$ (D50)

The solution is equal to (use approximate solution $ {t_a}_0$ to evaluate these expressions).

$\displaystyle {t_a}_1 = {-E_1 \over {\delta E_{1}\over\delta t_a}}$ (D51)

and

$\displaystyle {t_a}_1 = {t_a}_0 + {t_a}_1$ (D52)

The solution is updated until convergence ( $ \Delta t <$ 1e-10 seconds).

The range time is then computed as in equation D.46

$\displaystyle t_r = {\sqrt{(x-x_s)^2}\over c}$ (D53)


next up previous contents
Next: Orbit interpolation Up: Definitions Previous: pixel number   Contents
Leijen 2009-04-14