RPosInvMag
Syntax | ||
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); | ||
Header | ||
superdarn/invmag.h | ||
Library | ||
rpos | ||
Description | ||
The The arguments bcrd and rcrd give the beam and range number of the cell. The argument year defines the year for which the calculatation should be performed. The argument hdw points to a structure containing the radar site and hardware information. The distance to the first range and the range separation are given by the arguments frang, rsep. The argument rxrise gives the receiver rise time, if this is set to zero then the receiver rise time will be taken from the hardware table. If the argument height is less than or equal to 90 it corresponds to the elevation angle in degrees associated with the calculation, otherwise is corresponds to the height in kilometers. The invariant magnetic latitude, longitude and azimuth are stored stored at the locations pointed to by the arguments mlat, mlon, and azm. If the argument chisham is set to (1) then the Chisham et al. [2008] virtual height model is used instead of the standard model. If the argument old_aacgm is set to (1) then the old AACGM coefficients are used instead of the v2 coefficients [Shepherd, 2014]. | ||
Returns | ||
None | ||
Errors | ||
None | ||
Example | ||
|