#include <APO.h>
Public Methods | |
Transf () | |
~Transf () | |
void | set (Obs *pobs, Site *psite) |
void | setshadow (float dec) |
void | xy2uv (float blx, float bly, int conf, int isample, float *pu, float *pv) |
void | uv2xy (float u, float v, int conf, int isample, float *px, float *py) |
float | getruvmax (float blx, float bly, int conf) |
float | getruvmin (float blx, float bly, int conf) |
float | getcosha (int isample,int conf) |
void | get (float *coslat1, float *sinlat1, float *cosdec1, float *sindec1, float *cosdl1, float *sindl1, float *cosd_l1) |
The transformations beween the Fourier plane and the antenna plane are handled by the methods of this class. It can also give the largest and the smallest projected baseline vector.