Helper datastructure to handle slant range information for a pixel. More...
#include <Pixel.h>
Public Member Functions | |
CUDA_HOSTDEV | Pixel (double r, double dopfact, size_t bin) |
Pixel constructor. More... | |
CUDA_HOSTDEV double | range () const |
CUDA_HOSTDEV double | dopfact () const |
CUDA_HOSTDEV size_t | bin () const |
CUDA_HOSTDEV void | range (double r) |
CUDA_HOSTDEV void | dopfact (double d) |
CUDA_HOSTDEV void | bin (size_t b) |
Helper datastructure to handle slant range information for a pixel.
|
inline |
Pixel constructor.
[in] | r | Range in meters. |
[in] | dopfact | r*sin(squint), where squint is the complement of the angle between the velocity and look vector. |
[in] | bin | Range bin number. |