Home
last modified time | relevance | path

Searched refs:tof (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_status.py243 tof = StringIO()
249 tof = StringIO()
251 tof.seek(0)
256 tof = StringIO()
259 tof.seek(0)
264 tof.seek(0)
271 tof.seek(0)
278 tof.seek(0)
283 tof.seek(0)
291 tof.seek(0)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_timeof.c16 float sl , tof ; in THD_timeof() local
21 tof = tax->ttorg + it * tax->ttdel ; in THD_timeof()
27 if( isl < 0 || isl >= tax->nsl ) return tof ; in THD_timeof()
29 return tof + tax->toff_sl[isl] ; in THD_timeof()
39 float sl , tof ; in THD_timeof_vox() local
44 tof = dset->taxis->ttorg + it * dset->taxis->ttdel ; in THD_timeof_vox()
50 if( isl < 0 || isl >= dset->taxis->nsl ) return tof ; in THD_timeof_vox()
52 return tof + dset->taxis->toff_sl[isl] ; in THD_timeof_vox()
64 float tof ; in THD_timeof_slice() local
68 tof = dset->taxis->ttorg + it * dset->taxis->ttdel ; in THD_timeof_slice()
[all …]
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Ddamon.hpp57 inline void damon_approx(const array3D &v1, const array3D &v2, double tof, array3D &a1, array3D &a2… in damon_approx() argument
65 v1_nd[i] = v1[i] * tof; in damon_approx()
67 v2_nd[i] = v2[i] * tof; in damon_approx()
87 a1[i] = a1[i] / tof / tof; in damon_approx()
89 a2[i] = a2[i] / tof / tof; in damon_approx()
90 tau = tau * tof; in damon_approx()
91 dv = dv / tof; in damon_approx()
H A Dlambert_2d.hpp44 inline double tof_curve(const double &ix, const double &s, const double &c, const double &tof, cons… in tof_curve() argument
46 return (log(kep_toolbox::x2tof(exp(ix) - 1, s, c, lw, 0)) - log(tof)); in tof_curve()
49 …rve_multi_rev(const double &ix, const double &s, const double &c, const double &tof, const int &lw, in tof_curve_multi_rev() argument
52 …og(kep_toolbox::x2tof((exp(ix * D_ALP) - 1.0) / (exp(ix * D_ALP) + 1.0), s, c, lw, N)) - log(tof)); in tof_curve_multi_rev()
81 … const double &c, const double &tof, const int &lw, const int &N = 0, const char &branch = 'l') in lambert_2d() argument
85 if (tof <= 0) { in lambert_2d()
119 …retval = regula_falsi(ia, ib, boost::bind(kep_toolbox::tof_curve, _1, s, c, tof, lw), ASTRO_MAX_IT… in lambert_2d()
130 … retval = regula_falsi(ia, ib, boost::bind(kep_toolbox::tof_curve_multi_rev, _1, s, c, tof, lw, N), in lambert_2d()
H A Dlambert_find_N.hpp53 inline int lambert_find_N(const double &s, const double &c, const double &tof, const int &lw) in lambert_find_N() argument
56 int Ntemp = tof / Tm; // It is either Nmax=Ntemp or Nmax = Ntemp-1 in lambert_find_N()
59 if (tof > Tmax) return Ntemp; in lambert_find_N()
62 if (res.second < tof) return Ntemp; in lambert_find_N()
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Ddamon.hpp57 inline void damon_approx(const array3D &v1, const array3D &v2, double tof, array3D &a1, array3D &a2… in damon_approx() argument
65 v1_nd[i] = v1[i] * tof; in damon_approx()
67 v2_nd[i] = v2[i] * tof; in damon_approx()
87 a1[i] = a1[i] / tof / tof; in damon_approx()
89 a2[i] = a2[i] / tof / tof; in damon_approx()
90 tau = tau * tof; in damon_approx()
91 dv = dv / tof; in damon_approx()
H A Dlambert_2d.hpp44 inline double tof_curve(const double &ix, const double &s, const double &c, const double &tof, cons… in tof_curve() argument
46 return (log(kep_toolbox::x2tof(exp(ix) - 1, s, c, lw, 0)) - log(tof)); in tof_curve()
49 …rve_multi_rev(const double &ix, const double &s, const double &c, const double &tof, const int &lw, in tof_curve_multi_rev() argument
52 …og(kep_toolbox::x2tof((exp(ix * D_ALP) - 1.0) / (exp(ix * D_ALP) + 1.0), s, c, lw, N)) - log(tof)); in tof_curve_multi_rev()
81 … const double &c, const double &tof, const int &lw, const int &N = 0, const char &branch = 'l') in lambert_2d() argument
85 if (tof <= 0) { in lambert_2d()
119 …retval = regula_falsi(ia, ib, boost::bind(kep_toolbox::tof_curve, _1, s, c, tof, lw), ASTRO_MAX_IT… in lambert_2d()
130 … retval = regula_falsi(ia, ib, boost::bind(kep_toolbox::tof_curve_multi_rev, _1, s, c, tof, lw, N), in lambert_2d()
H A Dlambert_find_N.hpp53 inline int lambert_find_N(const double &s, const double &c, const double &tof, const int &lw) in lambert_find_N() argument
56 int Ntemp = tof / Tm; // It is either Nmax=Ntemp or Nmax = Ntemp-1 in lambert_find_N()
59 if (tof > Tmax) return Ntemp; in lambert_find_N()
62 if (res.second < tof) return Ntemp; in lambert_find_N()
/dports/astro/pykep/pykep-2.6/pykep/trajopt/
H A D_mga.py43 tof=[[30, 200], [200, 300]], argument
87 if len(tof) != 2:
91 if len(tof) != (len(seq) - 1):
96 float(tof)
117 self.tof = tof
135 tof = self.tof
162 dt = self.tof
215 dt = self.tof
240 retval[1] = x[1] / self.tof
376 tof=[4000., 7000.],
[all …]
H A D_indirect.py222 self.tof = tof
248 lb = [self.tof[0]] + [-100] * 7
249 ub = [self.tof[1]] + [100] * 7
307 tof=[100, 700], argument
341 self.tof = tof
488 self.tof = tof
538 ub = [self.tof[1], 4 * np.pi] + [1e2] * 7
613 tof=[230, 280], argument
652 self.tof = tof
685 lb = [self.tof[0]] + [-1e2] * 7
[all …]
/dports/astro/py-pykep/pykep-2.6/pykep/trajopt/
H A D_mga.py43 tof=[[30, 200], [200, 300]], argument
87 if len(tof) != 2:
91 if len(tof) != (len(seq) - 1):
96 float(tof)
117 self.tof = tof
135 tof = self.tof
162 dt = self.tof
215 dt = self.tof
240 retval[1] = x[1] / self.tof
376 tof=[4000., 7000.],
[all …]
H A D_indirect.py222 self.tof = tof
248 lb = [self.tof[0]] + [-100] * 7
249 ub = [self.tof[1]] + [100] * 7
307 tof=[100, 700], argument
341 self.tof = tof
488 self.tof = tof
538 ub = [self.tof[1], 4 * np.pi] + [1e2] * 7
613 tof=[230, 280], argument
652 self.tof = tof
685 lb = [self.tof[0]] + [-1e2] * 7
[all …]
/dports/astro/pykep/pykep-2.6/pykep/trajopt/gym/
H A D_eve_mga1dsm.py10 … def __init__(self, tof_encoding='direct', t0=[epoch(0), epoch(3000)], tof=[[10, 500], [10, 500]]): argument
17 tof=tof,
38 epoch(0), epoch(3000)], tof=[[10, 500], [10, 500]])
41 epoch(0), epoch(3000)], tof=[300, 700])
44 tof_encoding='eta', t0=[epoch(0), epoch(3000)], tof=700)
/dports/astro/py-pykep/pykep-2.6/pykep/trajopt/gym/
H A D_eve_mga1dsm.py10 … def __init__(self, tof_encoding='direct', t0=[epoch(0), epoch(3000)], tof=[[10, 500], [10, 500]]): argument
17 tof=tof,
38 epoch(0), epoch(3000)], tof=[[10, 500], [10, 500]])
41 epoch(0), epoch(3000)], tof=[300, 700])
44 tof_encoding='eta', t0=[epoch(0), epoch(3000)], tof=700)
/dports/devel/py-opengrok-tools/opengrok-1.3.16/testdata/repositories/git/git/logs/
H A DHEAD4 aa35c25882b9a60a97758e0ceb276a3f8cb4ae3a ce4c98ec1d22473d4aa799c046c2a90ae05832f1 Kryštof Tulinger …
5 ce4c98ec1d22473d4aa799c046c2a90ae05832f1 b6413947a59f481ddc0a05e0d181731233557f6e Kryštof Tulinger …
6 b6413947a59f481ddc0a05e0d181731233557f6e 1086eaf5bca6d5a056097aa76017a8ab0eade20f Kryštof Tulinger …
7 1086eaf5bca6d5a056097aa76017a8ab0eade20f 67dfbe2648c94a8825671b0f2c132828d0d43079 Kryštof Tulinger …
8 67dfbe2648c94a8825671b0f2c132828d0d43079 adc051fa62d3c6a8d29d967cd6e88876286db9a2 Kryštof Tulinger …
9 adc051fa62d3c6a8d29d967cd6e88876286db9a2 67dfbe2648c94a8825671b0f2c132828d0d43079 Kryštof Tulinger …
10 67dfbe2648c94a8825671b0f2c132828d0d43079 84599b3cccb3eeb5aa9aec64771678d6526bcecb Kryštof Tulinger …
/dports/devel/py-opengrok-tools/opengrok-1.3.16/testdata/repositories/git/git/logs/refs/heads/
H A Dmaster4 aa35c25882b9a60a97758e0ceb276a3f8cb4ae3a ce4c98ec1d22473d4aa799c046c2a90ae05832f1 Kryštof Tulinger …
5 ce4c98ec1d22473d4aa799c046c2a90ae05832f1 b6413947a59f481ddc0a05e0d181731233557f6e Kryštof Tulinger …
6 b6413947a59f481ddc0a05e0d181731233557f6e 1086eaf5bca6d5a056097aa76017a8ab0eade20f Kryštof Tulinger …
7 1086eaf5bca6d5a056097aa76017a8ab0eade20f 67dfbe2648c94a8825671b0f2c132828d0d43079 Kryštof Tulinger …
8 67dfbe2648c94a8825671b0f2c132828d0d43079 adc051fa62d3c6a8d29d967cd6e88876286db9a2 Kryštof Tulinger …
9 adc051fa62d3c6a8d29d967cd6e88876286db9a2 67dfbe2648c94a8825671b0f2c132828d0d43079 Kryštof Tulinger …
10 67dfbe2648c94a8825671b0f2c132828d0d43079 84599b3cccb3eeb5aa9aec64771678d6526bcecb Kryštof Tulinger …
/dports/astro/pykep/pykep-2.6/pykep/
H A Dtest.py61 mu=1., cw=False, max_revs=0, tof=0.3)
80 udp = mga_1dsm(tof_encoding='eta', tof=500)
82 udp = mga_1dsm(tof_encoding='alpha', tof=[20, 500])
84 udp = mga_1dsm(tof_encoding='direct', tof=[
90 mga_1dsm(tof_encoding='direct', tof=34)
92 mga_1dsm(tof_encoding='direct', tof=[[400], [20, 400]])
94 mga_1dsm(tof_encoding='direct', tof=[20, 400])
96 mga_1dsm(tof_encoding='eta', tof=[20, 400])
100 mga_1dsm(tof_encoding='alpha', tof=4)
107 udp = mga_1dsm(tof_encoding='alpha', tof=[20, 500])
[all …]
/dports/astro/py-pykep/pykep-2.6/pykep/
H A Dtest.py61 mu=1., cw=False, max_revs=0, tof=0.3)
80 udp = mga_1dsm(tof_encoding='eta', tof=500)
82 udp = mga_1dsm(tof_encoding='alpha', tof=[20, 500])
84 udp = mga_1dsm(tof_encoding='direct', tof=[
90 mga_1dsm(tof_encoding='direct', tof=34)
92 mga_1dsm(tof_encoding='direct', tof=[[400], [20, 400]])
94 mga_1dsm(tof_encoding='direct', tof=[20, 400])
96 mga_1dsm(tof_encoding='eta', tof=[20, 400])
100 mga_1dsm(tof_encoding='alpha', tof=4)
107 udp = mga_1dsm(tof_encoding='alpha', tof=[20, 500])
[all …]
/dports/astro/pykep/pykep-2.6/tests/
H A Dlambert_test.cpp44 double tof; in main() local
65 tof = (drng() + 2) / 4 * 100 + 0.1; in main()
72 lambert_problem lp(r1, r2, tof, mu, cw, revs_max); in main()
78 propagate_lagrangian(r1_p, v1_p, tof, mu); in main()
81 std::cout << r1 << "\n" << r2 << "\n" << tof; in main()
91 std::cout << "tof=" << tof << std::endl; in main()
/dports/astro/py-pykep/pykep-2.6/tests/
H A Dlambert_test.cpp44 double tof; in main() local
65 tof = (drng() + 2) / 4 * 100 + 0.1; in main()
72 lambert_problem lp(r1, r2, tof, mu, cw, revs_max); in main()
78 propagate_lagrangian(r1_p, v1_p, tof, mu); in main()
81 std::cout << r1 << "\n" << r2 << "\n" << tof; in main()
91 std::cout << "tof=" << tof << std::endl; in main()
/dports/astro/pykep/pykep-2.6/src/
H A Dlambert_problem.cpp51 : m_r1(r1), m_r2(r2), m_tof(tof), m_mu(mu), m_has_converged(true), m_multi_revs(multi_revs) in lambert_problem()
54 if (tof <= 0) { in lambert_problem()
191 double tof = 0.0, delta = 0.0, DT = 0.0, DDT = 0.0, DDDT = 0.0; in householder() local
193 x2tof(tof, x0, N); in householder()
194 dTdx(DT, DDT, DDDT, x0, tof); in householder()
195 delta = tof - T; in householder()
218 void lambert_problem::x2tof2(double &tof, const double x, const int N) in x2tof2() argument
231 tof = (-a * sqrt(-a) * ((beta - sinh(beta)) - (alfa - sinh(alfa))) / 2.0); in x2tof2()
235 void lambert_problem::x2tof(double &tof, const double x, const int N) in x2tof() argument
241 x2tof2(tof, x, N); in x2tof()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/
H A Dlambert_problem.cpp51 : m_r1(r1), m_r2(r2), m_tof(tof), m_mu(mu), m_has_converged(true), m_multi_revs(multi_revs) in lambert_problem()
54 if (tof <= 0) { in lambert_problem()
191 double tof = 0.0, delta = 0.0, DT = 0.0, DDT = 0.0, DDDT = 0.0; in householder() local
193 x2tof(tof, x0, N); in householder()
194 dTdx(DT, DDT, DDDT, x0, tof); in householder()
195 delta = tof - T; in householder()
218 void lambert_problem::x2tof2(double &tof, const double x, const int N) in x2tof2() argument
231 tof = (-a * sqrt(-a) * ((beta - sinh(beta)) - (alfa - sinh(alfa))) / 2.0); in x2tof2()
235 void lambert_problem::x2tof(double &tof, const double x, const int N) in x2tof() argument
241 x2tof2(tof, x, N); in x2tof()
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/components/failed/
H A Ddb.py37 tof = Column(DateTime) variable in FailedEntry
46 self.tof = datetime.now()
56 'added_at': self.tof,
72 FailedEntry.tof < datetime.now() - timedelta(days=30)
77 fe.id for fe in session.query(FailedEntry).order_by(FailedEntry.tof.desc())[:keep_num]
82 query = query.filter(FailedEntry.tof < datetime.now() - timedelta(days=7))
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DEphemerisRange.cpp69 double tof,tof_old; in ComputeAtReceiveTime() local
73 tof = 0.07; // initial guess 70ms in ComputeAtReceiveTime()
77 transmit -= tof; in ComputeAtReceiveTime()
78 tof_old = tof; in ComputeAtReceiveTime()
92 tof = rawrange/ellipsoid.c(); in ComputeAtReceiveTime()
94 } while(ABS(tof-tof_old)>1.e-13 && ++nit<5); in ComputeAtReceiveTime()
236 double tof = RSS(svPosVel.x[0]-Rx.X(), in rotateEarth() local
239 double wt = ellipsoid.angVelocity()*tof; in rotateEarth()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_bad_files.py35 tof = StringIO()
36 show_tree_status(tree, to_file=tof)
37 tof.seek(0)
38 tester.assertEqual(value, tof.readlines())

12345678910>>...51