Home
last modified time | relevance | path

Searched refs:sgp4 (Results 1 – 25 of 68) sorted by relevance

123

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4init.c140 sgp4->irez = 0 ; sgp4->d2201 = 0.0 ; sgp4->d2211 = 0.0 ; in gal_sgp4init()
141 sgp4->d3210 = 0.0 ; sgp4->d3222 = 0.0 ; sgp4->d4410 = 0.0 ; in gal_sgp4init()
142 sgp4->d4422 = 0.0 ; sgp4->d5220 = 0.0 ; sgp4->d5232 = 0.0 ; in gal_sgp4init()
143 sgp4->d5421 = 0.0 ; sgp4->d5433 = 0.0 ; sgp4->dedt = 0.0 ; in gal_sgp4init()
144 sgp4->del1 = 0.0 ; sgp4->del2 = 0.0 ; sgp4->del3 = 0.0 ; in gal_sgp4init()
145 sgp4->didt = 0.0 ; sgp4->dmdt = 0.0 ; sgp4->dnodt = 0.0 ; in gal_sgp4init()
146 sgp4->domdt = 0.0 ; sgp4->e3 = 0.0 ; sgp4->ee2 = 0.0 ; in gal_sgp4init()
147 sgp4->peo = 0.0 ; sgp4->pgho = 0.0 ; sgp4->pho = 0.0 ; in gal_sgp4init()
148 sgp4->pinco = 0.0 ; sgp4->plo = 0.0 ; sgp4->se2 = 0.0 ; in gal_sgp4init()
149 sgp4->se3 = 0.0 ; sgp4->sgh2 = 0.0 ; sgp4->sgh3 = 0.0 ; in gal_sgp4init()
[all …]
H A Dgal_sgp4.c148 xmdf = sgp4->mo + sgp4->mdot * sgp4->t ; in gal_sgp4()
149 argpdf = sgp4->argpo + sgp4->argpdot * sgp4->t ; in gal_sgp4()
150 nodedf = sgp4->nodeo + sgp4->nodedot * sgp4->t ; in gal_sgp4()
153 t2 = sgp4->t * sgp4->t ; in gal_sgp4()
155 tempa = 1.0 - sgp4->cc1 * sgp4->t ; in gal_sgp4()
156 tempe = sgp4->bstar * sgp4->cc4 * sgp4->t ; in gal_sgp4()
160 delomg = sgp4->omgcof * sgp4->t; in gal_sgp4()
167 tempa = tempa - sgp4->d2 * t2 - sgp4->d3 * t3 - sgp4->d4 * t4 ; in gal_sgp4()
168 tempe = tempe + sgp4->bstar * sgp4->cc5 * ( sin ( mm ) - sgp4->sinmao ) ; in gal_sgp4()
169 templ = templ + sgp4->t3cof * t3 + t4 * ( sgp4->t4cof + sgp4->t * sgp4->t5cof ) ; in gal_sgp4()
[all …]
H A Dgal_sgp4_test.c74 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 0.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
81 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 360.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
88 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 720.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
95 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1080.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
102 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1440.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
109 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 1800.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
116 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 2160.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
123 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 2520.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
130 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 2880.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
177 gal_sgp4 ( &sgp4, sgp4.jdepoch1, sgp4.jdepoch2 + 0.00000000 / 1440.0 , pv ) ; in gal_sgp4_test()
[all …]
H A Dgal_sgp4rs.c190 gal_sgp4_t *sgp4, in propagate() argument
210 gal_sgp4 ( sgp4, utc, 0.0 , sgp4->pv ) ; in propagate()
211 gal_pvm ( sgp4->pv, &sgp4->pos, &sgp4->vel ) ; in propagate()
212 sgp4->time = utc ; in propagate()
213 gal_me2bf ( sgp4->pv, gal_gmst82 ( sgp4->time, 0.0 ), omega, efg ) ; in propagate()
236 gal_sgp4_t *sgp4, in aoslos() argument
256 sma = 1.0 / ( 2.0 / sgp4->pos - sgp4->vel * sgp4->vel / gm ) ; in aoslos()
292 deltat = 0.00694 * sgp4->pos / re ; in aoslos()
418 gal_sgp4_t *sgp4, in gal_sgp4rs() argument
473 time = sgp4->time ; in gal_sgp4rs()
[all …]
H A Dgal_sgp4rs_test.c49 gal_sgp4_t sgp4 ; in gal_sgp4rs_test() local
66 gal_sgp4init ( &gal_gmwgs72, &tle, &sgp4 ) ; in gal_sgp4rs_test()
68 …79533 * GAL_D2R, 27.0, 0.0 * GAL_D2R, 2.0, gal_gmwgs72.gm, gal_gmwgs72.sma, 298.26, &sgp4, pass ) ; in gal_sgp4rs_test()
92 …79533 * GAL_D2R, 27.0, 0.0 * GAL_D2R, 2.0, gal_gmwgs72.gm, gal_gmwgs72.sma, 298.26, &sgp4, pass ) ; in gal_sgp4rs_test()
H A Dgal_sgp4.h116 gal_sgp4_t *sgp4,
H A Dgal_sgp4init.h95 gal_sgp4_t *sgp4
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dsgp4.c26 #define AODP (sat->prop.sgp4->sgp4_AODP)
27 #define AYCOF (sat->prop.sgp4->sgp4_AYCOF)
28 #define C1 (sat->prop.sgp4->sgp4_C1)
29 #define C4 (sat->prop.sgp4->sgp4_C4)
30 #define C5 (sat->prop.sgp4->sgp4_C5)
32 #define D2 (sat->prop.sgp4->sgp4_D2)
33 #define D3 (sat->prop.sgp4->sgp4_D3)
34 #define D4 (sat->prop.sgp4->sgp4_D4)
36 #define ETA (sat->prop.sgp4->sgp4_ETA)
113 if(!sat->prop.sgp4) { in sgp4()
[all …]
H A Dsatlib.h192 struct sgp4_data *sgp4; member
198 void sgp4(SatData *sat, Vec3 *pos, Vec3 *dpos, double t);
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dmodel.py3 from sgp4.earth_gravity import wgs72old, wgs72, wgs84
4 from sgp4.ext import invjday, jday
5 from sgp4.io import twoline2rv
6 from sgp4.propagation import sgp4, sgp4init
96 def sgp4(self, jd, fr): member in Satrec
99 r, v = sgp4(self, tsince)
103 r, v = sgp4(self, tsince)
127 results.append(self.sgp4(jd_i, fr_i))
151 def sgp4(self, jd, fr): member in SatrecArray
168 results.append(satrec.sgp4(jd_i, fr_i))
[all …]
H A Dtests.py24 from sgp4.api import WGS72OLD, WGS72, WGS84, Satrec, jday, accelerated
25 from sgp4.earth_gravity import wgs72
26 from sgp4.ext import invjday, newtonnu, rv2coe
27 from sgp4.functions import days2mdhms, _day_of_year_to_month_day
28 from sgp4.propagation import sgp4, sgp4init
29 from sgp4 import conveniences, io, omm
30 from sgp4.exporter import export_omm, export_tle
31 import sgp4.model as model
535 e, r, v = satrec.sgp4(jd, fr)
555 r, v = sgp4(satrec, tsince)
[all …]
H A Dio.py9 from sgp4.ext import days2mdhms, invjday, jday
10 from sgp4.propagation import sgp4init
125 from sgp4.model import Satellite
H A Dexporter.py7 from sgp4.io import compute_checksum
8 from sgp4.conveniences import sat_epoch_datetime
H A Dearth_gravity.py4 from sgp4.propagation import getgravconst
/dports/astro/py-sgp4/python-sgp4-2.20/bin/
H A Dpython-accel7 mv $HERE/../sgp4 $HERE/../sgp4.tmp
9 mv $HERE/../sgp4.tmp $HERE/../sgp4
/dports/astro/libgal/libgal-0.5.0/ref_frames/
H A Dgal_illum_test.c63 gal_sgp4_t sgp4 ; in gal_illum_test() local
78 gal_sgp4init ( &gal_gmwgs72, &tle, &sgp4 ) ; in gal_illum_test()
88 gal_sgp4 ( &sgp4, tt1, tt2 , pv ) ; in gal_illum_test()
96 gal_sgp4 ( &sgp4, tt1, tt2 , pv ) ; in gal_illum_test()
104 gal_sgp4 ( &sgp4, tt1, tt2 , pv ) ; in gal_illum_test()
/dports/astro/py-sgp4/python-sgp4-2.20/
H A DREADME.md1 python-sgp4
7 * Documentation: https://pypi.python.org/pypi/sgp4/
8 * Download: https://pypi.org/project/sgp4/#files
9 * Changelog: https://pypi.org/project/sgp4/#changelog
H A DMANIFEST.in3 include sgp4/SGP4-VER.TLE
4 include sgp4/sample*
5 include sgp4/tcppver.out
H A Dsetup.py5 import sgp4
6 description, long_description = sgp4.__doc__.split('\n', 1)
H A Dtox.ini8 commands = python -m unittest discover -b {posargs} sgp4
19 commands = python -m {envbindir}/unit2 discover {posargs} sgp4
/dports/astro/py-astropy/astropy-5.0/docs/coordinates/
H A Dsatellites.rst33 .. EXAMPLE START Using sgp4 to get a TEME coordinate
36 TLE orbital elements. The `SGP4 <https://pypi.org/project/sgp4/>`_ library can do this. An example
39 .. doctest-requires:: sgp4
41 >>> from sgp4.api import Satrec
42 >>> from sgp4.api import SGP4_ERRORS
47 The ``satellite`` object has a method, ``satellite.sgp4``, that will try to compute the TEME positi…
50 .. doctest-requires:: sgp4
54 >>> error_code, teme_p, teme_v = satellite.sgp4(t.jd1, t.jd2) # in km and km/s
61 .. doctest-requires:: sgp4
84 .. doctest-requires:: sgp4
[all …]
/dports/astro/libgal/libgal-0.5.0/
H A DMakefile.am21 SUBDIRS = kepler test vec_mat math gravity ephemerides pstrings star eao date_time ellipsoids sgp4 subdir
57 sgp4/libgal_sgp4.la\
74 sgp4/libgal_sgp4_test.la\
159 gal_tsgp4_SOURCES = sgp4/gal_tsgp4.c
/dports/astro/py-sgp4/python-sgp4-2.20/.github/workflows/
H A Dtest_package.yml2 # GitHub actions for building the distribution and wheels of the sgp4 package
91 run: mv dist/sgp4*.* dist/sgp4.tar.gz
95 pip install dist/sgp4.tar.gz
96 python -c "from sgp4.api import accelerated; print(accelerated)"
99 run: python -m sgp4.tests
143 CIBW_TEST_COMMAND: python -m sgp4.tests
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A DgSatTEME.cpp71 sgp4(CONSTANTS_SET, satrec, 0.0, ro, vo); in gSatTEME()
90 sgp4(CONSTANTS_SET, satrec, dtsince, ro, vo); in setEpoch()
109 sgp4(CONSTANTS_SET, satrec, ai_minSinceKepEpoch, ro, vo); in setMinSinceKepEpoch()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/eg/
H A Dtle_period.t17 my $tle_file = 't/sgp4-ver.tle';
22 included sgp4-ver.tle in this kit. A copy is contained in
26 sgp4-ver.tle in the t directory.

123