-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
437 changed files
with
222,159 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Metadata-Version: 2.1 | ||
Name: MulensModel | ||
Version: 2.15.0 | ||
Summary: package for modeling gravitational microlensing events | ||
Home-page: https://github.com/rpoleski/MulensModel | ||
Author: Radek Poleski & Jennifer Yee | ||
Author-email: [email protected] | ||
Project-URL: documentation, https://github.com/rpoleski/MulensModel | ||
Requires-Python: >=3.6 | ||
License-File: LICENSE | ||
License-File: AUTHORS.md | ||
|
||
package for modeling gravitational microlensing events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
AUTHORS.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.py | ||
source/AdaptiveContouring/AdaptiveContouring_wrapper.c | ||
source/AdaptiveContouring/AdaptiveContouring_wrapper.so | ||
source/AdaptiveContouring/Makefile | ||
source/AdaptiveContouring/README.adaptivecontouring | ||
source/AdaptiveContouring/ac_wrap.c | ||
source/AdaptiveContouring/adaptive_contour.c | ||
source/AdaptiveContouring/adaptive_contour.o | ||
source/AdaptiveContouring/binary_pt.c | ||
source/AdaptiveContouring/binary_pt.o | ||
source/AdaptiveContouring/binext_adap.c | ||
source/AdaptiveContouring/binext_adap.o | ||
source/AdaptiveContouring/complex.c | ||
source/AdaptiveContouring/complex.h | ||
source/AdaptiveContouring/complex.o | ||
source/AdaptiveContouring/dyn_array.c | ||
source/AdaptiveContouring/dyn_array.o | ||
source/AdaptiveContouring/erdlcaust.c | ||
source/AdaptiveContouring/erdlcaust.o | ||
source/AdaptiveContouring/integrate.c | ||
source/AdaptiveContouring/integrate.o | ||
source/MulensModel/AdaptiveContouring.cpython-39-x86_64-linux-gnu.so | ||
source/MulensModel/VBBL.cpython-39-x86_64-linux-gnu.so | ||
source/MulensModel/__init__.py | ||
source/MulensModel/binarylens.py | ||
source/MulensModel/binarylensimports.py | ||
source/MulensModel/binarylenswithshear.py | ||
source/MulensModel/caustics.py | ||
source/MulensModel/causticspointwithshear.py | ||
source/MulensModel/causticswithshear.py | ||
source/MulensModel/coordinates.py | ||
source/MulensModel/event.py | ||
source/MulensModel/fitdata.py | ||
source/MulensModel/horizons.py | ||
source/MulensModel/limbdarkeningcoeffs.py | ||
source/MulensModel/magnificationcurve.py | ||
source/MulensModel/model.py | ||
source/MulensModel/modelparameters.py | ||
source/MulensModel/mulensdata.py | ||
source/MulensModel/pointlens.py | ||
source/MulensModel/pointlenswithshear.py | ||
source/MulensModel/satelliteskycoord.py | ||
source/MulensModel/trajectory.py | ||
source/MulensModel/uniformcausticsampling.py | ||
source/MulensModel/utils.py | ||
source/MulensModel/version.py | ||
source/MulensModel.egg-info/PKG-INFO | ||
source/MulensModel.egg-info/SOURCES.txt | ||
source/MulensModel.egg-info/dependency_links.txt | ||
source/MulensModel.egg-info/requires.txt | ||
source/MulensModel.egg-info/top_level.txt | ||
source/MulensModel/__pycache__/__init__.cpython-37.pyc | ||
source/MulensModel/__pycache__/__init__.cpython-39.pyc | ||
source/MulensModel/__pycache__/binarylens.cpython-37.pyc | ||
source/MulensModel/__pycache__/binarylens.cpython-39.pyc | ||
source/MulensModel/__pycache__/binarylensimports.cpython-37.pyc | ||
source/MulensModel/__pycache__/binarylensimports.cpython-39.pyc | ||
source/MulensModel/__pycache__/binarylenswithshear.cpython-37.pyc | ||
source/MulensModel/__pycache__/binarylenswithshear.cpython-39.pyc | ||
source/MulensModel/__pycache__/caustics.cpython-37.pyc | ||
source/MulensModel/__pycache__/caustics.cpython-39.pyc | ||
source/MulensModel/__pycache__/causticspointwithshear.cpython-37.pyc | ||
source/MulensModel/__pycache__/causticspointwithshear.cpython-39.pyc | ||
source/MulensModel/__pycache__/causticswithshear.cpython-37.pyc | ||
source/MulensModel/__pycache__/causticswithshear.cpython-39.pyc | ||
source/MulensModel/__pycache__/coordinates.cpython-37.pyc | ||
source/MulensModel/__pycache__/coordinates.cpython-39.pyc | ||
source/MulensModel/__pycache__/event.cpython-37.pyc | ||
source/MulensModel/__pycache__/event.cpython-39.pyc | ||
source/MulensModel/__pycache__/fitdata.cpython-37.pyc | ||
source/MulensModel/__pycache__/fitdata.cpython-39.pyc | ||
source/MulensModel/__pycache__/horizons.cpython-37.pyc | ||
source/MulensModel/__pycache__/horizons.cpython-39.pyc | ||
source/MulensModel/__pycache__/limbdarkeningcoeffs.cpython-37.pyc | ||
source/MulensModel/__pycache__/limbdarkeningcoeffs.cpython-39.pyc | ||
source/MulensModel/__pycache__/magnificationcurve.cpython-37.pyc | ||
source/MulensModel/__pycache__/magnificationcurve.cpython-39.pyc | ||
source/MulensModel/__pycache__/model.cpython-37.pyc | ||
source/MulensModel/__pycache__/model.cpython-39.pyc | ||
source/MulensModel/__pycache__/modelparameters.cpython-37.pyc | ||
source/MulensModel/__pycache__/modelparameters.cpython-39.pyc | ||
source/MulensModel/__pycache__/mulensdata.cpython-37.pyc | ||
source/MulensModel/__pycache__/mulensdata.cpython-39.pyc | ||
source/MulensModel/__pycache__/pointlens.cpython-37.pyc | ||
source/MulensModel/__pycache__/pointlens.cpython-39.pyc | ||
source/MulensModel/__pycache__/pointlenswithshear.cpython-37.pyc | ||
source/MulensModel/__pycache__/pointlenswithshear.cpython-39.pyc | ||
source/MulensModel/__pycache__/satelliteskycoord.cpython-37.pyc | ||
source/MulensModel/__pycache__/satelliteskycoord.cpython-39.pyc | ||
source/MulensModel/__pycache__/trajectory.cpython-37.pyc | ||
source/MulensModel/__pycache__/trajectory.cpython-39.pyc | ||
source/MulensModel/__pycache__/uniformcausticsampling.cpython-37.pyc | ||
source/MulensModel/__pycache__/uniformcausticsampling.cpython-39.pyc | ||
source/MulensModel/__pycache__/utils.cpython-37.pyc | ||
source/MulensModel/__pycache__/utils.cpython-39.pyc | ||
source/MulensModel/__pycache__/version.cpython-37.pyc | ||
source/MulensModel/__pycache__/version.cpython-39.pyc | ||
source/MulensModel/mulensobjects/__init__.py | ||
source/MulensModel/mulensobjects/lens.py | ||
source/MulensModel/mulensobjects/mulenssystem.py | ||
source/MulensModel/mulensobjects/source.py | ||
source/MulensModel/mulensobjects/__pycache__/__init__.cpython-37.pyc | ||
source/MulensModel/mulensobjects/__pycache__/__init__.cpython-39.pyc | ||
source/MulensModel/mulensobjects/__pycache__/lens.cpython-37.pyc | ||
source/MulensModel/mulensobjects/__pycache__/lens.cpython-39.pyc | ||
source/MulensModel/mulensobjects/__pycache__/mulenssystem.cpython-37.pyc | ||
source/MulensModel/mulensobjects/__pycache__/mulenssystem.cpython-39.pyc | ||
source/MulensModel/mulensobjects/__pycache__/source.cpython-37.pyc | ||
source/MulensModel/mulensobjects/__pycache__/source.cpython-39.pyc | ||
source/MulensModel/tests/test_BinaryLens.py | ||
source/MulensModel/tests/test_BinaryLensWithShear.py | ||
source/MulensModel/tests/test_Caustics.py | ||
source/MulensModel/tests/test_CausticsPointWithShear.py | ||
source/MulensModel/tests/test_CausticsWithShear.py | ||
source/MulensModel/tests/test_Coords.py | ||
source/MulensModel/tests/test_Event.py | ||
source/MulensModel/tests/test_FitData.py | ||
source/MulensModel/tests/test_Lens.py | ||
source/MulensModel/tests/test_MagnificationCurve.py | ||
source/MulensModel/tests/test_Model.py | ||
source/MulensModel/tests/test_ModelParameters.py | ||
source/MulensModel/tests/test_Model_Parallax.py | ||
source/MulensModel/tests/test_MulensData.py | ||
source/MulensModel/tests/test_MulensSystem.py | ||
source/MulensModel/tests/test_PointLens.py | ||
source/MulensModel/tests/test_PointLensWithShear.py | ||
source/MulensModel/tests/test_SatelliteSkyCoord.py | ||
source/MulensModel/tests/test_Trajectory.py | ||
source/MulensModel/tests/test_UniformCausticSampling.py | ||
source/MulensModel/tests/test_Utils.py | ||
source/VBBL/LICENSE.txt | ||
source/VBBL/Makefile | ||
source/VBBL/README.md | ||
source/VBBL/VBBinaryLensingLibrary.cpp | ||
source/VBBL/VBBinaryLensingLibrary.h | ||
source/VBBL/VBBinaryLensingLibrary.o | ||
source/VBBL/VBBinaryLensingLibrary_wrapper.cpp | ||
source/VBBL/VBBinaryLensingLibrary_wrapper.so | ||
source/VBBL/vbbl_wrapper.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
MulensModel/AdaptiveContouring.cpython-311-x86_64-linux-gnu.so | ||
MulensModel/AdaptiveContouring.cpython-36m-x86_64-linux-gnu.so | ||
MulensModel/AdaptiveContouring.cpython-39-x86_64-linux-gnu.so | ||
MulensModel/VBBL.cpython-311-x86_64-linux-gnu.so | ||
MulensModel/VBBL.cpython-36m-x86_64-linux-gnu.so | ||
MulensModel/VBBL.cpython-39-x86_64-linux-gnu.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
numpy | ||
scipy>=0.18.0 | ||
astropy>=1.2.0 | ||
matplotlib | ||
sympy | ||
py-cpuinfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MulensModel |
Binary file added
BIN
+116 KB
build/bdist.linux-x86_64/egg/MulensModel/AdaptiveContouring.cpython-311-x86_64-linux-gnu.so
Binary file not shown.
Binary file added
BIN
+312 KB
build/bdist.linux-x86_64/egg/MulensModel/AdaptiveContouring.cpython-36m-x86_64-linux-gnu.so
Binary file not shown.
Binary file added
BIN
+96.5 KB
build/bdist.linux-x86_64/egg/MulensModel/AdaptiveContouring.cpython-39-x86_64-linux-gnu.so
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
build/bdist.linux-x86_64/egg/MulensModel/AdaptiveContouring.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
def __bootstrap__(): | ||
global __bootstrap__, __loader__, __file__ | ||
import sys, pkg_resources, importlib.util | ||
__file__ = pkg_resources.resource_filename(__name__, 'AdaptiveContouring.cpython-311-x86_64-linux-gnu.so') | ||
__loader__ = None; del __bootstrap__, __loader__ | ||
spec = importlib.util.spec_from_file_location(__name__,__file__) | ||
mod = importlib.util.module_from_spec(spec) | ||
spec.loader.exec_module(mod) | ||
__bootstrap__() |
Binary file added
BIN
+217 KB
build/bdist.linux-x86_64/egg/MulensModel/VBBL.cpython-311-x86_64-linux-gnu.so
Binary file not shown.
Binary file added
BIN
+461 KB
build/bdist.linux-x86_64/egg/MulensModel/VBBL.cpython-36m-x86_64-linux-gnu.so
Binary file not shown.
Binary file added
BIN
+209 KB
build/bdist.linux-x86_64/egg/MulensModel/VBBL.cpython-39-x86_64-linux-gnu.so
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
def __bootstrap__(): | ||
global __bootstrap__, __loader__, __file__ | ||
import sys, pkg_resources, importlib.util | ||
__file__ = pkg_resources.resource_filename(__name__, 'VBBL.cpython-311-x86_64-linux-gnu.so') | ||
__loader__ = None; del __bootstrap__, __loader__ | ||
spec = importlib.util.spec_from_file_location(__name__,__file__) | ||
mod = importlib.util.module_from_spec(spec) | ||
spec.loader.exec_module(mod) | ||
__bootstrap__() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
from os import path | ||
|
||
from MulensModel.binarylens import BinaryLens | ||
from MulensModel.binarylenswithshear import BinaryLensWithShear | ||
from MulensModel.caustics import Caustics | ||
from MulensModel.causticspointwithshear import CausticsPointWithShear | ||
from MulensModel.causticswithshear import CausticsWithShear | ||
from MulensModel.coordinates import Coordinates | ||
from MulensModel.event import Event | ||
from MulensModel.fitdata import FitData | ||
from MulensModel.horizons import Horizons | ||
from MulensModel.limbdarkeningcoeffs import LimbDarkeningCoeffs | ||
from MulensModel.magnificationcurve import MagnificationCurve | ||
from MulensModel.model import Model | ||
from MulensModel.modelparameters import ModelParameters, which_parameters | ||
from MulensModel.mulensdata import MulensData | ||
from MulensModel.mulensobjects import * | ||
from MulensModel.pointlens import PointLens, get_pspl_magnification | ||
from MulensModel.pointlenswithshear import PointLensWithShear | ||
from MulensModel.satelliteskycoord import SatelliteSkyCoord | ||
from MulensModel.trajectory import Trajectory | ||
from MulensModel.uniformcausticsampling import UniformCausticSampling | ||
from MulensModel.utils import MAG_ZEROPOINT, Utils | ||
|
||
from .version import __version__ | ||
|
||
__all__ = ['mulensobjects', 'MODULE_PATH', 'DATA_PATH'] | ||
|
||
MODULE_PATH = path.abspath(__file__) | ||
for i in range(3): | ||
MODULE_PATH = path.dirname(MODULE_PATH) | ||
|
||
path_1 = path.join(MODULE_PATH, 'data') | ||
if path.isdir(path_1): | ||
DATA_PATH = path_1 | ||
else: | ||
DATA_PATH = path.join(path.dirname(__file__), 'data') |
Oops, something went wrong.
e6ddb8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive!
I suggest to revert all the changes in that commit. If it's too complicated, then a new branch may be started that has all other changes from the
fluxes
branch.