Home
last modified time | relevance | path

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

/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.h111 double jdut1
H A Dsgp4unit.cpp2008 double jdut1 in gstime() argument
2015 tut1 = (jdut1 - 2451545.0) / 36525.0; in gstime()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.h103 double gstime(double jdut1);
H A Dsgp4unit.cpp1956 double gstime(double jdut1) in gstime() argument
1962 tut1 = (jdut1 - 2451545.0) / 36525.0; in gstime()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.h163 double jdut1
H A DSGP4.cpp2470 double jdut1 in gstime_SGP4() argument
2477 tut1 = (jdut1 - 2451545.0) / 36525.0; in gstime_SGP4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1978 def gstime(jdut1): argument
1980 tut1 = (jdut1 - 2451545.0) / 36525.0;