PyTransit 2.6.13__tar.gz → 2.6.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytransit-2.6.13 → pytransit-2.6.14}/PKG-INFO +3 -2
- {pytransit-2.6.13 → pytransit-2.6.14}/PyTransit.egg-info/PKG-INFO +3 -2
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/__init__.py +1 -1
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/gdmodel.py +1 -1
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/opmodel_full.py +1 -2
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/param/parameter.py +1 -1
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/de.py +3 -3
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_contamination.py +5 -3
- {pytransit-2.6.13 → pytransit-2.6.14}/LICENSE +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/MANIFEST.in +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/PyTransit.egg-info/SOURCES.txt +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/PyTransit.egg-info/dependency_links.txt +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/PyTransit.egg-info/requires.txt +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/PyTransit.egg-info/top_level.txt +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/README.md +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pyproject.toml +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/contamination.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/data/spectra.h5 +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/data/transmission.nc +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/filter.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/instrument.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/contamination/plotting.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/limb_darkening.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/baselines/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/baselines/legendrebaseline.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/baselines/linearbaseline.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/cntlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/eclipselpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/celeriteloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/clloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/fmcloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/logisticloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/multiceleriteloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/wnloglikelihood.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/logposteriorfunction.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/lpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/mclpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/mptlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/ocllpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/ocltdvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/oclttvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/phasecurvelpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/rvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tdvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/ctesslpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/tessttvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/tgclpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/tgcmplpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tess/tmpclpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tesslpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/tessoclttvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/transitanalysis.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/transitlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/ttvlpf.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/eclipse_model.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/general.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ldmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ldtkldm.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/general.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/linear.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/nonlinear.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/power_2.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/quadratic.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/quadratic_tri.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/limb_darkening/uniform.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ma_chromosphere.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ma_quadratic.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ma_quadratic_cl.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ma_uniform.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/ma_uniform_cl.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/gdmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/general_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/ldmodels.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/ldtkldm.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/ma_chromosphere_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/ma_quadratic_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/ma_uniform_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/phasecurves.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/qpower2_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/rrmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/spmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/numba/udmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/opencl/ma_quadratic.cl +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/opencl/ma_uniform.cl +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/opencl/orbits.cl +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/opencl/qpower2.cl +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/osmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/qpower2.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/qpower2_cl.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/common.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/ecintersection.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/model.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/model_full.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/model_simple.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/model_trspec.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/opmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/rrmodel.cl +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/rrmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/rrmodel_cl.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/roadrunner/tsmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/transitmodel.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/models/uniform.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/orbits/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/orbits/orbits.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/orbits/orbits_py.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/orbits/taylor_z.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/param/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/param/prior.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/param/utilities.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/stars/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/stars/btsettl.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/stars/data/avg_bt_settl.fits +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/stars/data/avg_husser2013.fits +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/stars/husser2013.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/astrometry.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/constants.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/downsample.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/eclipses.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/io/__init__.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/io/lightcurvedata.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/keplerlc.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/mdwarfs.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/misc.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/mocklc.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/octasphere.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/phasecurves.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/physics.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/rv.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/pytransit/utils/tess.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/requirements.txt +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/setup.cfg +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_ma_quadratic.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_ma_quadratic_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_qpower2_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_uniform_model.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_uniform_model_nb.py +0 -0
- {pytransit-2.6.13 → pytransit-2.6.14}/tests/test_z.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: PyTransit
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.14
|
|
4
4
|
Summary: Fast and painless exoplanet transit light curve modelling.
|
|
5
5
|
Author-email: Hannu Parviainen <hpparvi@gmail.com>
|
|
6
6
|
License: GPLv2
|
|
@@ -36,6 +36,7 @@ Requires-Dist: pyopencl
|
|
|
36
36
|
Requires-Dist: corner
|
|
37
37
|
Requires-Dist: celerite
|
|
38
38
|
Requires-Dist: meepmeep
|
|
39
|
+
Dynamic: license-file
|
|
39
40
|
|
|
40
41
|
PyTransit
|
|
41
42
|
=========
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: PyTransit
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.14
|
|
4
4
|
Summary: Fast and painless exoplanet transit light curve modelling.
|
|
5
5
|
Author-email: Hannu Parviainen <hpparvi@gmail.com>
|
|
6
6
|
License: GPLv2
|
|
@@ -36,6 +36,7 @@ Requires-Dist: pyopencl
|
|
|
36
36
|
Requires-Dist: corner
|
|
37
37
|
Requires-Dist: celerite
|
|
38
38
|
Requires-Dist: meepmeep
|
|
39
|
+
Dynamic: license-file
|
|
39
40
|
|
|
40
41
|
PyTransit
|
|
41
42
|
=========
|
|
@@ -23,7 +23,7 @@ from numpy import linspace, sin, cos, array, ndarray, asarray, squeeze, cross, n
|
|
|
23
23
|
zeros, polyfit, atleast_2d, atleast_1d, nansum, zeros_like
|
|
24
24
|
from numpy.linalg import norm
|
|
25
25
|
from scipy.interpolate import interp1d
|
|
26
|
-
from scipy.spatial.transform
|
|
26
|
+
from scipy.spatial.transform import Rotation
|
|
27
27
|
|
|
28
28
|
from .transitmodel import TransitModel
|
|
29
29
|
from .numba.gdmodel import create_star_xy, create_planet_xy, map_osm, xy_taylor_vt, oblate_model_s, \
|
|
@@ -27,7 +27,6 @@ def op_full(times: ndarray, k: ndarray, f: ndarray, alpha: ndarray,
|
|
|
27
27
|
parallelize: bool, nlc: int, npb: int, nep: int, npl: int,
|
|
28
28
|
lcids: ndarray, pbids: ndarray, epids: ndarray, nsamples: ndarray, exptimes: ndarray,
|
|
29
29
|
ldp: ndarray, istar: ndarray, weights: ndarray, dk: float, kmin: float, kmax: float, dg: float, z_edges: ndarray):
|
|
30
|
-
"""Full RoadRunner model for heterogeneous light curves."""
|
|
31
30
|
|
|
32
31
|
#if parallelize:
|
|
33
32
|
# return op_full_parallel(times, k, f, alpha, t0, p, a, i, e, w, nlc, npb, nep, npl,
|
|
@@ -45,7 +44,7 @@ def op_full_serial(times: ndarray, k: ndarray, f: ndarray, alpha: ndarray,
|
|
|
45
44
|
nlc: int, npb: int, nep: int, npl: int,
|
|
46
45
|
lcids: ndarray, pbids: ndarray, epids: ndarray, nsamples: ndarray, exptimes: ndarray,
|
|
47
46
|
ldp: ndarray, istar: ndarray, weights: ndarray, dk: float, kmin: float, kmax: float, dg: float, z_edges: ndarray):
|
|
48
|
-
|
|
47
|
+
|
|
49
48
|
npv = k.shape[0]
|
|
50
49
|
npt = times.size
|
|
51
50
|
ng = weights.shape[1]
|
|
@@ -108,10 +108,10 @@ class LParameterBlock(GParameterBlock):
|
|
|
108
108
|
|
|
109
109
|
class ParameterSet(list):
|
|
110
110
|
def __init__(self, *args):
|
|
111
|
-
super().__init__(*args)
|
|
112
111
|
self.blocks = []
|
|
113
112
|
self.bounds = None
|
|
114
113
|
self.frozen = False
|
|
114
|
+
super().__init__(*args)
|
|
115
115
|
|
|
116
116
|
def add_global_block(self, name, pars):
|
|
117
117
|
start = len(self)
|
|
@@ -22,7 +22,7 @@ Implements the differential evolution optimization method by Storn & Price
|
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
24
|
from numba import njit
|
|
25
|
-
from numpy import asarray, zeros, zeros_like, tile, array, argmin, mod
|
|
25
|
+
from numpy import asarray, zeros, zeros_like, tile, array, argmin, mod, ptp
|
|
26
26
|
from numpy.random import random, randint, rand, seed as rseed, uniform
|
|
27
27
|
|
|
28
28
|
|
|
@@ -215,7 +215,7 @@ class DiffEvol(object):
|
|
|
215
215
|
fitc[msk] = fitt[msk]
|
|
216
216
|
|
|
217
217
|
self._minidx = argmin(fitc)
|
|
218
|
-
if
|
|
218
|
+
if ptp(fitc) < self.min_ptp:
|
|
219
219
|
break
|
|
220
220
|
|
|
221
221
|
yield popc[self._minidx, :], fitc[self._minidx]
|
|
@@ -241,7 +241,7 @@ class DiffEvol(object):
|
|
|
241
241
|
fitc[msk] = fitt[msk]
|
|
242
242
|
|
|
243
243
|
self._minidx = argmin(fitc)
|
|
244
|
-
if
|
|
244
|
+
if ptp(fitc) < self.min_ptp:
|
|
245
245
|
break
|
|
246
246
|
|
|
247
247
|
yield popc[self._minidx, :], fitc[self._minidx]
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
import unittest
|
|
18
18
|
from math import pi
|
|
19
|
-
from numpy import array, copysign, inf
|
|
19
|
+
from numpy import array, copysign, inf, errstate
|
|
20
20
|
from numpy.testing import assert_almost_equal
|
|
21
21
|
|
|
22
22
|
from pytransit.contamination import true_radius_ratio, apparent_radius_ratio
|
|
@@ -30,11 +30,13 @@ class TestContamination(unittest.TestCase):
|
|
|
30
30
|
|
|
31
31
|
def test_true_radius_ratio(self):
|
|
32
32
|
assert_almost_equal(true_radius_ratio(0.1, 0.0), 0.1)
|
|
33
|
-
|
|
33
|
+
with errstate(divide='ignore'):
|
|
34
|
+
assert_almost_equal(true_radius_ratio(0.1, 1.0), inf)
|
|
34
35
|
|
|
35
36
|
def test_apparent_radius_ratio(self):
|
|
36
37
|
assert_almost_equal(apparent_radius_ratio(0.1, 0.0), 0.1)
|
|
37
|
-
|
|
38
|
+
with errstate(divide='ignore'):
|
|
39
|
+
assert_almost_equal(apparent_radius_ratio(0.1, 1.0), 0.0)
|
|
38
40
|
|
|
39
41
|
|
|
40
42
|
if __name__ == '__main__':
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytransit-2.6.13 → pytransit-2.6.14}/pytransit/lpf/loglikelihood/multiceleriteloglikelihood.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|