Home
last modified time | relevance | path

Searched refs:EQ_RAD (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_proj.c158 *x *= GMT->current.proj.EQ_RAD * D2R; in gmtproj_ipolyconic_sub()
171 *x = GMT->current.proj.EQ_RAD * cp * sin(E); in gmtproj_ipolyconic_sub()
184 …d(N1*GMT->current.proj.ECC2*sphi*cphi/((h/GMT->current.proj.EQ_RAD+1.0)*GMT->current.proj.EQ_RAD)); in gmtproj_genper_getgeocentric()
429 a = GMT->current.proj.EQ_RAD; in gmtproj_genper_setup()
1254 N1 = GMT->current.proj.EQ_RAD / tmp2; in gmtproj_itm()
1521 Req = R = GMT->current.proj.EQ_RAD; in gmtproj_vgenper()
2013 k = (gmt_M_proj_is_zero (c)) ? GMT->current.proj.EQ_RAD : GMT->current.proj.EQ_RAD * c / sin (c); in gmtproj_azeqdist()
2633 *y = GMT->current.proj.EQ_RAD * lat; in gmtproj_sinusoidal()
2704 *x = P->current.proj.EQ_RAD * lon; in gmtproj_cassini()
2837 …proj.a_n2ir2 = 0.5 * GMT->current.proj.a_n / (GMT->current.proj.EQ_RAD * GMT->current.proj.EQ_RAD); in gmtproj_valbers_sph()
[all …]
H A Dgmt_project.h297 double EQ_RAD, i_EQ_RAD; /* Current ellipsoid parameters */ member
H A Dgmt_map.c4026 xmax = ymax = GMT->current.proj.rho_max * GMT->current.proj.EQ_RAD; in gmtmap_init_ortho()
4242 xmax = ymax = GMT->current.proj.rho_max * GMT->current.proj.EQ_RAD; in gmtmap_init_gnomonic()
4328 xmax = ymax = GMT->current.proj.rho_max * GMT->current.proj.EQ_RAD; in gmtmap_init_azeqdist()
5669 return (s * GMT->current.proj.EQ_RAD); in gmtmap_vincenty_dist_meter()
5722 v1 = GMT->current.proj.EQ_RAD / sqrt (1.0 - GMT->current.proj.ECC2 * sinthk * sinthk); in gmtmap_rudoe_dist_meter()
8880 GMT->current.proj.EQ_RAD = GMT->current.proj.lat_swap_vals.rm; in gmtlib_scale_eqrad()
8893 GMT->current.proj.EQ_RAD = GMT->current.proj.lat_swap_vals.ra; in gmtlib_scale_eqrad()
8902 GMT->current.proj.i_EQ_RAD = 1.0 / GMT->current.proj.EQ_RAD; in gmtlib_scale_eqrad()
8903 GMT->current.proj.M_PR_DEG = TWO_PI * GMT->current.proj.EQ_RAD / 360.0; in gmtlib_scale_eqrad()
8926 GMT->current.proj.i_EQ_RAD = 1.0 / GMT->current.proj.EQ_RAD; in gmtlib_init_ellipsoid()
[all …]
H A Dgmt_plot.c9806 c = rho / GMT->current.proj.EQ_RAD; in gmt_geo_rectangle()
9830 c = rho / GMT->current.proj.EQ_RAD; in gmt_geo_rectangle()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dspotter.h30 #define EQ_RAD 6371.0087714 macro
31 #define KM_PR_DEG (EQ_RAD * M_PI / 180.0)
H A Drotsmoother.c566 EigenValue[0] = sqrt (EigenValue[0]/khat) * EQ_RAD * SQRT_CHI2; in GMT_rotsmoother()
567 EigenValue[1] = sqrt (EigenValue[1]/khat) * EQ_RAD * SQRT_CHI2; in GMT_rotsmoother()
568 EigenValue[2] = sqrt (EigenValue[2]/khat) * EQ_RAD * SQRT_CHI2; in GMT_rotsmoother()
H A Dhotspotter.c395 …sampling_int_in_km = Ctrl->D.value * G_rad->header->inc[GMT_X] * EQ_RAD * ((fabs (G_rad->header->w… in GMT_hotspotter()
485 r_smt /= EQ_RAD; /* Converts radius in km to radians */ in GMT_hotspotter()
H A Dspotter.c723 if (d_km != 0.0) i_km = EQ_RAD / d_km; in spotter_backtrack()
904 if (d_km != 0.0) i_km = EQ_RAD / d_km; in spotter_forthtrack()
1474 …out[++kk] = 2.0 * sqrt (EigenValue[0]) * EQ_RAD * SQRT_CHI2; /* Report full-length major axis (not… in spotter_conf_ellipse()
1475 …out[++kk] = 2.0 * sqrt (EigenValue[1]) * EQ_RAD * SQRT_CHI2; /* Report full-length minor axis (not… in spotter_conf_ellipse()
H A Dgrdspotter.c624 …sampling_int_in_km = G_rad->header->inc[GMT_X] * EQ_RAD * ((fabs (G_rad->header->wesn[YHI]) > fabs… in GMT_grdspotter()