rpos
Documentation XML Source:rpos.doc.xml
Functions:
Structures:
Unions:
Function Prototypes:
void RPosCalcVector(double lat,double lon,double mag,double azm, double *clat,double *clon); |
void RPosCubic(int center,int bcrd,int rcrd,struct RadarSite *pos, int frang,int rsep,int rxrise,double height, double *x,double *y,double *z); |
void RPosCubicGS(int center,int bcrd,int rcrd,struct RadarSite *pos, int frang,int rsep,int rxrise,double height, double *x,double *y,double *z); |
void RPosGeo(int center,int bcrd,int rcrd,struct RadarSite *pos, int frang,int rsep, int rxrise,double height, double *rho,double *lat,double *lon,int chisham); |
void RPosGeoGS(int center,int bcrd,int rcrd,struct RadarSite *pos, int frang,int rsep,int rxrise,double height, double *rho,double *lat,double *lon); |
void RPosInvMag(int bm,int rn,int year,struct RadarSite *hdw,double frang, double rsep,double rx,double height, double *mlat,double *mlon,double *azm,int chisham,int old_aacgm); |
void RPosMag(int center,int bcrd,int rcrd, struct RadarSite *pos, int frang,int rsep,int rxrise,double height, double *rho,double *lat,double *lon); |
void RPosMagGS(int center,int bcrd,int rcrd,struct RadarSite *pos, int frang,int rsep,int rxrise,double height, double *rho,double *lat,double *lon); |
void RPosRngBmAzmElv(int bm,int rn,int year,struct RadarSite *hdw,double frang, double rsep,double rx,double height, double *azm,double *elv,int chisham); |