Home
last modified time | relevance | path

Searched refs:tsince (Results 1 – 25 of 54) sorted by relevance

123

/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp198 Eci SGP4::FindPosition(double tsince) const in FindPosition()
201 return FindPositionSDP4(tsince); in FindPosition()
203 return FindPositionSGP4(tsince); in FindPosition()
226 const double tsq = tsince * tsince; in FindPositionSDP4()
321 const double tsq = tsince * tsince; in FindPositionSGP4()
340 const double tcube = tsq * tsince; in FindPositionSGP4()
341 const double tfour = tsince * tcube; in FindPositionSGP4()
1075 xll += deepspace_consts_.ssl * tsince; in DeepSpaceSecular()
1078 em += deepspace_consts_.sse * tsince; in DeepSpaceSecular()
1079 xinc += deepspace_consts_.ssi * tsince; in DeepSpaceSecular()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp198 Eci SGP4::FindPosition(double tsince) const in FindPosition()
201 return FindPositionSDP4(tsince); in FindPosition()
203 return FindPositionSGP4(tsince); in FindPosition()
226 const double tsq = tsince * tsince; in FindPositionSDP4()
321 const double tsq = tsince * tsince; in FindPositionSGP4()
340 const double tcube = tsq * tsince; in FindPositionSGP4()
341 const double tfour = tsince * tcube; in FindPositionSGP4()
1075 xll += deepspace_consts_.ssl * tsince; in DeepSpaceSecular()
1078 em += deepspace_consts_.sse * tsince; in DeepSpaceSecular()
1079 xinc += deepspace_consts_.ssi * tsince; in DeepSpaceSecular()
[all …]
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DSGP4.h49 Eci FindPosition(double tsince) const;
188 Eci FindPositionSDP4(const double tsince) const;
189 Eci FindPositionSGP4(double tsince) const;
190 …Eci CalculateFinalPositionVelocity(const double tsince, const double e, const double a, const doub…
197 …void DeepSpaceCalculateLunarSolarTerms(const double tsince, double &pe, double &pinc, double &pl, …
199 …void DeepSpacePeriodics(const double tsince, double &em, double &xinc, double &omgasm, double &xno…
201 …void DeepSpaceSecular(const double tsince, double &xll, double &omgasm, double &xnodes, double &em…
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DSGP4.h49 Eci FindPosition(double tsince) const;
188 Eci FindPositionSDP4(const double tsince) const;
189 Eci FindPositionSGP4(double tsince) const;
190 …Eci CalculateFinalPositionVelocity(const double tsince, const double e, const double a, const doub…
197 …void DeepSpaceCalculateLunarSolarTerms(const double tsince, double &pe, double &pinc, double &pl, …
199 …void DeepSpacePeriodics(const double tsince, double &em, double &xinc, double &omgasm, double &xno…
201 …void DeepSpaceSecular(const double tsince, double &xll, double &omgasm, double &xnodes, double &em…
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dtests.py531 def invoke(satrec, tsince): argument
542 def invoke(satrec, tsince): argument
554 def run_legacy_sgp4(satrec, tsince): argument
555 r, v = sgp4(satrec, tsince)
672 tsince = tstart
673 while tsince <= tend:
674 if tsince == tstart == 0.0:
675 tsince += tstep
678 e, r, v = invoke(satrec, tsince)
685 tsince += tstep
[all …]
H A Dmodel.py97 tsince = ((jd - self.jdsatepoch) * minutes_per_day +
99 r, v = sgp4(self, tsince)
102 def sgp4_tsince(self, tsince): argument
103 r, v = sgp4(self, tsince)
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c120 void sgp4_predict(const struct _sgp4 *m, double tsince, struct model_output *output) in sgp4_predict() argument
133 xmdf=m->xmo+m->xmdot*tsince; in sgp4_predict()
134 omgadf=m->omegao+m->omgdot*tsince; in sgp4_predict()
135 xnoddf=m->xnodeo+m->xnodot*tsince; in sgp4_predict()
138 tsq=tsince*tsince; in sgp4_predict()
140 tempa=1-m->c1*tsince; in sgp4_predict()
141 tempe=m->bstar*m->c4*tsince; in sgp4_predict()
146 delomg=m->omgcof*tsince; in sgp4_predict()
151 tcube=tsq*tsince; in sgp4_predict()
152 tfour=tsince*tcube; in sgp4_predict()
[all …]
H A Dsgp4.h47 void sgp4_predict(const struct _sgp4 *m, double tsince, struct model_output *output);
H A Dorbit.c172 double tsince = (julTime - jul_epoch)*MINUTES_PER_DAY; in predict_orbit() local
178 sdp4_predict((struct _sdp4*)orbital_elements->ephemeris_data, tsince, &output); in predict_orbit()
181 sgp4_predict((struct _sgp4*)orbital_elements->ephemeris_data, tsince, &output); in predict_orbit()
H A Dsdp4.c118 void sdp4_predict(const struct _sdp4 *m, double tsince, struct model_output *output) in sdp4_predict() argument
138 xmdf=m->xmo+m->deep_arg.xmdot*tsince; in sdp4_predict()
139 deep_dyn.omgadf=m->omegao+m->deep_arg.omgdot*tsince; in sdp4_predict()
140 xnoddf=m->xnodeo+m->deep_arg.xnodot*tsince; in sdp4_predict()
141 tsq=tsince*tsince; in sdp4_predict()
143 tempa=1-m->c1*tsince; in sdp4_predict()
144 tempe=m->bstar*m->c4*tsince; in sdp4_predict()
150 deep_dyn.t=tsince; in sdp4_predict()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c61 static doublereal perige, xnodcf, xnoddf, tsince, xnodek, omgdot, rfdotk, in dpspce_() local
612 tsince = (*time - epoch) / 60.; in dpspce_()
616 xmdf = xmo + xmdot * tsince; in dpspce_()
617 omgadf = omegao + omgdot * tsince; in dpspce_()
618 xnoddf = xnodeo + xnodot * tsince; in dpspce_()
619 tsq = tsince * tsince; in dpspce_()
621 tempa = 1. - c1 * tsince; in dpspce_()
622 tempe = bstar * c4 * tsince; in dpspce_()
628 zzdpsec_(&xmdf, &omgadf, &xnode, &em, &xinc, &xn, &tsince, elems, &omgdot) in dpspce_()
639 zzdpper_(&tsince, &e, &xinc, &omgadf, &xnode, &xmam); in dpspce_()
H A Dev2lin.c810 tsince = *et - epoch; in ev2lin_()
814 tsince /= 60.; in ev2lin_()
815 xmdf = xmo + xmdot * tsince; in ev2lin_()
816 omgadf = omegao + omgdot * tsince; in ev2lin_()
817 xnoddf = xnodeo + xnodot * tsince; in ev2lin_()
820 tsq = tsince * tsince; in ev2lin_()
822 tempa = 1. - c1 * tsince; in ev2lin_()
823 tempe = bstar * c4 * tsince; in ev2lin_()
826 tcube = tsq * tsince; in ev2lin_()
827 tfour = tcube * tsince; in ev2lin_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c61 static doublereal perige, xnodcf, xnoddf, tsince, xnodek, omgdot, rfdotk, in dpspce_() local
612 tsince = (*time - epoch) / 60.; in dpspce_()
616 xmdf = xmo + xmdot * tsince; in dpspce_()
617 omgadf = omegao + omgdot * tsince; in dpspce_()
618 xnoddf = xnodeo + xnodot * tsince; in dpspce_()
619 tsq = tsince * tsince; in dpspce_()
621 tempa = 1. - c1 * tsince; in dpspce_()
622 tempe = bstar * c4 * tsince; in dpspce_()
628 zzdpsec_(&xmdf, &omgadf, &xnode, &em, &xinc, &xn, &tsince, elems, &omgdot) in dpspce_()
639 zzdpper_(&tsince, &e, &xinc, &omgadf, &xnode, &xmam); in dpspce_()
H A Dev2lin.c810 tsince = *et - epoch; in ev2lin_()
814 tsince /= 60.; in ev2lin_()
815 xmdf = xmo + xmdot * tsince; in ev2lin_()
816 omgadf = omegao + omgdot * tsince; in ev2lin_()
817 xnoddf = xnodeo + xnodot * tsince; in ev2lin_()
820 tsq = tsince * tsince; in ev2lin_()
822 tempa = 1. - c1 * tsince; in ev2lin_()
823 tempe = bstar * c4 * tsince; in ev2lin_()
826 tcube = tsq * tsince; in ev2lin_()
827 tfour = tcube * tsince; in ev2lin_()
[all …]
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dmain.c49 tsince, /* Time since epoch (in minutes) */ in main() local
129 tsince = (jul_utc - jul_epoch) * xmnpda; in main()
139 SDP4(tsince, &tle, &pos, &vel); in main()
141 SGP4(tsince, &tle, &pos, &vel); in main()
H A Dsgp4sdp4.c142 xmdf = tle->xmo+xmdot*tsince; in SGP4()
147 tsq = tsince*tsince; in SGP4()
149 tempa = 1-c1*tsince; in SGP4()
150 tempe = tle->bstar*c4*tsince; in SGP4()
154 delomg = omgcof*tsince; in SGP4()
159 tcube = tsq*tsince; in SGP4()
160 tfour = tsince*tcube; in SGP4()
370 tsq = tsince*tsince; in SDP4()
372 tempa = 1-c1*tsince; in SDP4()
373 tempe = tle->bstar*c4*tsince; in SDP4()
[all …]
H A Dsgp4sdp4.h162 void SGP4(double tsince, tle_t *tle, vector_t *pos, vector_t *vel);
163 void SDP4(double tsince, tle_t *tle, vector_t *pos, vector_t *vel);
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DSatellite.cpp84 double tsince = (jul_utc - jul_epoch) * xmnpda; in getSpherical() local
87 SDP4(tsince, &tle, &pos, &vel); in getSpherical()
89 SGP4(tsince, &tle, &pos, &vel); in getSpherical()
112 cout << "tsince = " << tsince << endl; in getSpherical()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp712 int Satellite::sgp4(double tsince) in sgp4() argument
738 t2 = tsince * tsince; in sgp4()
740 tempa = 1.0 - cc1 * tsince; in sgp4()
746 delomg = omgcof * tsince; in sgp4()
751 t3 = t2 * tsince; in sgp4()
752 t4 = t3 * tsince; in sgp4()
764 tc = tsince; in sgp4()
786 em = em + dedt * tsince; in sgp4()
791 mm = mm + dmdt * tsince; in sgp4()
797 if ((atime == 0.0) || (tsince * atime <= 0.0) || (fabs(tsince) < fabs(atime))) in sgp4()
[all …]
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c24 SGP4 (sat_t *sat, double tsince) in SGP4() argument
153 xmdf = sat->tle.xmo + sat->sgps.xmdot * tsince; in SGP4()
158 tsq = tsince*tsince; in SGP4()
160 tempa = 1.0 - sat->sgps.c1 * tsince; in SGP4()
164 delomg = sat->sgps.omgcof * tsince; in SGP4()
169 tcube = tsq * tsince; in SGP4()
170 tfour = tsince * tcube; in SGP4()
287 SDP4 (sat_t *sat, double tsince) in SDP4() argument
399 tsq = tsince * tsince; in SDP4()
401 tempa = 1.0 - sat->sgps.c1 * tsince; in SDP4()
[all …]
H A Dsgp4sdp4.h176 double tsince; member
291 void SGP4 (sat_t *sat, double tsince);
292 void SDP4 (sat_t *sat, double tsince);
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2828 3 * $self->{secondderivative} * $tsince) * $tsince;
2840 $self->{secondderivative} * $tsince) * $tsince) * $tsince);
2843 TSINCE = $tsince
3162 my $tsq = $tsince * $tsince;
3168 my $delomg = $parm->{omgcof} * $tsince;
3174 my $tcube = $tsq * $tsince;
3175 my $tfour = $tsince * $tcube;
3193 \$tsince = $tsince
3478 my $tsq = $tsince * $tsince;
3866 $z1 = .5 * $parm->{xndt} * $tsince * $tsince;
[all …]
/dports/sysutils/tuptime/tuptime-5.0.2/misc/scripts/
H A Dtuptime-plot1.py143 tsince = str(int(date_list[nran][0])) # Timestamp arg tsince
149 …subprocess.call(["tuptime", "-lsc", "--tsince", tsince, "--tuntil", tuntil, "-f", arg.dbfile, "-n"…
151 … subprocess.call(["tuptime", "-lsc", "--tsince", tsince, "--tuntil", tuntil], stdout=out)
H A Dtuptime-plot2.py111 tsince = str(int(dateutil.parser.parse(date_limits[0]).timestamp()))
117 …subprocess.call(["tuptime", "-tsc", "--tsince", tsince, "--tuntil", tuntil, "-f", arg.dbfile, "-n"…
119 subprocess.call(["tuptime", "-tsc", "--tsince", tsince, "--tuntil", tuntil], stdout=out)
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A Dwrapper.cpp240 double tsince, r[3], v[3]; in Satrec_sgp4_tsince() local
242 if (!PyArg_ParseTuple(args, "d:sgp4_tsince", &tsince)) in Satrec_sgp4_tsince()
245 SGP4Funcs::sgp4(satrec, tsince, r, v); in Satrec_sgp4_tsince()
259 double tsince = (jd - satrec.jdsatepoch) * 1440.0 in Satrec_sgp4() local
261 SGP4Funcs::sgp4(satrec, tsince, r, v); in Satrec_sgp4()

123