shf
Documentation XML Source:shf.doc.xml
Functions:
- CnvMapCrdShft
- CnvMapEvalComponent
- CnvMapEvalEfield
- CnvMapEvalLegendre
- CnvMapEvalPhiCoef
- CnvMapEvalPotential
- CnvMapEvalThetaCoef
- CnvMapEvalVelocity
- CnvMapFitMap
- CnvMapFitVector
- CnvMapIndexLegendre
- CnvMapSolve
Structures:
Unions:
Function Prototypes:
void CnvMapCrdShft(double *lat,double *lon,double *vazm,double lat_shft,double lon_shft); |
void CnvMapEvalComponent(int Lmax,double *ecoef,double *plm, double *phi,int n,double *ecomp); |
void CnvMapEvalEfield(int Lmax,double *coef,double *plm,struct CnvGrid *vptr,double latmin,struct CnvMapData *ptr); |
void CnvMapEvalLegendre(int Lmax, double *x,int n, double *plm); |
double *CnvMapEvalPhiCoef(int Lmax,double *coef,double *theta,int n); |
void CnvMapEvalPotential(int Lmax,int n,double *coef,double *plm, double *phi,double *v); |
double *CnvMapEvalThetaCoef(int Lmax,double *coef,double *theta,int n, double latmin); |
void CnvMapEvalVelocity(int Lmax,double *coef,double *plm,struct CnvGrid *vptr,double latmin,struct CnvMapData *ptr); |
int CnvMapFitMap(struct CnvMapData *map,struct GridData *grd); |
double CnvMapFitVector(int num,struct CnvMapSHFVec *data, double *coef,double *vel, int order,double latmin); |
int CnvMapIndexLegendre(int L,int m); |
int CnvMapSolve(struct CnvMapData *ptr,struct CnvGrid *gptr); |