Build a cartography mapping cartesian coordinates to volume polar indices. The mapping is a 1 to 1 mapping, without scaling. Definizione alla linea 6 del file cart.cpp. Referenzia map_azimuth, e map_range. const unsigned beam_size Beam size of the volume that we are mapping to cartesian coordinates. Definition: cart.h:24 Matrix2D< double > map_range Range indices to use to lookup a map point in a volume. Definition: cart.h:44 Matrix2D< double > map_azimuth Azimuth indices to use to lookup a map point in a volume. Definition: cart.h:34 |