Implement the Surface Locations algorithm of the SAR L1B processing chain.
The Surface Locations algorithm computes the locations and corresponding datation and orbit parameters defined by the intersection of the Doppler beams and estimated surface positions along the satellite track.
Algorithm description:
Generate surface locations derived from the burst positions along the satellite's track. These positions are estimated using the window delay.
initialize output variables for the first surface location, based on the variables of the burst from which it was calculated.
Compute the angular azimuth beam resolution at the current satellite position, and determine where this direction intersects with the surface.
Interpolate values for a new surface location at the position of this intersection.
Perform an interpolation to estimate the configuration of the satellite's orbit associated with the new surface location.
Surface Locations
Summary:
Implement the Surface Locations algorithm of the SAR L1B processing chain.
The Surface Locations algorithm computes the locations and corresponding datation and orbit parameters defined by the intersection of the Doppler beams and estimated surface positions along the satellite track.
Algorithm description: