Welcome to MulensModel’s documentation!¶
+Welcome to MulensModel’s documentation!¶
MulensModel is package for modeling microlensing (or \(\\mu\)-lensing) events. MulensModel can generate a microlensing light curve for a given set of microlensing parameters, fit that light curve to some data, and return a chi2 value. That chi2 can then be input into an arbitrary likelihood function to find the best fit parameters.
-Indices and tables
Table Of Contents
-- Welcome to MulensModel’s documentation!
+- Welcome to MulensModel’s documentation!
- Indices and tables
-
-Related Topics
-
- - Documentation overview
- - Next: How to install?
-
-
-
+
+ Next topic
+
This Page
Quick search
+
+ Enter search terms or a module, class or function name.
+
Related Topics
--
-
- Documentation overview
-
-
- Next: How to install? -
-
This Page
Quick search
++ Enter search terms or a module, class or function name. +
Quick search
©2017, Radek Poleski, Jennifer Yee. | - Powered by Sphinx 1.6.3 - & Alabaster 0.7.9 + Powered by Sphinx 1.3.1 + & Alabaster 0.7.3 | - Page source + Page sourceNavigation
+-
+
- + index +
- + modules | +
- + next | +
- + previous | +
- MulensModel 0.3.1 documentation » +
How to install?Unpack the archive.
-Add the path to the unpack directory to the PYTHONPATH
, e.g., if you’ve extracted the archive in your home directory (/home/USER_NAME/
) in tcsh:
-setenv PYTHONPATH /home/USER_NAME/MulensModel-0.3.1/source\:$PYTHONPATH
+
Add the path to the unpack directory to the PYTHONPATH
, e.g., if you’ve extracted the archive in your home directory (/home/USER_NAME/
) in tcsh:
+setenv PYTHONPATH /home/USER_NAME/MulensModel-0.3.1/source\:$PYTHONPATH
in bash:
-export PYTHONPATH=/home/USER_NAME/MulensModel-0.3.1/source:$PYTHONPATH
+export PYTHONPATH=/home/USER_NAME/MulensModel-0.3.1/source:$PYTHONPATH
In order to have this command invoked every time you open the terminal, please add this command to ~/.cshrc
or ~/.bashrc
file.
-Go to subdirecotry source/VBBL/
and run make
command. If it’s not working and you’re using Windows, then please run:
-gcc -lm -lstdc++ -fPIC -c VBBinaryLensingLibrary.cpp
+
Go to subdirecotry source/VBBL/
and run make
command. If it’s not working and you’re using Windows, then please run:
+gcc -lm -lstdc++ -fPIC -c VBBinaryLensingLibrary.cpp
-gcc -Wl,-soname,rapper -shared -o VBBinaryLensingLibrary_wrapper.so VBBinaryLensingLibrary_wrapper.cpp -lm -lstdc++ -fPIC VBBinaryLensingLibrary.o
+gcc -Wl,-soname,rapper -shared -o VBBinaryLensingLibrary_wrapper.so VBBinaryLensingLibrary_wrapper.cpp -lm -lstdc++ -fPIC VBBinaryLensingLibrary.o
@@ -81,30 +97,31 @@ How to install?
-
-Related Topics
-
- - Documentation overview
- - Previous: Welcome to MulensModel’s documentation!
- - Next: Very Basic Tutorial
-
-
-
+
+ Previous topic
+ Welcome to MulensModel’s documentation!
+ Next topic
+
This Page
Quick search
+
+ Enter search terms or a module, class or function name.
+
@@ -115,12 +132,12 @@ Quick search
©2017, Radek Poleski, Jennifer Yee.
|
- Powered by Sphinx 1.6.3
- & Alabaster 0.7.9
+ Powered by Sphinx 1.3.1
+ & Alabaster 0.7.3
|
- Page source
+ Page source
diff --git a/docs/modules.html b/docs/modules.html
index ecf03c60..1c7761cb 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -1,38 +1,48 @@
-
+
- MulensModel — MulensModel 0.3.1 documentation
+
+ MulensModel — MulensModel 0.3.1 documentation
+
+
-
-
-
+
+
-
-
-
+
-
-
+
+
+ Navigation
+
+ -
+ index
+ -
+ modules |
+ - MulensModel 0.3.1 documentation »
+
+
@@ -82,28 +92,25 @@ MulensModel
-
-Related Topics
-
- - Documentation overview
-
-
-
+
This Page
Quick search
+
+ Enter search terms or a module, class or function name.
+
@@ -114,12 +121,12 @@ Quick search
©2017, Radek Poleski, Jennifer Yee.
|
- Powered by Sphinx 1.6.3
- & Alabaster 0.7.9
+ Powered by Sphinx 1.3.1
+ & Alabaster 0.7.3
|
- Page source
+ Page source
diff --git a/docs/objects.inv b/docs/objects.inv
index 818c176e..8f555a54 100644
Binary files a/docs/objects.inv and b/docs/objects.inv differ
diff --git a/docs/py-modindex.html b/docs/py-modindex.html
index cfaaa9a9..52b46ef4 100644
--- a/docs/py-modindex.html
+++ b/docs/py-modindex.html
@@ -1,41 +1,51 @@
-
+
- Python Module Index — MulensModel 0.3.1 documentation
+
+ Python Module Index — MulensModel 0.3.1 documentation
+
+
-
-
-
+
+
-
-
-
+
-
-
+
+
+ Navigation
+
+ -
+ index
+ -
+ modules |
+ - MulensModel 0.3.1 documentation »
+
+
@@ -49,8 +59,8 @@ Python Module Index
m
-
Add the path to the unpack directory to the PYTHONPATH
, e.g., if you’ve extracted the archive in your home directory (/home/USER_NAME/
) in tcsh:
setenv PYTHONPATH /home/USER_NAME/MulensModel-0.3.1/source\:$PYTHONPATH
+
Add the path to the unpack directory to the PYTHONPATH
, e.g., if you’ve extracted the archive in your home directory (/home/USER_NAME/
) in tcsh:
setenv PYTHONPATH /home/USER_NAME/MulensModel-0.3.1/source\:$PYTHONPATH
in bash:
-export PYTHONPATH=/home/USER_NAME/MulensModel-0.3.1/source:$PYTHONPATH
+export PYTHONPATH=/home/USER_NAME/MulensModel-0.3.1/source:$PYTHONPATH
In order to have this command invoked every time you open the terminal, please add this command to ~/.cshrc
or ~/.bashrc
file.
-Go to subdirecotry source/VBBL/
and run make
command. If it’s not working and you’re using Windows, then please run:
-gcc -lm -lstdc++ -fPIC -c VBBinaryLensingLibrary.cpp
+
Go to subdirecotry source/VBBL/
and run make
command. If it’s not working and you’re using Windows, then please run:
+gcc -lm -lstdc++ -fPIC -c VBBinaryLensingLibrary.cpp
-gcc -Wl,-soname,rapper -shared -o VBBinaryLensingLibrary_wrapper.so VBBinaryLensingLibrary_wrapper.cpp -lm -lstdc++ -fPIC VBBinaryLensingLibrary.o
+gcc -Wl,-soname,rapper -shared -o VBBinaryLensingLibrary_wrapper.so VBBinaryLensingLibrary_wrapper.cpp -lm -lstdc++ -fPIC VBBinaryLensingLibrary.o
@@ -81,30 +97,31 @@ How to install?
-
-Related Topics
-
- - Documentation overview
- - Previous: Welcome to MulensModel’s documentation!
- - Next: Very Basic Tutorial
-
-
-
+
+ Previous topic
+ Welcome to MulensModel’s documentation!
+ Next topic
+
This Page
Quick search
+
+ Enter search terms or a module, class or function name.
+
@@ -115,12 +132,12 @@ Quick search
©2017, Radek Poleski, Jennifer Yee.
|
- Powered by Sphinx 1.6.3
- & Alabaster 0.7.9
+ Powered by Sphinx 1.3.1
+ & Alabaster 0.7.3
|
- Page source
+ Page source
diff --git a/docs/modules.html b/docs/modules.html
index ecf03c60..1c7761cb 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -1,38 +1,48 @@
-
+
- MulensModel — MulensModel 0.3.1 documentation
+
+ MulensModel — MulensModel 0.3.1 documentation
+
+
-
-
-
+
+
-
-
-
+
-
-
+
+
+ Navigation
+
+ -
+ index
+ -
+ modules |
+ - MulensModel 0.3.1 documentation »
+
+
@@ -82,28 +92,25 @@ MulensModel
-
-Related Topics
-
- - Documentation overview
-
-
-
+
This Page
Quick search
+
+ Enter search terms or a module, class or function name.
+
@@ -114,12 +121,12 @@ Quick search
©2017, Radek Poleski, Jennifer Yee.
|
- Powered by Sphinx 1.6.3
- & Alabaster 0.7.9
+ Powered by Sphinx 1.3.1
+ & Alabaster 0.7.3
|
- Page source
+ Page source
diff --git a/docs/objects.inv b/docs/objects.inv
index 818c176e..8f555a54 100644
Binary files a/docs/objects.inv and b/docs/objects.inv differ
diff --git a/docs/py-modindex.html b/docs/py-modindex.html
index cfaaa9a9..52b46ef4 100644
--- a/docs/py-modindex.html
+++ b/docs/py-modindex.html
@@ -1,41 +1,51 @@
-
+
- Python Module Index — MulensModel 0.3.1 documentation
+
+ Python Module Index — MulensModel 0.3.1 documentation
+
+
-
-
-
+
+
-
-
-
+
-
-
+
+
+ Navigation
+
+ -
+ index
+ -
+ modules |
+ - MulensModel 0.3.1 documentation »
+
+
@@ -49,8 +59,8 @@ Python Module Index
m
-