Home
last modified time | relevance | path

Searched refs:mean_longitude (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/geodetics/
H A Dbase.py381 def mean_longitude(longitudes): function
396 mean_longitude = circmean(np.array(longitudes), low=-180, high=180)
397 mean_longitude = _normalize_longitude(mean_longitude)
398 return mean_longitude
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/
H A Dmaps.py29 from obspy.geodetics.base import mean_longitude
349 lon_0=round(mean_longitude(lons), 4), ax=ax)
609 proj_kwargs['central_longitude'] = mean_longitude(lons)
653 proj_kwargs['central_longitude'] = mean_longitude(lons)
/dports/accessibility/sctd/spa-rs-fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea/src/
H A Dlib.rs260 let mean_longitude = 4.8950630 + (0.017202791698 * elapsed_julian_days); // Radians in calc_solar_position() localVariable
262 let ecliptic_longitude = mean_longitude in calc_solar_position()
/dports/astro/py-skyfield/skyfield-1.41/skyfield/documentation/
H A Delements.rst79 ├── mean_longitude → `Angle object <api-units.html>`_
H A Dapi.rst431 ``OsculatingElements.mean_longitude`` Angle object
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Delementslib.py136 def mean_longitude(self): member in OsculatingElements
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DSolarSystem.cpp839 … double mean_longitude = pd.value(secname+"/orbit_MeanLongitude",-1e100).toDouble()*(M_PI/180.0); in loadPlanets() local
840 if (mean_longitude <= -1e10) { in loadPlanets()
847 mean_anomaly = mean_longitude - long_of_pericenter; in loadPlanets()