RSL_volume_to_carpi


Synopsis

#include "rsl.h"
Carpi *RSL_volume_to_carpi(Volume *v, float h, float grnd_r, float dx, float dy, int nx, int ny, int radar_x, int radar_y, float lat, float lon);


Description

Produce a Constant Altitude Rectangular from Polar Image at h out to the maximum ground range grnd_range. h and grnd_range are expressed in km. The dimensions of the Carpi are given by nx and ny. radar_x and radar_y are the location of the radar within the Carpi structure (the rectangular grid). lat and lon represent the lower left corner (SE) of the rectangular grid. This routine first creates a Cappi. It allocates space for the resulting Carpi when it calls RSL_cappi_to_carpi.

Return value

Upon successful completion, a pointer to the appropriate structure is returned. Otherwise, a NULL pointer is returned and errno is set.

See also

RSL_free_cappi, RSL_cappi_to_carpi, Carpi, Cappi, RSL_new_cappi.


Author: Mike Kolander