diff --git a/README.md b/README.md index f06a9d31..e6953f60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [**Detailed documentation: https://rpoleski.github.io/MulensModel/**](https://rpoleski.github.io/MulensModel/) -[Latest release: 2.11.0](https://github.com/rpoleski/MulensModel/releases/latest) and we're working on further developing the code. +[Latest release: 2.13.0](https://github.com/rpoleski/MulensModel/releases/latest) and we're working on further developing the code. 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. diff --git a/docs/.buildinfo b/docs/.buildinfo index 0ba8dcd5..7a8ad767 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4866789757834547f9b404b5b1504f8b +config: 75a6a2dab5071a24d92609bd8cb1c700 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 3259b479..2ea93f04 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/MulensModel.binarylens.html b/docs/MulensModel.binarylens.html index 8c4b51d1..cbc61412 100644 --- a/docs/MulensModel.binarylens.html +++ b/docs/MulensModel.binarylens.html @@ -6,7 +6,7 @@ - MulensModel.binarylens module — MulensModel 2.11.0 documentation + MulensModel.binarylens module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.binarylens.BinaryLens(mass_1=None, mass_2=None, separation=None)
-

Bases: object

+

Bases: object

The binary lens equation - its solutions, images, parities, magnifications, etc.

The binary lens equation is a 5th order complex polynomial.

diff --git a/docs/MulensModel.binarylensimports.html b/docs/MulensModel.binarylensimports.html index 9ed7c969..8db743a8 100644 --- a/docs/MulensModel.binarylensimports.html +++ b/docs/MulensModel.binarylensimports.html @@ -6,7 +6,7 @@ - MulensModel.binarylensimports module — MulensModel 2.11.0 documentation + MulensModel.binarylensimports module — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.binarylenswithshear.html b/docs/MulensModel.binarylenswithshear.html index c8219a03..24835aa3 100644 --- a/docs/MulensModel.binarylenswithshear.html +++ b/docs/MulensModel.binarylenswithshear.html @@ -6,7 +6,7 @@ - MulensModel.binarylenswithshear module — MulensModel 2.11.0 documentation + MulensModel.binarylenswithshear module — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.caustics.html b/docs/MulensModel.caustics.html index f135feac..af746f28 100644 --- a/docs/MulensModel.caustics.html +++ b/docs/MulensModel.caustics.html @@ -6,7 +6,7 @@ - MulensModel.caustics module — MulensModel 2.11.0 documentation + MulensModel.caustics module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.caustics.Caustics(q, s)
-

Bases: object

+

Bases: object

Class for the caustic structure corresponding to a given (q, s), i.e. mass ratio and separation. Implemented for 2-body lenses only.

@@ -99,7 +99,7 @@
class CriticalCurve
-

Bases: object

+

Bases: object

Internal class of Caustics. Defines the critical curve (in the lens plane). Origin is center of mass with larger mass on the left (q < 1).

diff --git a/docs/MulensModel.causticswithshear.html b/docs/MulensModel.causticswithshear.html index 7b6cfb26..c187009e 100644 --- a/docs/MulensModel.causticswithshear.html +++ b/docs/MulensModel.causticswithshear.html @@ -6,7 +6,7 @@ - MulensModel.causticswithshear module — MulensModel 2.11.0 documentation + MulensModel.causticswithshear module — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.coordinates.html b/docs/MulensModel.coordinates.html index 8576caf7..0b56d2de 100644 --- a/docs/MulensModel.coordinates.html +++ b/docs/MulensModel.coordinates.html @@ -6,7 +6,7 @@ - MulensModel.coordinates module — MulensModel 2.11.0 documentation + MulensModel.coordinates module — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.event.html b/docs/MulensModel.event.html index 87a93cdb..5274f67a 100644 --- a/docs/MulensModel.event.html +++ b/docs/MulensModel.event.html @@ -6,7 +6,7 @@ - MulensModel.event module — MulensModel 2.11.0 documentation + MulensModel.event module — MulensModel 2.13.0 documentation @@ -37,7 +37,7 @@
class MulensModel.event.Event(datasets=None, model=None, coords=None, fix_blend_flux=None, fix_source_flux=None, fix_source_flux_ratio=None, data_ref=0)
-

Bases: object

+

Bases: object

Combines a microlensing model with data. Allows calculating chi^2 and making a number of plots.

diff --git a/docs/MulensModel.fitdata.html b/docs/MulensModel.fitdata.html index afd50b6c..e779693e 100644 --- a/docs/MulensModel.fitdata.html +++ b/docs/MulensModel.fitdata.html @@ -6,7 +6,7 @@ - MulensModel.fitdata module — MulensModel 2.11.0 documentation + MulensModel.fitdata module — MulensModel 2.13.0 documentation @@ -37,7 +37,7 @@
class MulensModel.fitdata.FitData(model=None, dataset=None, fix_blend_flux=False, fix_source_flux=False, fix_source_flux_ratio=False)
-

Bases: object

+

Bases: object

Performs a least squares linear fit for given dataset and model to determine the source flux(es) and (optionally) blend flux. After creating the object, you must run update() to perform the linear fit for @@ -376,7 +376,7 @@ property blend_flux

float

The fitted blend flux or the value set by -fix_blend_flux (see Keywords).

+fix_blend_flux (see Keywords).

If None, you need to run fit_fluxes() or update() to execute the linear fit.

@@ -387,7 +387,7 @@

float

source_flux_ratio = source_flux_1 / source_flux_0

i.e., the ratio of the fitted source fluxes or the value set by -fix_source_flux_ratio (see Keywords).

+fix_source_flux_ratio (see Keywords).

If None, you need to run fit_fluxes() or update() to execute the linear fit.

diff --git a/docs/MulensModel.horizons.html b/docs/MulensModel.horizons.html index 21145ff8..fc7080f1 100644 --- a/docs/MulensModel.horizons.html +++ b/docs/MulensModel.horizons.html @@ -6,7 +6,7 @@ - MulensModel.horizons module — MulensModel 2.11.0 documentation + MulensModel.horizons module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.horizons.Horizons(file_name)
-

Bases: object

+

Bases: object

An Object to read and hold the standard JPL Horizons output, i.e. satellite ephemerides.

diff --git a/docs/MulensModel.html b/docs/MulensModel.html index 6e5c601f..13176e77 100644 --- a/docs/MulensModel.html +++ b/docs/MulensModel.html @@ -6,7 +6,7 @@ - MulensModel package — MulensModel 2.11.0 documentation + MulensModel package — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.limbdarkeningcoeffs.html b/docs/MulensModel.limbdarkeningcoeffs.html index 5b97a08e..7e75a3b8 100644 --- a/docs/MulensModel.limbdarkeningcoeffs.html +++ b/docs/MulensModel.limbdarkeningcoeffs.html @@ -6,7 +6,7 @@ - MulensModel.limbdarkeningcoeffs module — MulensModel 2.11.0 documentation + MulensModel.limbdarkeningcoeffs module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.limbdarkeningcoeffs.LimbDarkeningCoeffs
-

Bases: object

+

Bases: object

Linear limb-darkening parameters. Both gamma and u conventions can be used. The u convention is more frequently used in studies other than microlensing. It has fixed flux at the center. diff --git a/docs/MulensModel.magnificationcurve.html b/docs/MulensModel.magnificationcurve.html index 29211176..8950e756 100644 --- a/docs/MulensModel.magnificationcurve.html +++ b/docs/MulensModel.magnificationcurve.html @@ -6,7 +6,7 @@ - MulensModel.magnificationcurve module — MulensModel 2.11.0 documentation + MulensModel.magnificationcurve module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@

class MulensModel.magnificationcurve.MagnificationCurve(times, parameters, parallax=None, coords=None, satellite_skycoord=None, gamma=0.0)
-

Bases: object

+

Bases: object

The magnification curve calculated from the model light curve.

The key function is set_magnification_methods(), which specifies the method used to calculate the finite source diff --git a/docs/MulensModel.model.html b/docs/MulensModel.model.html index 9a20b00f..fc74a49b 100644 --- a/docs/MulensModel.model.html +++ b/docs/MulensModel.model.html @@ -6,7 +6,7 @@ - MulensModel.model module — MulensModel 2.11.0 documentation + MulensModel.model module — MulensModel 2.13.0 documentation @@ -37,7 +37,7 @@

class MulensModel.model.Model(parameters=None, coords=None, ra=None, dec=None, ephemerides_file=None)
-

Bases: object

+

Bases: object

A Model for a microlensing event with the specified parameters.

Arguments :

parameters: dictionary, diff --git a/docs/MulensModel.modelparameters.html b/docs/MulensModel.modelparameters.html index 56bb1ca1..8486a237 100644 --- a/docs/MulensModel.modelparameters.html +++ b/docs/MulensModel.modelparameters.html @@ -6,7 +6,7 @@ - MulensModel.modelparameters module — MulensModel 2.11.0 documentation + MulensModel.modelparameters module — MulensModel 2.13.0 documentation @@ -52,7 +52,7 @@

class MulensModel.modelparameters.ModelParameters(parameters)
-

Bases: object

+

Bases: object

A class for the basic microlensing model parameters (t_0, u_0, t_E, s, q, alpha, etc.). Can handle point lens or binary lens. The pi_E assumes NE coordinates (Parallel, Perpendicular diff --git a/docs/MulensModel.mulensdata.html b/docs/MulensModel.mulensdata.html index 4e7dda96..9e1f1117 100644 --- a/docs/MulensModel.mulensdata.html +++ b/docs/MulensModel.mulensdata.html @@ -6,7 +6,7 @@ - MulensModel.mulensdata module — MulensModel 2.11.0 documentation + MulensModel.mulensdata module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@

class MulensModel.mulensdata.MulensData(data_list=None, file_name=None, phot_fmt='mag', chi2_fmt='flux', coords=None, ra=None, dec=None, ephemerides_file=None, add_2450000=False, add_2460000=False, bandpass=None, bad=None, good=None, plot_properties=None, **kwargs)
-

Bases: object

+

Bases: object

A set of photometric measurements for a microlensing event.

Examples of how to define a MulensData object:

data = MulensData(file_name=SAMPLE_FILE_01)

@@ -348,6 +348,39 @@
+
+
+scale_errorbars(factor=None, minimum=None)
+

Scale magnitude errorbars by multiplying by factor and +then adding minimum in squares.

+
+
Parameters :
+
factor: float

Multiplication factor. Typically used for faint events.

+
+
minimum: float

Floor of magnitude errorbars. Typically used for bright +events.

+
+
+
+
+
+ +
+
+property errorbars_scale_factors
+

list of two floats

+

Parameters used by scale_errorbars(). +The first one is multiplication factor, +while the second is the minimum scatter added in squares.

+
+ +
+
+property errorbars_scaling_equation
+

str

+

Equation and parameters used by scale_errorbars().

+
+
diff --git a/docs/MulensModel.mulensobjects.html b/docs/MulensModel.mulensobjects.html index 09c5ae04..3bcd040a 100644 --- a/docs/MulensModel.mulensobjects.html +++ b/docs/MulensModel.mulensobjects.html @@ -6,7 +6,7 @@ - MulensModel.mulensobjects package — MulensModel 2.11.0 documentation + MulensModel.mulensobjects package — MulensModel 2.13.0 documentation diff --git a/docs/MulensModel.mulensobjects.lens.html b/docs/MulensModel.mulensobjects.lens.html index 466214df..91d31bff 100644 --- a/docs/MulensModel.mulensobjects.lens.html +++ b/docs/MulensModel.mulensobjects.lens.html @@ -6,7 +6,7 @@ - MulensModel.mulensobjects.lens module — MulensModel 2.11.0 documentation + MulensModel.mulensobjects.lens module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.mulensobjects.lens.Lens(total_mass=None, mass=None, mass_1=None, mass_2=None, a_proj=None, distance=None, q=None, s=None, epsilon=None)
-

Bases: object

+

Bases: object

A mass or system of masses.

Standard parameter combinations for defining a Lens object:

diff --git a/docs/MulensModel.mulensobjects.mulenssystem.html b/docs/MulensModel.mulensobjects.mulenssystem.html index 01746415..268f7e25 100644 --- a/docs/MulensModel.mulensobjects.mulenssystem.html +++ b/docs/MulensModel.mulensobjects.mulenssystem.html @@ -6,7 +6,7 @@ - MulensModel.mulensobjects.mulenssystem module — MulensModel 2.11.0 documentation + MulensModel.mulensobjects.mulenssystem module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.mulensobjects.mulenssystem.MulensSystem(lens=None, source=None, mu_rel=None)
-

Bases: object

+

Bases: object

A microlensing system consisting of a lens and a source.

diff --git a/docs/MulensModel.mulensobjects.source.html b/docs/MulensModel.mulensobjects.source.html index 1a96375e..20ec76e2 100644 --- a/docs/MulensModel.mulensobjects.source.html +++ b/docs/MulensModel.mulensobjects.source.html @@ -6,7 +6,7 @@ - MulensModel.mulensobjects.source module — MulensModel 2.11.0 documentation + MulensModel.mulensobjects.source module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.mulensobjects.source.Source(distance=None, pi_S=None, angular_radius=None, limb_darkening=None)
-

Bases: object

+

Bases: object

Physical properties of a source (background) star.

Attributes :

limb_darkening: diff --git a/docs/MulensModel.pointlens.html b/docs/MulensModel.pointlens.html index 5886fede..ae273459 100644 --- a/docs/MulensModel.pointlens.html +++ b/docs/MulensModel.pointlens.html @@ -6,7 +6,7 @@ - MulensModel.pointlens module — MulensModel 2.11.0 documentation + MulensModel.pointlens module — MulensModel 2.13.0 documentation @@ -60,7 +60,7 @@

class MulensModel.pointlens.PointLens(parameters=None)
-

Bases: object

+

Bases: object

Equations for calculating finite source effects for a point lens.

Keywords :
diff --git a/docs/MulensModel.satelliteskycoord.html b/docs/MulensModel.satelliteskycoord.html index fe3839b3..1dc055e1 100644 --- a/docs/MulensModel.satelliteskycoord.html +++ b/docs/MulensModel.satelliteskycoord.html @@ -6,7 +6,7 @@ - MulensModel.satelliteskycoord module — MulensModel 2.11.0 documentation + MulensModel.satelliteskycoord module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.satelliteskycoord.SatelliteSkyCoord(ephemerides_file, satellite=None)
-

Bases: object

+

Bases: object

An object that gives the Astropy.SkyCoord of satellite for a given epoch based on an ephemerides file.

diff --git a/docs/MulensModel.trajectory.html b/docs/MulensModel.trajectory.html index 5596a129..bc3576df 100644 --- a/docs/MulensModel.trajectory.html +++ b/docs/MulensModel.trajectory.html @@ -6,7 +6,7 @@ - MulensModel.trajectory module — MulensModel 2.11.0 documentation + MulensModel.trajectory module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.trajectory.Trajectory(times, parameters, parallax=None, coords=None, satellite_skycoord=None, earth_coords=None)
-

Bases: object

+

Bases: object

The (dimensionless) X, Y trajectory of the source in the source plane. This class includes internal functions that calculate how microlensing parallax affects the trajectory.

diff --git a/docs/MulensModel.uniformcausticsampling.html b/docs/MulensModel.uniformcausticsampling.html index f3488dfb..aa6a3596 100644 --- a/docs/MulensModel.uniformcausticsampling.html +++ b/docs/MulensModel.uniformcausticsampling.html @@ -6,7 +6,7 @@ - MulensModel.uniformcausticsampling module — MulensModel 2.11.0 documentation + MulensModel.uniformcausticsampling module — MulensModel 2.13.0 documentation @@ -36,7 +36,7 @@
class MulensModel.uniformcausticsampling.UniformCausticSampling(s, q, n_points=10000)
-

Bases: object

+

Bases: object

Uniform sampling of a binary lens caustic. Note that calculations take some time for given (s, q). Keep that in mind, when optimizing your fitting routine.

diff --git a/docs/MulensModel.utils.html b/docs/MulensModel.utils.html index 0ac91fc5..b1be36ac 100644 --- a/docs/MulensModel.utils.html +++ b/docs/MulensModel.utils.html @@ -6,7 +6,7 @@ - MulensModel.utils module — MulensModel 2.11.0 documentation + MulensModel.utils module — MulensModel 2.13.0 documentation @@ -38,7 +38,7 @@
class MulensModel.utils.Utils
-

Bases: object

+

Bases: object

A number of small functions used in different places

@@ -311,7 +311,7 @@
class MulensModel.utils.PlotUtils
-

Bases: object

+

Bases: object

A number of small functions related to plotting used in different places

diff --git a/docs/MulensModel.version.html b/docs/MulensModel.version.html index b55feb6f..4a6cb2e5 100644 --- a/docs/MulensModel.version.html +++ b/docs/MulensModel.version.html @@ -6,7 +6,7 @@ - MulensModel.version module — MulensModel 2.11.0 documentation + MulensModel.version module — MulensModel 2.13.0 documentation diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 8e73830a..39500afb 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '2.11.0', + VERSION: '2.13.0', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/genindex.html b/docs/genindex.html index a7338117..76cbf577 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -5,7 +5,7 @@ - Index — MulensModel 2.11.0 documentation + Index — MulensModel 2.13.0 documentation @@ -218,13 +218,17 @@

E

  • ephemerides_file (MulensModel.mulensdata.MulensData property)
  • - - +
    • err_flux (MulensModel.mulensdata.MulensData property)
    • err_mag (MulensModel.mulensdata.MulensData property) +
    • +
    • errorbars_scale_factors (MulensModel.mulensdata.MulensData property) +
    • +
    • errorbars_scaling_equation (MulensModel.mulensdata.MulensData property)
    • Event (class in MulensModel.event)
    • @@ -899,6 +903,8 @@

      S

    • satellite_skycoord (MulensModel.mulensdata.MulensData property)
    • SatelliteSkyCoord (class in MulensModel.satelliteskycoord) +
    • +
    • scale_errorbars() (MulensModel.mulensdata.MulensData method)
    • scale_fluxes() (MulensModel.fitdata.FitData method)
    • diff --git a/docs/index.html b/docs/index.html index 99de15f2..5210486d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ - Welcome to MulensModel’s documentation! — MulensModel 2.11.0 documentation + Welcome to MulensModel’s documentation! — MulensModel 2.13.0 documentation diff --git a/docs/install.html b/docs/install.html index 77a95954..a3e3997a 100644 --- a/docs/install.html +++ b/docs/install.html @@ -6,7 +6,7 @@ - How to install? — MulensModel 2.11.0 documentation + How to install? — MulensModel 2.13.0 documentation diff --git a/docs/modules.html b/docs/modules.html index c6349546..687301ae 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -6,7 +6,7 @@ - MulensModel — MulensModel 2.11.0 documentation + MulensModel — MulensModel 2.13.0 documentation diff --git a/docs/objects.inv b/docs/objects.inv index 2791d8c1..ca7580d3 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 47535598..c8619f50 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -5,7 +5,7 @@ - Python Module Index — MulensModel 2.11.0 documentation + Python Module Index — MulensModel 2.13.0 documentation diff --git a/docs/search.html b/docs/search.html index 41858627..46db4c2b 100644 --- a/docs/search.html +++ b/docs/search.html @@ -5,7 +5,7 @@ - Search — MulensModel 2.11.0 documentation + Search — MulensModel 2.13.0 documentation diff --git a/docs/searchindex.js b/docs/searchindex.js index df10a010..e28d20e7 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["MulensModel","MulensModel.binarylens","MulensModel.binarylensimports","MulensModel.binarylenswithshear","MulensModel.caustics","MulensModel.causticswithshear","MulensModel.coordinates","MulensModel.event","MulensModel.fitdata","MulensModel.horizons","MulensModel.limbdarkeningcoeffs","MulensModel.magnificationcurve","MulensModel.model","MulensModel.modelparameters","MulensModel.mulensdata","MulensModel.mulensobjects","MulensModel.mulensobjects.lens","MulensModel.mulensobjects.mulenssystem","MulensModel.mulensobjects.source","MulensModel.pointlens","MulensModel.satelliteskycoord","MulensModel.trajectory","MulensModel.uniformcausticsampling","MulensModel.utils","MulensModel.version","index","install","modules","tutorial","tutorial_fit_pi_E","tutorial_fit_pspl"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["MulensModel.rst","MulensModel.binarylens.rst","MulensModel.binarylensimports.rst","MulensModel.binarylenswithshear.rst","MulensModel.caustics.rst","MulensModel.causticswithshear.rst","MulensModel.coordinates.rst","MulensModel.event.rst","MulensModel.fitdata.rst","MulensModel.horizons.rst","MulensModel.limbdarkeningcoeffs.rst","MulensModel.magnificationcurve.rst","MulensModel.model.rst","MulensModel.modelparameters.rst","MulensModel.mulensdata.rst","MulensModel.mulensobjects.rst","MulensModel.mulensobjects.lens.rst","MulensModel.mulensobjects.mulenssystem.rst","MulensModel.mulensobjects.source.rst","MulensModel.pointlens.rst","MulensModel.satelliteskycoord.rst","MulensModel.trajectory.rst","MulensModel.uniformcausticsampling.rst","MulensModel.utils.rst","MulensModel.version.rst","index.rst","install.rst","modules.rst","tutorial.rst","tutorial_fit_pi_E.rst","tutorial_fit_pspl.rst"],objects:{"":[[0,0,0,"-","MulensModel"]],"MulensModel.binarylens":[[1,1,1,"","BinaryLens"]],"MulensModel.binarylens.BinaryLens":[[1,2,1,"","adaptive_contouring_magnification"],[1,2,1,"","hexadecapole_magnification"],[1,2,1,"","point_source_magnification"],[1,2,1,"","vbbl_magnification"]],"MulensModel.binarylenswithshear":[[3,1,1,"","BinaryLensWithShear"]],"MulensModel.binarylenswithshear.BinaryLensWithShear":[[3,2,1,"","point_source_magnification"]],"MulensModel.caustics":[[4,1,1,"","Caustics"]],"MulensModel.caustics.Caustics":[[4,1,1,"","CriticalCurve"],[4,3,1,"","critical_curve"],[4,2,1,"","get_caustics"],[4,2,1,"","plot"]],"MulensModel.causticswithshear":[[5,1,1,"","CausticsWithShear"]],"MulensModel.coordinates":[[6,1,1,"","Coordinates"]],"MulensModel.coordinates.Coordinates":[[6,3,1,"","east_projected"],[6,3,1,"","ecliptic_lat"],[6,3,1,"","ecliptic_lon"],[6,3,1,"","galactic_b"],[6,3,1,"","galactic_l"],[6,3,1,"","north_projected"],[6,2,1,"","v_Earth_projected"]],"MulensModel.event":[[7,1,1,"","Event"]],"MulensModel.event.Event":[[7,3,1,"","best_chi2"],[7,3,1,"","best_chi2_parameters"],[7,3,1,"","blend_fluxes"],[7,2,1,"","calculate_chi2_gradient"],[7,3,1,"","chi2"],[7,3,1,"","chi2_gradient"],[7,3,1,"","coords"],[7,3,1,"","data_ref"],[7,3,1,"","datasets"],[7,2,1,"","fit_fluxes"],[7,3,1,"","fits"],[7,3,1,"","fluxes"],[7,2,1,"","get_chi2"],[7,2,1,"","get_chi2_for_dataset"],[7,2,1,"","get_chi2_gradient"],[7,2,1,"","get_chi2_per_point"],[7,2,1,"","get_flux_for_dataset"],[7,2,1,"","get_ref_fluxes"],[7,3,1,"","model"],[7,2,1,"","plot"],[7,2,1,"","plot_data"],[7,2,1,"","plot_model"],[7,2,1,"","plot_residuals"],[7,2,1,"","plot_source_for_datasets"],[7,2,1,"","plot_trajectory"],[7,2,1,"","reset_best_chi2"],[7,3,1,"","source_fluxes"],[7,3,1,"","sum_function"]],"MulensModel.fitdata":[[8,1,1,"","FitData"]],"MulensModel.fitdata.FitData":[[8,3,1,"","blend_flux"],[8,2,1,"","calculate_chi2_gradient"],[8,3,1,"","chi2"],[8,3,1,"","chi2_gradient"],[8,3,1,"","chi2_per_point"],[8,3,1,"","dataset"],[8,2,1,"","fit_fluxes"],[8,3,1,"","gamma"],[8,2,1,"","get_chi2_gradient"],[8,2,1,"","get_d_A_d_params_for_point_lens_model"],[8,2,1,"","get_d_A_d_u_for_point_lens_model"],[8,2,1,"","get_data_magnification"],[8,2,1,"","get_dataset_trajectory"],[8,2,1,"","get_model_fluxes"],[8,2,1,"","get_model_magnitudes"],[8,2,1,"","get_residuals"],[8,3,1,"","model"],[8,2,1,"","scale_fluxes"],[8,3,1,"","source_flux"],[8,3,1,"","source_flux_ratio"],[8,3,1,"","source_fluxes"],[8,2,1,"","update"]],"MulensModel.horizons":[[9,1,1,"","Horizons"]],"MulensModel.horizons.Horizons":[[9,3,1,"","time"],[9,3,1,"","xyz"]],"MulensModel.limbdarkeningcoeffs":[[10,1,1,"","LimbDarkeningCoeffs"]],"MulensModel.limbdarkeningcoeffs.LimbDarkeningCoeffs":[[10,2,1,"","get_limb_coeff_gamma"],[10,2,1,"","get_limb_coeff_u"],[10,2,1,"","get_weighted_limb_coeff_gamma"],[10,2,1,"","set_limb_coeff_gamma"],[10,2,1,"","set_limb_coeff_u"]],"MulensModel.magnificationcurve":[[11,1,1,"","MagnificationCurve"]],"MulensModel.magnificationcurve.MagnificationCurve":[[11,2,1,"","get_binary_lens_magnification"],[11,2,1,"","get_magnification"],[11,2,1,"","get_point_lens_magnification"],[11,2,1,"","set_magnification_methods"],[11,2,1,"","set_magnification_methods_parameters"]],"MulensModel.model":[[12,1,1,"","Model"]],"MulensModel.model.Model":[[12,3,1,"","bandpasses"],[12,3,1,"","caustics"],[12,3,1,"","coords"],[12,3,1,"","data_magnification"],[12,3,1,"","datasets"],[12,2,1,"","get_data_magnification"],[12,2,1,"","get_lc"],[12,2,1,"","get_limb_coeff_gamma"],[12,2,1,"","get_limb_coeff_u"],[12,2,1,"","get_magnification"],[12,2,1,"","get_parallax"],[12,2,1,"","get_ref_fluxes"],[12,2,1,"","get_residuals"],[12,2,1,"","get_satellite_coords"],[12,2,1,"","get_trajectory"],[12,2,1,"","is_static"],[12,2,1,"","magnification"],[12,3,1,"","n_lenses"],[12,3,1,"","n_sources"],[12,2,1,"","parallax"],[12,3,1,"","parameters"],[12,2,1,"","plot_caustics"],[12,2,1,"","plot_data"],[12,2,1,"","plot_lc"],[12,2,1,"","plot_magnification"],[12,2,1,"","plot_residuals"],[12,2,1,"","plot_source"],[12,2,1,"","plot_source_for_datasets"],[12,2,1,"","plot_trajectory"],[12,2,1,"","reset_plot_properties"],[12,2,1,"","set_datasets"],[12,2,1,"","set_default_magnification_method"],[12,2,1,"","set_limb_coeff_gamma"],[12,2,1,"","set_limb_coeff_u"],[12,2,1,"","set_magnification_methods"],[12,2,1,"","set_magnification_methods_parameters"],[12,2,1,"","set_source_flux_ratio"],[12,2,1,"","set_source_flux_ratio_for_band"],[12,2,1,"","set_times"],[12,2,1,"","update_caustics"]],"MulensModel.modelparameters":[[13,1,1,"","ModelParameters"],[13,4,1,"","which_parameters"]],"MulensModel.modelparameters.ModelParameters":[[13,3,1,"","alpha"],[13,2,1,"","as_dict"],[13,3,1,"","convergence_K"],[13,3,1,"","dalpha_dt"],[13,3,1,"","ds_dt"],[13,3,1,"","gamma"],[13,3,1,"","gamma_parallel"],[13,3,1,"","gamma_perp"],[13,2,1,"","get_alpha"],[13,2,1,"","get_s"],[13,3,1,"","is_external_mass_sheet"],[13,2,1,"","is_finite_source"],[13,2,1,"","is_static"],[13,3,1,"","n_lenses"],[13,3,1,"","n_sources"],[13,3,1,"","pi_E"],[13,3,1,"","pi_E_E"],[13,3,1,"","pi_E_N"],[13,3,1,"","pi_E_mag"],[13,3,1,"","q"],[13,3,1,"","rho"],[13,3,1,"","rho_1"],[13,3,1,"","rho_2"],[13,3,1,"","s"],[13,3,1,"","shear_G"],[13,3,1,"","source_1_parameters"],[13,3,1,"","source_2_parameters"],[13,3,1,"","t_0"],[13,3,1,"","t_0_1"],[13,3,1,"","t_0_2"],[13,3,1,"","t_0_kep"],[13,3,1,"","t_0_par"],[13,3,1,"","t_E"],[13,3,1,"","t_caustic_in"],[13,3,1,"","t_caustic_out"],[13,3,1,"","t_eff"],[13,3,1,"","t_star"],[13,3,1,"","t_star_1"],[13,3,1,"","t_star_2"],[13,3,1,"","u_0"],[13,3,1,"","u_0_1"],[13,3,1,"","u_0_2"],[13,3,1,"","uniform_caustic_sampling"],[13,3,1,"","x_caustic_in"],[13,3,1,"","x_caustic_out"]],"MulensModel.mulensdata":[[14,1,1,"","MulensData"]],"MulensModel.mulensdata.MulensData":[[14,3,1,"","bad"],[14,3,1,"","bandpass"],[14,3,1,"","chi2_fmt"],[14,3,1,"","coords"],[14,2,1,"","copy"],[14,2,1,"","data_and_err_in_chi2_fmt"],[14,2,1,"","data_and_err_in_input_fmt"],[14,3,1,"","ephemerides_file"],[14,3,1,"","err_flux"],[14,3,1,"","err_mag"],[14,3,1,"","flux"],[14,3,1,"","good"],[14,3,1,"","input_fmt"],[14,3,1,"","mag"],[14,3,1,"","n_epochs"],[14,2,1,"","plot"],[14,3,1,"","plot_properties"],[14,3,1,"","satellite_skycoord"],[14,2,1,"","set_limb_darkening_weights"],[14,3,1,"","time"]],"MulensModel.mulensobjects":[[16,0,0,"-","lens"],[17,0,0,"-","mulenssystem"],[18,0,0,"-","source"]],"MulensModel.mulensobjects.lens":[[16,1,1,"","Lens"]],"MulensModel.mulensobjects.lens.Lens":[[16,3,1,"","a_proj"],[16,3,1,"","caustics"],[16,3,1,"","distance"],[16,3,1,"","epsilon"],[16,3,1,"","mass"],[16,3,1,"","mass_1"],[16,3,1,"","mass_2"],[16,3,1,"","mass_3"],[16,3,1,"","n_masses"],[16,3,1,"","pi_L"],[16,2,1,"","plot_caustics"],[16,3,1,"","q"],[16,3,1,"","s"],[16,3,1,"","total_mass"]],"MulensModel.mulensobjects.mulenssystem":[[17,1,1,"","MulensSystem"]],"MulensModel.mulensobjects.mulenssystem.MulensSystem":[[17,3,1,"","lens"],[17,3,1,"","mu_rel"],[17,3,1,"","pi_E"],[17,3,1,"","pi_rel"],[17,2,1,"","plot_caustics"],[17,2,1,"","plot_magnification"],[17,3,1,"","r_E"],[17,3,1,"","r_E_tilde"],[17,3,1,"","source"],[17,3,1,"","t_E"],[17,3,1,"","theta_E"]],"MulensModel.mulensobjects.source":[[18,1,1,"","Source"]],"MulensModel.mulensobjects.source.Source":[[18,3,1,"","angular_radius"],[18,3,1,"","distance"],[18,3,1,"","pi_S"]],"MulensModel.pointlens":[[19,1,1,"","PointLens"],[19,4,1,"","get_pspl_magnification"]],"MulensModel.pointlens.PointLens":[[19,2,1,"","get_point_lens_LD_integrated_magnification"],[19,2,1,"","get_point_lens_finite_source_magnification"],[19,2,1,"","get_point_lens_large_LD_integrated_magnification"],[19,2,1,"","get_point_lens_large_finite_source_magnification"],[19,2,1,"","get_point_lens_limb_darkening_magnification"],[19,2,1,"","get_point_lens_uniform_integrated_magnification"]],"MulensModel.satelliteskycoord":[[20,1,1,"","SatelliteSkyCoord"]],"MulensModel.satelliteskycoord.SatelliteSkyCoord":[[20,2,1,"","get_satellite_coords"]],"MulensModel.trajectory":[[21,1,1,"","Trajectory"]],"MulensModel.trajectory.Trajectory":[[21,2,1,"","get_xy"],[21,3,1,"","parallax_delta_N_E"],[21,3,1,"","x"],[21,3,1,"","y"]],"MulensModel.uniformcausticsampling":[[22,1,1,"","UniformCausticSampling"]],"MulensModel.uniformcausticsampling.UniformCausticSampling":[[22,2,1,"","caustic_point"],[22,2,1,"","check_valid_trajectory"],[22,2,1,"","get_standard_parameters"],[22,2,1,"","get_uniform_sampling"],[22,2,1,"","get_x_in_x_out"],[22,2,1,"","jacobian"],[22,3,1,"","n_caustics"],[22,3,1,"","q"],[22,3,1,"","s"],[22,2,1,"","which_caustic"]],"MulensModel.utils":[[23,1,1,"","PlotUtils"],[23,1,1,"","Utils"]],"MulensModel.utils.PlotUtils":[[23,2,1,"","find_subtract"],[23,2,1,"","find_subtract_xlabel"],[23,2,1,"","get_color_differences"],[23,2,1,"","get_y_value_y_err"]],"MulensModel.utils.Utils":[[23,2,1,"","astropy_version_check"],[23,2,1,"","complex_fsum"],[23,2,1,"","date_change"],[23,2,1,"","dot"],[23,2,1,"","gamma_to_u"],[23,2,1,"","get_flux_and_err_from_mag"],[23,2,1,"","get_flux_from_mag"],[23,2,1,"","get_mag_and_err_from_flux"],[23,2,1,"","get_mag_from_flux"],[23,2,1,"","get_n_caustics"],[23,2,1,"","u_to_gamma"],[23,2,1,"","vector_product_normalized"],[23,2,1,"","velocity_of_Earth"]],MulensModel:[[1,0,0,"-","binarylens"],[2,0,0,"-","binarylensimports"],[3,0,0,"-","binarylenswithshear"],[4,0,0,"-","caustics"],[5,0,0,"-","causticswithshear"],[6,0,0,"-","coordinates"],[7,0,0,"-","event"],[8,0,0,"-","fitdata"],[9,0,0,"-","horizons"],[10,0,0,"-","limbdarkeningcoeffs"],[11,0,0,"-","magnificationcurve"],[12,0,0,"-","model"],[13,0,0,"-","modelparameters"],[14,0,0,"-","mulensdata"],[15,0,0,"-","mulensobjects"],[19,0,0,"-","pointlens"],[20,0,0,"-","satelliteskycoord"],[21,0,0,"-","trajectory"],[22,0,0,"-","uniformcausticsampling"],[23,0,0,"-","utils"],[24,0,0,"-","version"]]},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","property","Python property"],"4":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:property","4":"py:function"},terms:{"0":[1,3,5,7,8,11,12,13,16,19,21,22,23,26,28,29,30],"00":[6,7,23],"000":6,"00096":28,"001":[1,29],"0039":28,"005":[11,12],"01":29,"04":29,"06":28,"086":29,"0j":5,"1":[1,3,4,5,8,10,11,12,13,14,16,19,21,22,23,26,28,29,30],"10":[7,11,22,23,29],"100":[11,29],"1000":12,"10000":22,"102":29,"1025":29,"11":29,"110":29,"1103":29,"12":23,"120":28,"120755":29,"133":28,"139":[11,19],"15":[11,12,29],"150":29,"1593":[1,11,23],"16":[28,29],"1679":[1,11],"17":26,"18":[6,7,29],"180":[6,13,21],"18h00m00":6,"19":28,"1994":[11,19],"2":[4,5,7,8,10,12,13,14,16,22,23,28,29,30],"20":30,"200":[11,19,22],"2002":10,"2003":[19,28],"2004":[11,19,28],"2005":29,"2007":[1,11],"2008":[1,11,13,22,23],"2009":[11,19,22],"2010":[1,11,22],"2011":[13,21],"2012":22,"2015":[23,29],"2018":[11,19],"2022":3,"21":29,"2188":[1,11],"218982":29,"22":[12,23],"2228":22,"223":28,"23":22,"235":28,"24":3,"245":23,"2450000":[7,12,13,14,23,29],"2452810":28,"2452833":28,"2452845":28,"2452848":28,"2452890":28,"2453200":29,"2453628":29,"2453630":29,"2453950":29,"2455746":[11,12],"2455747":[11,12],"2455748":[11,12],"2456789":12,"246":23,"2460000":[7,12,14,23],"25":28,"26":29,"262":19,"27":22,"270":6,"2719":29,"2810":28,"2890":28,"29062":29,"2972":29,"2f":30,"3":[8,10,12,13,20,22,23,29],"30":[6,7,23,29],"30d00m00":6,"3291":29,"3400":29,"35":13,"35507":29,"360":6,"37":29,"37263":29,"377":[1,11],"3800":29,"387105":29,"395":22,"3d":23,"3f":30,"4":[1,11,22],"40":29,"400":29,"408":[1,11],"41":29,"415677":29,"421l":[11,19],"426":22,"430":[11,19],"44":29,"45":29,"479":[11,19],"488817":29,"491":22,"4f":30,"5":[10,12,14,19,26,28,29,30],"50":29,"500":29,"5000":[4,12,16,17],"505":[11,19],"515":22,"5157":[11,19],"52":22,"521":10,"53":28,"5380":30,"572":10,"587":22,"59":29,"5f":[29,30],"5th":[1,3],"6":[11,12,22,28,29],"603":[11,19],"61":28,"611301":29,"6700":29,"67778":29,"681":[1,11,23],"695":[11,19],"7":[11,12,22,29],"71":[11,19,29],"738":13,"787":22,"8":[28,30],"84":29,"87":13,"927":3,"93":29,"947":29,"949":29,"95":29,"9th":3,"boolean":[1,7,8,12,13,14,19,21],"case":[6,10,12,13,14,16,22,29,30],"class":[1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,25,28,30],"default":[1,4,6,7,8,11,12,13,14,21,22,23,28],"do":[1,3,7,12,13,22,28,29],"export":26,"final":[1,30],"float":[1,3,4,5,6,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,30],"function":[1,7,8,11,12,13,14,16,21,22,23,25,29,30],"import":[6,7,9,12,22,28],"int":[4,7,12,13,14,16,17,22,23],"long":[14,29],"public":19,"return":[1,3,4,6,7,8,9,10,11,12,13,14,19,20,22,23,25,29,30],"static":[7,13,23],"true":[1,3,7,8,11,12,13,14,21,22,28,29],"try":[29,30],A:[6,8,10,12,13,14,16,17,19,21,22,23,30],And:[28,29],As:[1,29],At:29,Be:19,But:29,For:[1,7,8,9,11,12,13,19,21,22,25,28],IN:[],If:[1,3,6,7,8,11,12,13,14,16,17,18,19,23,26,28,29,30],In:[6,7,12,13,22,26,29,30],Is:23,It:[1,7,10,12,13,17,21,28,29],Its:[],NOT:28,No:8,Not:[12,16],ON:12,ONE:12,Or:28,That:25,The:[1,3,4,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,28,29,30],Then:[12,13,28,29,30],There:7,These:7,To:[4,8,12,13,22,26,30],Will:[7,14],__future__:28,__init__:14,_lens_:11,_not_:19,_point_:11,a_proj:16,abil:30,about:[12,29,30],abov:[7,8,22,26,30],acc:1,accept:[4,7,8,12,14],access:[7,13],accord:[13,22],account:[12,21],accur:[7,23],accuraci:[1,11,12],across:14,actual:16,ad:[7,16,28],adapt:1,adaptive_contour:11,adaptive_contouring_magnif:[1,11],adaptivecontour:[1,11,26],add:[1,14,26],add_2450000:[14,29],add_2460000:14,addit:[11,12],addition:29,adequ:12,advanc:[1,22],advis:28,advoc:13,affect:[1,12,21],after:[8,16],al:[3,10,11,13,19,21,22,23,28,29],algorithm:[1,22,23,29],all:[7,8,12,14,16,21,22,25,26,28,30],all_approxim:1,allow:[7,8,11,12,13,30],almost:14,along:[4,12],alpha:[12,13,14,17,21,22,28,29],alpha_list:12,alreadi:7,also:[1,7,8,12,14,17,19,22,28,29],altern:[12,22],alwai:[4,5,13,14,17],amplitud:30,an:[6,7,8,9,10,12,13,16,20,22,23,25,29,30],analysi:22,analyz:12,angl:[6,12,13,22],angular:[17,18],angular_radiu:18,ani:12,annual:29,annuli:[11,19],anyth:8,apj:[1,3,10,11,13,19,23],appendix:21,appli:[8,12,22,30],applic:[1,7,8],approach:[19,29],appropri:[7,12,14],approxim:[1,11,19,30],ar:[1,3,4,6,7,8,11,12,13,14,16,17,18,19,21,22,23,25,26,28,29,30],arbitrari:[8,25],archiv:[26,28],area:1,aren:14,arg:[6,12,13,29,30],argument:[7,8,9,11,12,13,16,17,19,21,22,23,30],around:[29,30],arrai:[6,7,8,16,19],arrow:12,arrow_kwarg:12,as_dict:13,associ:30,assum:[7,11,12,13,14,16,17,18,19,21],astropi:[6,7,9,11,12,13,14,16,17,18,20,21,23,26],astropy_version_check:23,attach:12,attr:[7,8],attribut:[1,3,4,5,7,11,12,13,18,19,20,21,30],au:[16,17],author:[14,26],avail:[11,28],axi:[1,3,4,7,12,13,14,22,23,29,30],b:[],back:29,background:18,bad:[7,8,12,14],band:[7,10,12,14],bandpass:[8,10,12,14],barycentr:23,base:[1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,30],baselin:30,bash:26,bashrc:26,basic:[7,13],bayesian:22,becaus:[7,14,22,29],been:7,befor:[1,3,16,26],begin:[13,23,28],behavior:[7,12],below:[22,29],best:[8,12,13,25,28,29,30],best_chi2:7,best_chi2_paramet:7,better:[29,30],between:[1,3,4,5,8,11,12,13,16,17,22,23,29],beyond:20,bfg:30,binari:[1,3,7,8,11,12,13,21,22,23],binarylen:[0,3,27],binarylensimport:[0,27],binarylenswithshear:[0,27],bjd:14,bjd_tdb:14,black:[12,23,28,29],blend:[7,8,12],blend_flux:[7,8,12],blend_flux_0:8,blg234:29,blg:[19,28,29],bodi:[1,3,4,5,13,16,17,28],bond:28,bool:[7,8,12,13,22,23],both:[1,3,4,8,10,12,22,23,29],bottom:22,bozza:[1,11,19],bright:[14,29],brighter:30,burn:29,button:26,c:[19,22,26,30],caclul:7,calcul:[1,3,4,6,7,8,11,12,13,14,19,20,21,22,23,29,30],calculate_chi2_gradi:[7,8],call:[7,8,12,13,14,22,30],can:[1,7,8,10,11,12,13,14,19,22,25,26,28,29,30],cannot:13,cartesian:23,cartesianrepresent:[9,23],cassan:[13,22],caustic:[0,5,7,12,13,16,17,22,23,27],caustic_point:22,causticswithshear:[0,27],center:[1,3,4,10,13,21],central:22,cg:30,chain:29,chang:[7,8,12,13,14,22,23,30],check:[13,14,22,23,26,29],check_valid_trajectori:22,chi2:[7,8,14,25,28,29],chi2_fmt:[7,14],chi2_for_model:30,chi2_gradi:[7,8],chi2_initi:30,chi2_min:29,chi2_min_theta:29,chi2_per_point:8,chi:[7,8,14,29,30],choic:30,choos:29,chosen:1,circl:12,circular:[11,12],cite:[3,22],clariti:29,clockwis:22,close:22,cobyla:30,code:[11,14,22,23,26,28,29,30],coeff:12,coeffici:[1,8,10,11,12,14,18,19,23],color:[12,14,22,23,28,29],color_differ:23,color_list:[12,23],colorbar:22,column:14,combin:[7,12,13,16,29,30],come:29,command:[12,26],comment:28,common:29,companion:16,compar:[11,12],complex128:22,complex:[1,3,13,22,23],complex_fsum:23,complic:22,compon:[6,8,13,16,21,22],comput:[8,11,19,29],condit:22,configur:22,congratul:[26,30],conniv:6,consid:[11,22],consist:[14,17],constraint:[12,30],contact:[14,26],contain:[7,14,30],content:27,contour:[1,11],contrari:[7,12],contribut:[7,8,10],control:[7,12],conveni:29,convent:[1,10,11,12,13,14,21,22,23],converg:[3,11,13],convergence_k:[3,5,13],convert:30,coord:[7,11,12,14,21,29],coordin:[0,1,3,4,7,11,12,13,14,16,20,21,22,27,29],copi:14,correspond:[4,5,8,12,16,22,29,30],could:[14,28],counter:22,counterclockwis:13,cover:14,cpp:26,creat:8,critic:4,critical_curv:4,criticalcurv:4,cross:[13,17,22],cshrc:26,cubic:20,cunstructor:30,current:[7,8,12,19,26,29],curv:[4,7,11,12,17,19,25,29],curvelinear:[13,22],d:[7,8],da:8,da_dparam:8,da_du:8,dai:[13,17,30],dalpha_dt:13,darken:[1,7,8,10,11,12,14,18,19,23],dash:29,dat:[20,29,30],data:[7,8,12,14,20,23,25,29],data_and_err_in_chi2_fmt:14,data_and_err_in_input_fmt:14,data_err:14,data_list:14,data_magnif:[8,12],data_num:7,data_path:[28,29,30],data_ref:[7,12],datapoint:8,dataset:[7,8,12,14,28,29,30],date:[11,12,14,23],date_chang:23,dec:[6,9,12,14],def:[29,30],default_method:11,defin:[1,3,4,6,7,8,12,13,14,16,21,22,26,30],definit:[16,21],deg:[6,13,21],degener:29,degre:[6,12,13,17,28],depend:[7,9,30],deprec:[7,8,12,14],deriv:[8,12],descript:[11,22,25],desir:8,detail:[7,12],determin:[1,8,12,28],dfm:29,dict:[7,8,10,11,12,13,14,21,22,29],dictionari:[10,11,12,13,14,21,22],didn:26,differ:[7,12,14,21,22,23,29,30],dimensionless:[17,21],direct:[12,19],directli:[11,12,13],directori:26,dispers:29,distanc:[9,16,18],distribut:22,doctr:[7,12],doe:[1,7,8,22,28,29],doesn:11,dominik:[1,11],don:[22,28,29],done:[14,29,30],dot:23,dot_product:23,doubl:[12,13,23],download:[26,28,29,30],dozen:30,draw:22,drawn:22,ds_dt:13,dt:12,du:8,due:12,dure:1,e9967a:23,e:[4,5,6,7,8,9,10,11,12,13,14,19,21,22,23,26,30],each:[7,8,10,12,14,16,19,21,22],earth:[6,12,23,29],earth_coord:21,earth_orbit:[11,12,21],easi:[19,29],easili:30,east:[6,13,21],east_project:6,eclipt:6,ecliptic_lat:6,ecliptic_lon:6,effect:[11,12,13,14,19,21,28,29],einstein:[1,3,4,5,13,16,17,19,22],either:[1,7,12,13,14,18,26],element:[8,12],ellips:12,els:30,emce:29,en:23,enclos:1,encourag:30,enough:29,ensemblesampl:29,ensur:8,entranc:[13,22],enumer:30,ephemeri:14,ephemerid:[9,11,12,14,20,21],ephemerides_fil:[8,12,14,20],ephemeris_fil:20,epheri:20,epoch:[6,7,11,12,13,14,20,21,22,23,29],epsilon:16,eq:22,equal:[4,12,13,17,22],equat:[1,3,11,19],err:14,err_flux:[8,14,23],err_mag:[14,23,30],error:[1,11,14],errorbar:[7,8,12,14,30],es:[7,8,12],estim:[1,30],et:[3,10,11,13,19,21,22,23,28,29],etc:[1,3,7,13,14],evalu:[8,14,22,30],even:8,evenli:12,event:[0,1,6,11,12,14,21,22,25,27,28,29,30],event_0:29,event_1:29,event_2:29,everi:[10,12,26,29],everyth:28,ew:29,exactli:12,exampl:[7,12,13,14,20,22,28,29,30],except:[12,21,22],exclud:14,execut:[1,8],exist:[7,22],exit:[13,22],exoplanet:28,expand:28,expect:12,explan:[7,12],explicitli:[12,13,28],extend:14,extern:[3,13],extract:26,extrapol:20,f_blend:12,f_sourc:12,fals:[1,7,8,11,12,14,19,21,22,23],far:11,fast:19,favourit:30,featur:[12,28],few:30,fig:22,figur:29,file:[9,11,12,14,20,21,23,26,29,30],file_nam:[9,14,28,29,30],fill:12,filter:10,find:[12,23,25,29],find_subtract:23,find_subtract_xlabel:23,fine:[22,29,30],finer:12,finit:[1,11,13,19,28],finite_source_ld_lee09:11,finite_source_ld_wittmao94:11,finite_source_ld_yoo04:11,finite_source_ld_yoo04_direct:11,finite_source_uniform_gould94:11,finite_source_uniform_gould94_direct:11,finite_source_uniform_lee09:11,finite_source_uniform_wittmao94:11,first:[7,10,12,23,28,29,30],fit:[7,8,12,13,14,22,25,28],fit_blend:[7,12],fit_flux:[7,8],fitdata:[0,7,27],fix:[7,8,10,12,13],fix_blend:7,fix_blend_flux:[7,8],fix_source_flux:[7,8],fix_source_flux_ratio:[7,8],flag:[7,14],flux:[7,8,10,12,14,23,28,30],flux_err:23,flux_ratio_constraint:12,flux_source_1:12,flux_source_2:12,flux_source_band_1:12,flux_source_band_2:12,fmt:[14,30],fold:22,follow:[21,23,28],form:[11,12,29],formal:19,format:[7,14,23,29,30],found:30,four:22,fpic:26,fraction:[1,3,4,5,13,16,17,19],frame:[9,23],free:8,frequent:[10,22],from:[6,7,8,9,11,12,14,19,20,21,22,23,26,28,29,30],fsbl:13,fspl:13,fsum:7,full:[23,29],full_bjd:[6,23],fulli:26,fun:30,further:29,g:[6,7,8,10,11,12,13,14,19,21,23,26,30],galact:6,galactic_b:6,galactic_l:6,gamma:[1,8,10,11,12,13,14,19,23],gamma_parallel:13,gamma_perp:13,gamma_to_u:23,gaussian:14,gave:7,gca:[4,12,30],gcc:26,gener:[11,21,23,25],get:[7,10,12,13,14,22,23,28,30],get_:13,get_alpha:13,get_binary_lens_magnif:11,get_caust:4,get_chi2:[7,28,29,30],get_chi2_for_dataset:7,get_chi2_gradi:[7,8],get_chi2_per_point:7,get_color_differ:23,get_d_a_d_params_for_point_lens_model:8,get_d_a_d_u_for_point_lens_model:8,get_data_magnif:[8,12],get_dataset_trajectori:8,get_flux_and_err_from_mag:23,get_flux_for_dataset:7,get_flux_from_mag:23,get_lc:12,get_limb_coeff_gamma:[8,10,12],get_limb_coeff_u:[10,12],get_mag_and_err_from_flux:23,get_mag_from_flux:23,get_magnif:[11,12],get_model_flux:8,get_model_magnitud:8,get_n_caust:23,get_parallax:12,get_point_lens_finite_source_magnif:19,get_point_lens_large_finite_source_magnif:19,get_point_lens_large_ld_integrated_magnif:19,get_point_lens_ld_integrated_magnif:19,get_point_lens_limb_darkening_magnif:19,get_point_lens_magnif:11,get_point_lens_uniform_integrated_magnif:19,get_pspl_magnif:19,get_ref_flux:[7,12],get_residu:[8,12],get_satellite_coord:[12,20],get_standard_paramet:22,get_trajectori:12,get_uniform_sampl:22,get_weighted_limb_coeff_gamma:10,get_x_in_x_out:22,get_xi:21,get_y_value_y_err:23,github:26,give:[4,7,8,10,12,13,14,20,30],given:[1,3,4,5,6,7,8,10,11,12,13,14,16,18,20,21,22,23,25,30],go:[12,22,26],goe:29,good:[8,14,28,30],got:29,gould:[1,11,19],gradient:[7,8],green:[1,26],ground:12,guarante:28,guess:30,h:19,ha:[7,8,10,12,13,17,21,22,29,30],had:28,hand:[1,3,22],handl:13,happen:12,have:[7,10,12,14,26,29,30],haven:[7,29],he:29,henc:[11,12,29,30],here:[12,14,19,22,29,30],hexadecapol:[1,11,12],hexadecapole_magnif:[1,11],high:12,higher:[1,3,21,29],hjd:[14,29],hold:9,home:26,hope:29,horizon:[0,20,27],hour:12,hourangl:6,how:[1,14,21,28,29,30],howev:22,http:[23,29],human:[7,12,14],i:[1,4,5,7,8,9,10,11,12,13,14,19,22,29,30],i_caust:22,id:29,ignor:[1,12],imag:[1,3,22],impact:[17,22,29,30],implement:[1,4,5,12,16,19],importantli:23,includ:[3,7,8,11,12,13,14,19,21,26,29,30],index:[7,12,25,29],index_dataset:7,indic:22,individu:8,inf:29,info:9,inform:[7,12,13,14,29,30],inherit:6,initi:30,initial_guess:30,input:[9,13,14,19,21,22,23,25],input_fmt:14,inspect:30,instal:[23,25],instanc:[7,12,13,14,21,30],instantan:[13,19],instead:[1,7,12,13,19,22,29],instruct:[9,14],integr:[1,11,19,22],intermedi:22,intern:[4,12,21,22],interpol:[11,14,19,20],interv:12,introduc:[10,14,23],invert:30,invert_yaxi:30,invok:26,io:29,is_external_mass_sheet:13,is_finite_sourc:13,is_stat:[12,13],isfinit:29,isinst:30,isnan:29,iter:[11,23],its:[1,3,7,10,14],j:19,jacobian:[7,8,13,22],jd:30,join:[28,29,30],jpl:[9,20],julian:[11,12,23],jupyt:28,just:[7,12,20,26,30],k2_ephemeris_01:20,k:[7,8],kain:22,keep:[7,22],kei:[7,8,10,11,12,14,21,22,30],keyword:[4,6,7,8,12,14,16,17,19,20,22],km:[6,23],know:[1,3,28],kpc:[16,18],kwarg:[4,6,7,8,11,12,14,16,17],l:6,label:[14,29,30],label_list:12,larg:[7,11,19],larger:[4,12,14,19,22],last:[26,30],later:[19,23,29],latitud:6,latter:[7,14,29],ld_accuraci:1,learn:[29,30],least:[8,13],leav:28,lee:[11,19],left:[1,3,4],legend:[7,29,30],len:[0,1,3,4,7,8,11,12,13,15,17,19,21,22,23,28,29,30],length:[4,12,14,22,23],lens:[4,5,7,12,19,25],less:30,let:[29,30],librari:1,light:[7,11,12,19,25,29],like:[12,22],likelihood:[25,29],limb:[1,7,8,10,11,12,14,18,19,23],limb_darken:18,limbdarkeningcoeff:[0,12,14,18,19,27],limit:12,line:1,linear:[1,8,10],linestyl:28,linewidth:12,link:[7,12],linspac:22,list:[4,7,8,11,12,13,14,16,20,21,22,23,29,30],lm:26,ln_like:29,ln_like_:29,ln_prior:29,ln_prior_:29,ln_prob:29,load:14,loadtxt:14,loc:[29,30],logarithm:29,longer:[7,12],longitud:6,look:[12,29,30],lower:[1,3,22],ls:29,lstdc:26,lumin:[12,13],lw:29,m:1,m_1:16,m_i:16,ma:[17,18],macho:19,mag:[7,8,12,14,23,30],mag_zeropoint:12,magnif:[1,3,8,11,12,17,19,30],magnification_vector:12,magnificationcurv:[0,12,27],magnitud:[7,8,12,13,14,23,30],mai:[1,3,4,6,7,12,13,14,16,18,29,30],main:[13,25,28],make:[1,3,7,12,14,26,29],mani:13,mao:[11,19],mark:[7,12,14],marker:[7,12,14],marker_list:12,markers:14,martin:[1,11],mass:[1,3,4,5,13,16,17,19,21,22,23],mass_1:[1,3,16],mass_2:[1,3,16],mass_3:16,materi:30,math:7,matplotlib:[4,7,12,14,22,23,28,29,30],matter:14,mayb:12,mead:30,mean:[1,3,7,12,22,23],measur:[13,14],mention:[7,8],messag:30,method:[1,11,12,19,28,30],methods_paramet:[11,12],microarcsecond:18,microlens:[7,10,11,12,13,14,17,19,21,22,25,28],might:28,millarcsecond:18,milliarcsecond:[16,17,18],mind:22,minim:30,minimum:[13,22,23],minut:20,miss:16,mitig:[4,12],mm:[28,29,30],mnra:[1,11,19,22],moa:28,moa_data:28,mode:29,model:[0,7,8,11,13,14,17,19,21,22,25,27,29],model_0:29,model_1:29,model_2:29,model_flux:8,model_mag:8,model_paramet:13,modelparamet:[0,11,12,17,19,21,22,25,27],modifi:29,modul:[25,27,29,30],month:23,more:[7,8,10,12,14,16,17,22,29,30],most:[6,12,13,14,23,28],motion:[12,13,17,19,29],mu:25,mu_rel:17,much:30,mulens_data:14,mulensdata:[0,7,8,11,12,25,27,28,29,30],mulensmodel:[26,28,29,30],mulensobject:[0,27],mulenssystem:[0,15],multi:13,multinest:29,multipl:[11,12,14,19],must:[7,8,12,13,14,17,22],my_1s2l_model:28,my_data:[7,29,30],my_ev:[28,29,30],my_friends_data:30,my_model:29,my_pspl_model:28,n:[21,22],n_burn:29,n_caustic:[22,23],n_dim:29,n_epoch:[12,14],n_lens:[12,13],n_mass:16,n_min_for_caust:22,n_point:[4,12,16,17,22],n_sourc:[8,12,13],n_step:29,n_walker:29,nad:29,name:[8,9,10,11,12,20,29],nan:7,nasa:28,nbest:29,ndarrai:[7,8,9,11,12,13,14,16,19,20,21,22,23,30],ndim:30,ne:13,necessari:[14,26],need:[7,8,11,12,13,14,23,26,29,30],neg:[1,3,7,21,29],neither:1,nelder:30,net:21,next:30,nfev:30,nice:[12,29,30],nicer:14,non:29,none:[1,3,7,8,11,12,14,16,17,18,19,20,21,22,23],normal:[12,23],north:[6,13,21],north_project:6,note:[1,3,4,6,7,10,11,12,13,14,16,17,22,28,29,30],notebook:28,noth:12,now:[28,29,30],np:[6,7,8,9,11,12,13,14,16,19,20,21,22,23,29,30],number:[4,7,12,13,14,16,17,22,23,29],numer:19,numpi:[7,12,14,16,22,29,30],o:26,ob03235:28,ob03235_moa:28,ob03235_ogl:28,ob05086:29,ob08092:30,object:[1,3,4,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23],observ:[17,29],observatori:12,obtain:11,obviou:22,obvious:29,oct:23,off:[12,29],offset:21,ogl:[19,28,29],ogle_data:28,ok:[29,30],onc:12,one:[7,8,12,13,17,29,30],ones:[7,23],onli:[4,5,7,8,12,13,14,16,17,19,22,29,30],onto:17,op:30,open:26,opposit:[13,14],optim:[7,22,28,30],option:[1,4,7,8,11,12,14,20,21],orbit:[12,13],order:[1,3,7,12,14,22,26,30],org:23,origin:[1,3,4,21],os:[28,29,30],other:[1,3,4,7,8,10,11,12,14,22,23,29,30],otherwis:[7,8,23],our:30,out:[23,29],out_text:23,outlin:4,output:[9,21,23,30],outsid:11,over:[7,12,14],overal:8,overestim:1,p:[22,29],packag:[19,23,25,26,27,29,30],paczynski:[11,19],page:[23,25,26],pair:[6,22],panel:22,paper:[1,22],parallax:[11,12,13,14,16,17,18,21,25],parallax_delta_n_:21,parallel:13,param:[13,29],paramet:[1,3,4,6,7,8,10,11,12,13,14,16,17,19,20,21,22,23,25,28,29],parameter:13,parameteris:22,parameters_to_fit:[29,30],pariti:[1,3],part:[8,23,26],partial:8,particular:[7,13],pass:[7,11,12,14,16,17,26],path:[14,20,26,28,29,30],pc:18,peak:30,peirson:3,per:22,percentil:29,perform:8,period:14,perpendicular:[13,23],phot_fmt:[7,8,14,23,28],phot_ob08092_o4:30,photometr:[8,14],photometri:[12,14],photometry_fil:[28,29,30],physic:[17,18],pi_:18,pi_e:[13,17,29],pi_e_:[7,8,13,29],pi_e_mag:13,pi_e_n:[7,8,13,29],pi_l:16,pi_rel:17,piec:[29,30],pip:26,place:23,plane:[4,6,17,21,23],planet:28,planetari:22,pleas:[3,26,28],plot:[4,7,8,12,14,16,17,22,23,28],plot_caust:[12,16,17],plot_data:[7,12,14,28,29,30],plot_lc:[7,12,14],plot_magnif:[12,17,28],plot_model:[7,28,29,30],plot_param:29,plot_properti:14,plot_residu:[7,12,14],plot_sourc:[7,12],plot_source_for_dataset:[7,12],plot_trajectori:[7,12],plotutil:23,plt:[4,12,22,28,29,30],point:[1,3,4,7,8,11,12,13,14,16,17,19,22,23,28,29,30],point_sourc:11,point_source_magnif:[1,3],point_source_point_len:11,pointlen:[0,27],pointlik:19,polynomi:[1,3],posit:[1,3,7,9,11,12,14,19,21,22,29],possibl:[1,3,4,12,13,14],powel:30,pre:11,preced:7,precis:19,prepar:9,prescript:11,present:[1,19,30],previou:[7,12],previous:[7,8,12],primari:[1,3,13,14,16],print:[7,12,13,28,29,30],print_funct:28,prior:29,probabl:29,problem:[14,26],procedur:30,produc:[8,22],product:23,profil:[1,26],project:[6,13,16,17,23],proper:[17,19],properti:[4,6,7,8,9,12,13,14,16,17,18,21,22,29],propos:19,provid:[1,7,12,14,19,20,22,29,30],psbl:13,pspl:[8,13,19],pspl_magnif:19,pspl_model:30,put:22,py:[7,8,12,26],pyplot:[4,12,14,16,17,22,23,28,29,30],python2:28,python3:28,python:[26,29],pythonpath:26,q:[1,3,4,5,13,16,21,22,23,28],quadrupol:[1,11,12],qualiti:12,quantiti:[13,16,17,18,23],quit:22,r:[26,29],r_e:17,r_e_tild:17,ra:[6,9,12,14],rad:13,radian:28,radiu:[1,12,13,17,18,19],rais:22,randn:29,random:29,randomli:22,rang:[7,11,12,14,20,22,28,29],rapper:26,rare:12,rate:13,ratio:[4,5,7,8,12,13,16,22,23,30],re:[1,3,8,26,28,29],read:[4,9,16,17],readi:29,real:22,recalcul:[7,8],recent:26,recommend:[1,3],rectilinear:29,red:[12,28,30],refer:[7,8,9,12,13,29],refit:8,regard:19,regardless:13,regress:12,reject:29,rel:[1,8,10,11,13,16,17,19,22,23,29],relat:[1,23,30],releas:26,relev:7,rememb:[7,10,12,29],remov:12,repeat:[22,26],report:[8,29],repositori:26,repr:[],repres:[6,23],represent:12,request:[1,6,7,8,12,23],requir:[7,8,14,21,22,26],rescal:8,reset:[7,12],reset_best_chi2:7,reset_plot_properti:12,reshap:29,residu:[7,8,12,14,29],reson:22,respect:[7,8,12,14],result:[1,7,28,29,30],result_fun:30,retriev:8,rho:[1,11,12,13,19,28],rho_1:13,rho_2:13,right:[1,3,22,26],ring:[1,3,4,5,13,16,17,22],rough:30,round:29,routin:[22,30],run:[7,8,22,26],run_mcmc:29,s:[1,3,4,5,6,12,13,16,17,19,22,23,26,28,29,30],sai:29,same:[7,11,12,14,19,22,23,30],sampl:[22,29],sample_file_01:14,satellit:[9,11,12,14,20,21],satellite_skycoord:[11,12,14,20,21],satelliteskycoord:[0,12,27],save:[8,14],scale:[4,7,8,12,14,16,23,28],scale_flux:8,scatter:[4,7,12,14,16,17,22],scheme:22,scipi:30,search:[25,29],sec:1,second:[23,29,30],secondari:[1,3,13,16],see:[1,7,8,9,11,12,13,14,16,17,19,20,21,22,25,28,29,30],seem:30,select:22,self:[7,12,14],separ:[1,3,4,5,7,8,11,12,13,16,19,22,23,29],sequenc:[1,30],set:[1,6,7,8,10,11,12,13,14,16,17,18,21,25,28,30],set_aspect:[4,12],set_dataset:12,set_default_magnification_method:12,set_limb_coeff_gamma:[10,12],set_limb_coeff_u:[10,12],set_limb_darkening_weight:14,set_magnification_method:[11,12,28],set_magnification_methods_paramet:[11,12],set_source_flux_ratio:12,set_source_flux_ratio_for_band:12,set_tim:12,setattr:[13,29,30],setenv:26,setup:26,share:26,shear:[3,11,13],shear_g:[3,5,13],sheat:3,sheet:[3,13],shift:[13,21],should:[1,7,8,11,12,14,18,21,22,23,26,30],shouldn:14,show:[7,12,14,22,28,29,30],show_bad:[7,12,14],show_data:12,show_errorbar:[7,12,14],shown:[7,12],sigma:29,sign:13,signific:12,significantli:1,similar:[14,22,23,26,30],simpl:28,simpli:13,simplifi:19,simpson:1,sinc:28,singl:[7,8,12,16,23,29,30],size:[1,12,13,14,16,17,19,22,23],size_list:12,skip:26,skowron:[13,21],sky:[6,11,12,14,21,23],sky_coordin:6,skycoord:[6,7,11,12,14,20,21],slightli:[7,12,29,30],slow:[11,19],slower:[7,29],small:[1,19,23,29],smaller:[11,12,22],smallest:[7,29,30],smooth:22,so:[1,7,12,21,22,26,28,30],solar:16,solmass:[16,17],solut:[1,3,29],some:[1,3,7,22,25,28,29,30],someth:7,somewhat:28,sonam:26,sourc:[0,1,3,7,8,11,12,13,15,17,19,21,22,26,28,29,30],source_1_paramet:13,source_2_paramet:13,source_flux:[7,8,12],source_flux_0:8,source_flux_1:[8,12],source_flux_2:12,source_flux_ratio:[8,12],source_i:[1,3],source_x:[1,3],space:[7,8,10,12,14,22,23],special:14,specif:[12,13,22],specifi:[6,7,8,11,12,14,16,17,18,19,21,22,28,29,30],spheric:12,sphinx:[],spitzer_ephemeris_01:20,split:29,squar:[1,4,8,12],stabl:19,stamp:21,standard:[9,11,13,16,22],star:[17,18,19,29],starblg234:29,start:[1,3,7,12,22,28,29,30],start_1:29,startup:26,state:1,step:[26,29,30],still:30,stoke:11,stop:12,store:[4,12,16,30],str:[6,7,8,9,10,11,12,13,14,20,21,23,30],string:[7,14,23],structur:[4,5,12,17],studi:10,subdirectori:26,submodul:27,subpackag:[27,30],subtract:[7,12,14,23],subtract_2450000:[7,12,14,23,28,29],subtract_2460000:[7,12,14,23],success:[12,30],suitabl:[1,12],sum:[1,7,8,12,16,21,23],sum_funct:7,sun:[12,29],suppli:14,support:13,suppos:[23,28],suppress:14,sure:[1,3,7,12,14,26],symbol:[12,22],symmetr:22,system:[1,3,8,12,13,14,16,17,21],systemat:22,t:[7,11,14,22,26,28,29],t_0:[7,8,12,13,22,28,29,30],t_0_1:[12,13],t_0_2:[12,13],t_0_kep:[12,13],t_0_par:[6,13,29],t_1:29,t_2:29,t_caustic_in:[13,22],t_caustic_out:[13,22],t_e:[7,8,12,13,17,22,28,29,30],t_e_1:13,t_e_2:13,t_eff:[7,8,13],t_rang:[7,12,28],t_star:13,t_star_1:13,t_star_2:13,t_start:[12,29],t_stop:[12,29],tabl:11,take:[7,8,22,29],taken:[7,12,14,21],tbd:[14,16],tbl:28,tcsh:26,tdb:9,termin:26,tertiari:16,test:[1,26],text:23,th:[7,8],than:[1,3,8,10,11,12,14,16,17,22,29,30],thei:[7,8,11,12,14,22,29],them:[1,7,14,29,30],theorem:[1,11],theta:[29,30],theta_:[17,23],thi:[1,3,4,7,8,11,12,13,14,16,19,21,22,23,26,28,29,30],thing:[28,30],third:30,those:[7,12,28],three:[1,14,29],thu:22,time:[1,7,9,11,12,13,14,17,20,21,22,23,26,28,29,30],timescal:[13,29],titl:[7,29],tnc:30,togeth:[28,30],tolist:30,topocentr:[11,12,21],topolog:22,total:[1,3,8,10,14,16],total_mass:16,toward:6,trajectori:[0,7,8,11,12,13,14,19,22,27],transform:[12,23],translat:14,trend:29,tupl:[7,12],turn:[12,29,30],tutori:25,two:[1,3,4,8,12,13,22,28,29,30],txt:[26,28],type:[8,10,12,13,14,19,21,23,30],u:[1,6,10,11,12,18,19,23],u_0:[7,8,13,17,22,28,29,30],u_0_1:13,u_0_2:13,u_limb_darken:1,u_to_gamma:23,uncertainti:[1,8,14,23],under:22,underli:11,uniform:[11,19,22],uniform_caustic_sampl:13,uniformcausticsampl:[0,13,27],uniformli:22,unit:[6,12,13,14,16,17,18,26],unless:[12,14],unnorm:29,unpack:26,up:[20,28],updat:[7,8,12,26],update_caust:12,upper:22,us:[1,3,4,7,8,10,11,12,13,14,16,17,19,20,21,22,23,26,28,29,30],usag:[13,14],user:12,user_nam:26,util:[0,12,27],v:[10,14],v_earth_perp_:6,v_earth_perp_n:6,v_earth_project:[6,23],val:[],valerio:[1,11],valid:13,valu:[1,6,7,8,10,11,12,13,14,16,18,19,21,22,23,25,29,30],valueerror:22,variat:1,vastli:1,vbbinarylens:[11,19],vbbinarylensinglibrari:26,vbbinarylensinglibrary_wrapp:26,vbbl:[1,11,12,26,28],vbbl_magnif:[1,11],vbbl_on:3,ve:26,vector:[4,11,12,13,14,21,23,29],vector_1:23,vector_2:23,vector_product_norm:23,veloc:[6,13,23],velocity_of_earth:23,veri:[1,11,12,19,22,23,29,30],version:[0,23,26,27],via:[12,30],visibl:14,visual:22,vs:14,wa:[7,8,12,19,29,30],wai:[12,22],walker:29,want:[7,8,12,14,16,23,28,29,30],we:[7,12,22,23,28,29,30],websit:[1,29],weight:[10,14],well:[8,11,12,19,29],were:[14,28],what:[1,3,11,21],when:[7,10,11,12,14,22],where:[6,12,22,30],whether:[7,8,12,13,14],which:[6,7,8,11,12,13,16,20,21,22,29,30],which_caust:22,which_paramet:13,wide:22,width:12,wiki:23,wikipedia:23,window:26,without:[8,11,12,14,16,29],witt:[11,19],wl:26,won:14,work:[11,14,19,22,26,28],would:[8,30],written:28,wrong:29,wyrzykowski:29,x0:30,x:[1,3,4,7,9,12,14,16,21,22,28,30],x_caustic:22,x_caustic_in:[13,22],x_caustic_out:[13,22],x_caustic_point:22,x_caustic_sep:22,xallarap:[12,13],xlabel:23,xlim:[28,29],xy:21,xyz:9,y:[1,3,4,9,16,21,22,23],year:[13,29],yerr:30,yet:[7,12,22,29],ylim:28,yoo:[11,19],you:[1,3,7,8,10,11,12,13,14,16,22,23,26,28,29,30],your:[22,26,28,30],yr:[13,17],z:9,zero:[7,22],zeropoint:23,zip:29,zoom:[29,30],zorder:14,zorder_list:12},titles:["MulensModel package","MulensModel.binarylens module","MulensModel.binarylensimports module","MulensModel.binarylenswithshear module","MulensModel.caustics module","MulensModel.causticswithshear module","MulensModel.coordinates module","MulensModel.event module","MulensModel.fitdata module","MulensModel.horizons module","MulensModel.limbdarkeningcoeffs module","MulensModel.magnificationcurve module","MulensModel.model module","MulensModel.modelparameters module","MulensModel.mulensdata module","MulensModel.mulensobjects package","MulensModel.mulensobjects.lens module","MulensModel.mulensobjects.mulenssystem module","MulensModel.mulensobjects.source module","MulensModel.pointlens module","MulensModel.satelliteskycoord module","MulensModel.trajectory module","MulensModel.uniformcausticsampling module","MulensModel.utils module","MulensModel.version module","Welcome to MulensModel\u2019s documentation!","How to install?","MulensModel","Very Basic Tutorial","Microlensing Parallax Fitting Tutorial","Basic Fitting Tutorial"],titleterms:{"import":[29,30],basic:[28,30],binarylen:1,binarylensimport:2,binarylenswithshear:3,caustic:4,causticswithshear:5,combin:28,content:[0,15,25],coordin:6,data:[28,30],defin:28,document:25,event:7,exercis:[29,30],fit:[29,30],fitdata:8,horizon:9,how:26,indic:25,instal:26,introduc:28,len:16,limbdarkeningcoeff:10,magnificationcurv:11,microlens:29,model:[12,28,30],modelparamet:13,modul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],mulensdata:14,mulensmodel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27],mulensobject:[15,16,17,18],mulenssystem:17,old:26,packag:[0,15],parallax:29,paramet:30,plot:[29,30],pointlen:19,prepar:30,run:29,s:25,sampler:29,satelliteskycoord:20,set:29,sourc:18,submodul:[0,15],subpackag:0,tabl:25,trajectori:21,tutori:[28,29,30],uniformcausticsampl:22,util:23,veri:28,version:24,welcom:25}}) \ No newline at end of file +Search.setIndex({docnames:["MulensModel","MulensModel.binarylens","MulensModel.binarylensimports","MulensModel.binarylenswithshear","MulensModel.caustics","MulensModel.causticswithshear","MulensModel.coordinates","MulensModel.event","MulensModel.fitdata","MulensModel.horizons","MulensModel.limbdarkeningcoeffs","MulensModel.magnificationcurve","MulensModel.model","MulensModel.modelparameters","MulensModel.mulensdata","MulensModel.mulensobjects","MulensModel.mulensobjects.lens","MulensModel.mulensobjects.mulenssystem","MulensModel.mulensobjects.source","MulensModel.pointlens","MulensModel.satelliteskycoord","MulensModel.trajectory","MulensModel.uniformcausticsampling","MulensModel.utils","MulensModel.version","index","install","modules","tutorial","tutorial_fit_pi_E","tutorial_fit_pspl"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["MulensModel.rst","MulensModel.binarylens.rst","MulensModel.binarylensimports.rst","MulensModel.binarylenswithshear.rst","MulensModel.caustics.rst","MulensModel.causticswithshear.rst","MulensModel.coordinates.rst","MulensModel.event.rst","MulensModel.fitdata.rst","MulensModel.horizons.rst","MulensModel.limbdarkeningcoeffs.rst","MulensModel.magnificationcurve.rst","MulensModel.model.rst","MulensModel.modelparameters.rst","MulensModel.mulensdata.rst","MulensModel.mulensobjects.rst","MulensModel.mulensobjects.lens.rst","MulensModel.mulensobjects.mulenssystem.rst","MulensModel.mulensobjects.source.rst","MulensModel.pointlens.rst","MulensModel.satelliteskycoord.rst","MulensModel.trajectory.rst","MulensModel.uniformcausticsampling.rst","MulensModel.utils.rst","MulensModel.version.rst","index.rst","install.rst","modules.rst","tutorial.rst","tutorial_fit_pi_E.rst","tutorial_fit_pspl.rst"],objects:{"":[[0,0,0,"-","MulensModel"]],"MulensModel.binarylens":[[1,1,1,"","BinaryLens"]],"MulensModel.binarylens.BinaryLens":[[1,2,1,"","adaptive_contouring_magnification"],[1,2,1,"","hexadecapole_magnification"],[1,2,1,"","point_source_magnification"],[1,2,1,"","vbbl_magnification"]],"MulensModel.binarylenswithshear":[[3,1,1,"","BinaryLensWithShear"]],"MulensModel.binarylenswithshear.BinaryLensWithShear":[[3,2,1,"","point_source_magnification"]],"MulensModel.caustics":[[4,1,1,"","Caustics"]],"MulensModel.caustics.Caustics":[[4,1,1,"","CriticalCurve"],[4,3,1,"","critical_curve"],[4,2,1,"","get_caustics"],[4,2,1,"","plot"]],"MulensModel.causticswithshear":[[5,1,1,"","CausticsWithShear"]],"MulensModel.coordinates":[[6,1,1,"","Coordinates"]],"MulensModel.coordinates.Coordinates":[[6,3,1,"","east_projected"],[6,3,1,"","ecliptic_lat"],[6,3,1,"","ecliptic_lon"],[6,3,1,"","galactic_b"],[6,3,1,"","galactic_l"],[6,3,1,"","north_projected"],[6,2,1,"","v_Earth_projected"]],"MulensModel.event":[[7,1,1,"","Event"]],"MulensModel.event.Event":[[7,3,1,"","best_chi2"],[7,3,1,"","best_chi2_parameters"],[7,3,1,"","blend_fluxes"],[7,2,1,"","calculate_chi2_gradient"],[7,3,1,"","chi2"],[7,3,1,"","chi2_gradient"],[7,3,1,"","coords"],[7,3,1,"","data_ref"],[7,3,1,"","datasets"],[7,2,1,"","fit_fluxes"],[7,3,1,"","fits"],[7,3,1,"","fluxes"],[7,2,1,"","get_chi2"],[7,2,1,"","get_chi2_for_dataset"],[7,2,1,"","get_chi2_gradient"],[7,2,1,"","get_chi2_per_point"],[7,2,1,"","get_flux_for_dataset"],[7,2,1,"","get_ref_fluxes"],[7,3,1,"","model"],[7,2,1,"","plot"],[7,2,1,"","plot_data"],[7,2,1,"","plot_model"],[7,2,1,"","plot_residuals"],[7,2,1,"","plot_source_for_datasets"],[7,2,1,"","plot_trajectory"],[7,2,1,"","reset_best_chi2"],[7,3,1,"","source_fluxes"],[7,3,1,"","sum_function"]],"MulensModel.fitdata":[[8,1,1,"","FitData"]],"MulensModel.fitdata.FitData":[[8,3,1,"","blend_flux"],[8,2,1,"","calculate_chi2_gradient"],[8,3,1,"","chi2"],[8,3,1,"","chi2_gradient"],[8,3,1,"","chi2_per_point"],[8,3,1,"","dataset"],[8,2,1,"","fit_fluxes"],[8,3,1,"","gamma"],[8,2,1,"","get_chi2_gradient"],[8,2,1,"","get_d_A_d_params_for_point_lens_model"],[8,2,1,"","get_d_A_d_u_for_point_lens_model"],[8,2,1,"","get_data_magnification"],[8,2,1,"","get_dataset_trajectory"],[8,2,1,"","get_model_fluxes"],[8,2,1,"","get_model_magnitudes"],[8,2,1,"","get_residuals"],[8,3,1,"","model"],[8,2,1,"","scale_fluxes"],[8,3,1,"","source_flux"],[8,3,1,"","source_flux_ratio"],[8,3,1,"","source_fluxes"],[8,2,1,"","update"]],"MulensModel.horizons":[[9,1,1,"","Horizons"]],"MulensModel.horizons.Horizons":[[9,3,1,"","time"],[9,3,1,"","xyz"]],"MulensModel.limbdarkeningcoeffs":[[10,1,1,"","LimbDarkeningCoeffs"]],"MulensModel.limbdarkeningcoeffs.LimbDarkeningCoeffs":[[10,2,1,"","get_limb_coeff_gamma"],[10,2,1,"","get_limb_coeff_u"],[10,2,1,"","get_weighted_limb_coeff_gamma"],[10,2,1,"","set_limb_coeff_gamma"],[10,2,1,"","set_limb_coeff_u"]],"MulensModel.magnificationcurve":[[11,1,1,"","MagnificationCurve"]],"MulensModel.magnificationcurve.MagnificationCurve":[[11,2,1,"","get_binary_lens_magnification"],[11,2,1,"","get_magnification"],[11,2,1,"","get_point_lens_magnification"],[11,2,1,"","set_magnification_methods"],[11,2,1,"","set_magnification_methods_parameters"]],"MulensModel.model":[[12,1,1,"","Model"]],"MulensModel.model.Model":[[12,3,1,"","bandpasses"],[12,3,1,"","caustics"],[12,3,1,"","coords"],[12,3,1,"","data_magnification"],[12,3,1,"","datasets"],[12,2,1,"","get_data_magnification"],[12,2,1,"","get_lc"],[12,2,1,"","get_limb_coeff_gamma"],[12,2,1,"","get_limb_coeff_u"],[12,2,1,"","get_magnification"],[12,2,1,"","get_parallax"],[12,2,1,"","get_ref_fluxes"],[12,2,1,"","get_residuals"],[12,2,1,"","get_satellite_coords"],[12,2,1,"","get_trajectory"],[12,2,1,"","is_static"],[12,2,1,"","magnification"],[12,3,1,"","n_lenses"],[12,3,1,"","n_sources"],[12,2,1,"","parallax"],[12,3,1,"","parameters"],[12,2,1,"","plot_caustics"],[12,2,1,"","plot_data"],[12,2,1,"","plot_lc"],[12,2,1,"","plot_magnification"],[12,2,1,"","plot_residuals"],[12,2,1,"","plot_source"],[12,2,1,"","plot_source_for_datasets"],[12,2,1,"","plot_trajectory"],[12,2,1,"","reset_plot_properties"],[12,2,1,"","set_datasets"],[12,2,1,"","set_default_magnification_method"],[12,2,1,"","set_limb_coeff_gamma"],[12,2,1,"","set_limb_coeff_u"],[12,2,1,"","set_magnification_methods"],[12,2,1,"","set_magnification_methods_parameters"],[12,2,1,"","set_source_flux_ratio"],[12,2,1,"","set_source_flux_ratio_for_band"],[12,2,1,"","set_times"],[12,2,1,"","update_caustics"]],"MulensModel.modelparameters":[[13,1,1,"","ModelParameters"],[13,4,1,"","which_parameters"]],"MulensModel.modelparameters.ModelParameters":[[13,3,1,"","alpha"],[13,2,1,"","as_dict"],[13,3,1,"","convergence_K"],[13,3,1,"","dalpha_dt"],[13,3,1,"","ds_dt"],[13,3,1,"","gamma"],[13,3,1,"","gamma_parallel"],[13,3,1,"","gamma_perp"],[13,2,1,"","get_alpha"],[13,2,1,"","get_s"],[13,3,1,"","is_external_mass_sheet"],[13,2,1,"","is_finite_source"],[13,2,1,"","is_static"],[13,3,1,"","n_lenses"],[13,3,1,"","n_sources"],[13,3,1,"","pi_E"],[13,3,1,"","pi_E_E"],[13,3,1,"","pi_E_N"],[13,3,1,"","pi_E_mag"],[13,3,1,"","q"],[13,3,1,"","rho"],[13,3,1,"","rho_1"],[13,3,1,"","rho_2"],[13,3,1,"","s"],[13,3,1,"","shear_G"],[13,3,1,"","source_1_parameters"],[13,3,1,"","source_2_parameters"],[13,3,1,"","t_0"],[13,3,1,"","t_0_1"],[13,3,1,"","t_0_2"],[13,3,1,"","t_0_kep"],[13,3,1,"","t_0_par"],[13,3,1,"","t_E"],[13,3,1,"","t_caustic_in"],[13,3,1,"","t_caustic_out"],[13,3,1,"","t_eff"],[13,3,1,"","t_star"],[13,3,1,"","t_star_1"],[13,3,1,"","t_star_2"],[13,3,1,"","u_0"],[13,3,1,"","u_0_1"],[13,3,1,"","u_0_2"],[13,3,1,"","uniform_caustic_sampling"],[13,3,1,"","x_caustic_in"],[13,3,1,"","x_caustic_out"]],"MulensModel.mulensdata":[[14,1,1,"","MulensData"]],"MulensModel.mulensdata.MulensData":[[14,3,1,"","bad"],[14,3,1,"","bandpass"],[14,3,1,"","chi2_fmt"],[14,3,1,"","coords"],[14,2,1,"","copy"],[14,2,1,"","data_and_err_in_chi2_fmt"],[14,2,1,"","data_and_err_in_input_fmt"],[14,3,1,"","ephemerides_file"],[14,3,1,"","err_flux"],[14,3,1,"","err_mag"],[14,3,1,"","errorbars_scale_factors"],[14,3,1,"","errorbars_scaling_equation"],[14,3,1,"","flux"],[14,3,1,"","good"],[14,3,1,"","input_fmt"],[14,3,1,"","mag"],[14,3,1,"","n_epochs"],[14,2,1,"","plot"],[14,3,1,"","plot_properties"],[14,3,1,"","satellite_skycoord"],[14,2,1,"","scale_errorbars"],[14,2,1,"","set_limb_darkening_weights"],[14,3,1,"","time"]],"MulensModel.mulensobjects":[[16,0,0,"-","lens"],[17,0,0,"-","mulenssystem"],[18,0,0,"-","source"]],"MulensModel.mulensobjects.lens":[[16,1,1,"","Lens"]],"MulensModel.mulensobjects.lens.Lens":[[16,3,1,"","a_proj"],[16,3,1,"","caustics"],[16,3,1,"","distance"],[16,3,1,"","epsilon"],[16,3,1,"","mass"],[16,3,1,"","mass_1"],[16,3,1,"","mass_2"],[16,3,1,"","mass_3"],[16,3,1,"","n_masses"],[16,3,1,"","pi_L"],[16,2,1,"","plot_caustics"],[16,3,1,"","q"],[16,3,1,"","s"],[16,3,1,"","total_mass"]],"MulensModel.mulensobjects.mulenssystem":[[17,1,1,"","MulensSystem"]],"MulensModel.mulensobjects.mulenssystem.MulensSystem":[[17,3,1,"","lens"],[17,3,1,"","mu_rel"],[17,3,1,"","pi_E"],[17,3,1,"","pi_rel"],[17,2,1,"","plot_caustics"],[17,2,1,"","plot_magnification"],[17,3,1,"","r_E"],[17,3,1,"","r_E_tilde"],[17,3,1,"","source"],[17,3,1,"","t_E"],[17,3,1,"","theta_E"]],"MulensModel.mulensobjects.source":[[18,1,1,"","Source"]],"MulensModel.mulensobjects.source.Source":[[18,3,1,"","angular_radius"],[18,3,1,"","distance"],[18,3,1,"","pi_S"]],"MulensModel.pointlens":[[19,1,1,"","PointLens"],[19,4,1,"","get_pspl_magnification"]],"MulensModel.pointlens.PointLens":[[19,2,1,"","get_point_lens_LD_integrated_magnification"],[19,2,1,"","get_point_lens_finite_source_magnification"],[19,2,1,"","get_point_lens_large_LD_integrated_magnification"],[19,2,1,"","get_point_lens_large_finite_source_magnification"],[19,2,1,"","get_point_lens_limb_darkening_magnification"],[19,2,1,"","get_point_lens_uniform_integrated_magnification"]],"MulensModel.satelliteskycoord":[[20,1,1,"","SatelliteSkyCoord"]],"MulensModel.satelliteskycoord.SatelliteSkyCoord":[[20,2,1,"","get_satellite_coords"]],"MulensModel.trajectory":[[21,1,1,"","Trajectory"]],"MulensModel.trajectory.Trajectory":[[21,2,1,"","get_xy"],[21,3,1,"","parallax_delta_N_E"],[21,3,1,"","x"],[21,3,1,"","y"]],"MulensModel.uniformcausticsampling":[[22,1,1,"","UniformCausticSampling"]],"MulensModel.uniformcausticsampling.UniformCausticSampling":[[22,2,1,"","caustic_point"],[22,2,1,"","check_valid_trajectory"],[22,2,1,"","get_standard_parameters"],[22,2,1,"","get_uniform_sampling"],[22,2,1,"","get_x_in_x_out"],[22,2,1,"","jacobian"],[22,3,1,"","n_caustics"],[22,3,1,"","q"],[22,3,1,"","s"],[22,2,1,"","which_caustic"]],"MulensModel.utils":[[23,1,1,"","PlotUtils"],[23,1,1,"","Utils"]],"MulensModel.utils.PlotUtils":[[23,2,1,"","find_subtract"],[23,2,1,"","find_subtract_xlabel"],[23,2,1,"","get_color_differences"],[23,2,1,"","get_y_value_y_err"]],"MulensModel.utils.Utils":[[23,2,1,"","astropy_version_check"],[23,2,1,"","complex_fsum"],[23,2,1,"","date_change"],[23,2,1,"","dot"],[23,2,1,"","gamma_to_u"],[23,2,1,"","get_flux_and_err_from_mag"],[23,2,1,"","get_flux_from_mag"],[23,2,1,"","get_mag_and_err_from_flux"],[23,2,1,"","get_mag_from_flux"],[23,2,1,"","get_n_caustics"],[23,2,1,"","u_to_gamma"],[23,2,1,"","vector_product_normalized"],[23,2,1,"","velocity_of_Earth"]],MulensModel:[[1,0,0,"-","binarylens"],[2,0,0,"-","binarylensimports"],[3,0,0,"-","binarylenswithshear"],[4,0,0,"-","caustics"],[5,0,0,"-","causticswithshear"],[6,0,0,"-","coordinates"],[7,0,0,"-","event"],[8,0,0,"-","fitdata"],[9,0,0,"-","horizons"],[10,0,0,"-","limbdarkeningcoeffs"],[11,0,0,"-","magnificationcurve"],[12,0,0,"-","model"],[13,0,0,"-","modelparameters"],[14,0,0,"-","mulensdata"],[15,0,0,"-","mulensobjects"],[19,0,0,"-","pointlens"],[20,0,0,"-","satelliteskycoord"],[21,0,0,"-","trajectory"],[22,0,0,"-","uniformcausticsampling"],[23,0,0,"-","utils"],[24,0,0,"-","version"]]},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","property","Python property"],"4":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:property","4":"py:function"},terms:{"0":[1,3,5,7,8,11,12,13,16,19,21,22,23,26,28,29,30],"00":[6,7,23],"000":6,"00096":28,"001":[1,29],"0039":28,"005":[11,12],"01":29,"04":29,"06":28,"086":29,"0j":5,"1":[1,3,4,5,8,10,11,12,13,14,16,19,21,22,23,26,28,29,30],"10":[7,11,22,23,29],"100":[11,29],"1000":12,"10000":22,"102":29,"1025":29,"11":29,"110":29,"1103":29,"12":23,"120":28,"120755":29,"133":28,"139":[11,19],"15":[11,12,29],"150":29,"1593":[1,11,23],"16":[28,29],"1679":[1,11],"17":26,"18":[6,7,29],"180":[6,13,21],"18h00m00":6,"19":28,"1994":[11,19],"2":[4,5,7,8,10,12,13,14,16,22,23,28,29,30],"20":30,"200":[11,19,22],"2002":10,"2003":[19,28],"2004":[11,19,28],"2005":29,"2007":[1,11],"2008":[1,11,13,22,23],"2009":[11,19,22],"2010":[1,11,22],"2011":[13,21],"2012":22,"2015":[23,29],"2018":[11,19],"2022":3,"21":29,"2188":[1,11],"218982":29,"22":[12,23],"2228":22,"223":28,"23":22,"235":28,"24":3,"245":23,"2450000":[7,12,13,14,23,29],"2452810":28,"2452833":28,"2452845":28,"2452848":28,"2452890":28,"2453200":29,"2453628":29,"2453630":29,"2453950":29,"2455746":[11,12],"2455747":[11,12],"2455748":[11,12],"2456789":12,"246":23,"2460000":[7,12,14,23],"25":28,"26":29,"262":19,"27":22,"270":6,"2719":29,"2810":28,"2890":28,"29062":29,"2972":29,"2f":30,"3":[8,10,12,13,20,22,23,29],"30":[6,7,23,29],"30d00m00":6,"3291":29,"3400":29,"35":13,"35507":29,"360":6,"37":29,"37263":29,"377":[1,11],"3800":29,"387105":29,"395":22,"3d":23,"3f":30,"4":[1,11,22],"40":29,"400":29,"408":[1,11],"41":29,"415677":29,"421l":[11,19],"426":22,"430":[11,19],"44":29,"45":29,"479":[11,19],"488817":29,"491":22,"4f":30,"5":[10,12,14,19,26,28,29,30],"50":29,"500":29,"5000":[4,12,16,17],"505":[11,19],"515":22,"5157":[11,19],"52":22,"521":10,"53":28,"5380":30,"572":10,"587":22,"59":29,"5f":[29,30],"5th":[1,3],"6":[11,12,22,28,29],"603":[11,19],"61":28,"611301":29,"6700":29,"67778":29,"681":[1,11,23],"695":[11,19],"7":[11,12,22,29],"71":[11,19,29],"738":13,"787":22,"8":[28,30],"84":29,"87":13,"927":3,"93":29,"947":29,"949":29,"95":29,"9th":3,"boolean":[1,7,8,12,13,14,19,21],"case":[6,10,12,13,14,16,22,29,30],"class":[1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,25,28,30],"default":[1,4,6,7,8,11,12,13,14,21,22,23,28],"do":[1,3,7,12,13,22,28,29],"export":26,"final":[1,30],"float":[1,3,4,5,6,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,30],"function":[1,7,8,11,12,13,14,16,21,22,23,25,29,30],"import":[6,7,9,12,22,28],"int":[4,7,12,13,14,16,17,22,23],"long":[14,29],"public":19,"return":[1,3,4,6,7,8,9,10,11,12,13,14,19,20,22,23,25,29,30],"static":[7,13,23],"true":[1,3,7,8,11,12,13,14,21,22,28,29],"try":[29,30],"while":14,A:[6,8,10,12,13,14,16,17,19,21,22,23,30],And:[28,29],As:[1,29],At:29,Be:19,But:29,For:[1,7,8,9,11,12,13,19,21,22,25,28],IN:[],If:[1,3,6,7,8,11,12,13,14,16,17,18,19,23,26,28,29,30],In:[6,7,12,13,22,26,29,30],Is:23,It:[1,7,10,12,13,17,21,28,29],Its:[],NOT:28,No:8,Not:[12,16],ON:12,ONE:12,Or:28,That:25,The:[1,3,4,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,28,29,30],Then:[12,13,28,29,30],There:7,These:7,To:[4,8,12,13,22,26,30],Will:[7,14],__future__:28,__init__:14,_lens_:11,_not_:19,_point_:11,a_proj:16,abil:30,about:[12,29,30],abov:[7,8,22,26,30],acc:1,accept:[4,7,8,12,14],access:[7,13],accord:[13,22],account:[12,21],accur:[7,23],accuraci:[1,11,12],across:14,actual:16,ad:[7,14,16,28],adapt:1,adaptive_contour:11,adaptive_contouring_magnif:[1,11],adaptivecontour:[1,11,26],add:[1,14,26],add_2450000:[14,29],add_2460000:14,addit:[11,12],addition:29,adequ:12,advanc:[1,22],advis:28,advoc:13,affect:[1,12,21],after:[8,16],al:[3,10,11,13,19,21,22,23,28,29],algorithm:[1,22,23,29],all:[7,8,12,14,16,21,22,25,26,28,30],all_approxim:1,allow:[7,8,11,12,13,30],almost:14,along:[4,12],alpha:[12,13,14,17,21,22,28,29],alpha_list:12,alreadi:7,also:[1,7,8,12,14,17,19,22,28,29],altern:[12,22],alwai:[4,5,13,14,17],amplitud:30,an:[6,7,8,9,10,12,13,16,20,22,23,25,29,30],analysi:22,analyz:12,angl:[6,12,13,22],angular:[17,18],angular_radiu:18,ani:12,annual:29,annuli:[11,19],anyth:8,apj:[1,3,10,11,13,19,23],appendix:21,appli:[8,12,22,30],applic:[1,7,8],approach:[19,29],appropri:[7,12,14],approxim:[1,11,19,30],ar:[1,3,4,6,7,8,11,12,13,14,16,17,18,19,21,22,23,25,26,28,29,30],arbitrari:[8,25],archiv:[26,28],area:1,aren:14,arg:[6,12,13,29,30],argument:[7,8,9,11,12,13,16,17,19,21,22,23,30],around:[29,30],arrai:[6,7,8,16,19],arrow:12,arrow_kwarg:12,as_dict:13,associ:30,assum:[7,11,12,13,14,16,17,18,19,21],astropi:[6,7,9,11,12,13,14,16,17,18,20,21,23,26],astropy_version_check:23,attach:12,attr:[7,8],attribut:[1,3,4,5,7,11,12,13,18,19,20,21,30],au:[16,17],author:[14,26],avail:[11,28],axi:[1,3,4,7,12,13,14,22,23,29,30],b:[],back:29,background:18,bad:[7,8,12,14],band:[7,10,12,14],bandpass:[8,10,12,14],barycentr:23,base:[1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,30],baselin:30,bash:26,bashrc:26,basic:[7,13],bayesian:22,becaus:[7,14,22,29],been:7,befor:[1,3,16,26],begin:[13,23,28],behavior:[7,12],below:[22,29],best:[8,12,13,25,28,29,30],best_chi2:7,best_chi2_paramet:7,better:[29,30],between:[1,3,4,5,8,11,12,13,16,17,22,23,29],beyond:20,bfg:30,binari:[1,3,7,8,11,12,13,21,22,23],binarylen:[0,3,27],binarylensimport:[0,27],binarylenswithshear:[0,27],bjd:14,bjd_tdb:14,black:[12,23,28,29],blend:[7,8,12],blend_flux:[7,8,12],blend_flux_0:8,blg234:29,blg:[19,28,29],bodi:[1,3,4,5,13,16,17,28],bond:28,bool:[7,8,12,13,22,23],both:[1,3,4,8,10,12,22,23,29],bottom:22,bozza:[1,11,19],bright:[14,29],brighter:30,burn:29,button:26,c:[19,22,26,30],caclul:7,calcul:[1,3,4,6,7,8,11,12,13,14,19,20,21,22,23,29,30],calculate_chi2_gradi:[7,8],call:[7,8,12,13,14,22,30],can:[1,7,8,10,11,12,13,14,19,22,25,26,28,29,30],cannot:13,cartesian:23,cartesianrepresent:[9,23],cassan:[13,22],caustic:[0,5,7,12,13,16,17,22,23,27],caustic_point:22,causticswithshear:[0,27],center:[1,3,4,10,13,21],central:22,cg:30,chain:29,chang:[7,8,12,13,14,22,23,30],check:[13,14,22,23,26,29],check_valid_trajectori:22,chi2:[7,8,14,25,28,29],chi2_fmt:[7,14],chi2_for_model:30,chi2_gradi:[7,8],chi2_initi:30,chi2_min:29,chi2_min_theta:29,chi2_per_point:8,chi:[7,8,14,29,30],choic:30,choos:29,chosen:1,circl:12,circular:[11,12],cite:[3,22],clariti:29,clockwis:22,close:22,cobyla:30,code:[11,14,22,23,26,28,29,30],coeff:12,coeffici:[1,8,10,11,12,14,18,19,23],color:[12,14,22,23,28,29],color_differ:23,color_list:[12,23],colorbar:22,column:14,combin:[7,12,13,16,29,30],come:29,command:[12,26],comment:28,common:29,companion:16,compar:[11,12],complex128:22,complex:[1,3,13,22,23],complex_fsum:23,complic:22,compon:[6,8,13,16,21,22],comput:[8,11,19,29],condit:22,configur:22,congratul:[26,30],conniv:6,consid:[11,22],consist:[14,17],constraint:[12,30],contact:[14,26],contain:[7,14,30],content:27,contour:[1,11],contrari:[7,12],contribut:[7,8,10],control:[7,12],conveni:29,convent:[1,10,11,12,13,14,21,22,23],converg:[3,11,13],convergence_k:[3,5,13],convert:30,coord:[7,11,12,14,21,29],coordin:[0,1,3,4,7,11,12,13,14,16,20,21,22,27,29],copi:14,correspond:[4,5,8,12,16,22,29,30],could:[14,28],counter:22,counterclockwis:13,cover:14,cpp:26,creat:8,critic:4,critical_curv:4,criticalcurv:4,cross:[13,17,22],cshrc:26,cubic:20,cunstructor:30,current:[7,8,12,19,26,29],curv:[4,7,11,12,17,19,25,29],curvelinear:[13,22],d:[7,8],da:8,da_dparam:8,da_du:8,dai:[13,17,30],dalpha_dt:13,darken:[1,7,8,10,11,12,14,18,19,23],dash:29,dat:[20,29,30],data:[7,8,12,14,20,23,25,29],data_and_err_in_chi2_fmt:14,data_and_err_in_input_fmt:14,data_err:14,data_list:14,data_magnif:[8,12],data_num:7,data_path:[28,29,30],data_ref:[7,12],datapoint:8,dataset:[7,8,12,14,28,29,30],date:[11,12,14,23],date_chang:23,dec:[6,9,12,14],def:[29,30],default_method:11,defin:[1,3,4,6,7,8,12,13,14,16,21,22,26,30],definit:[16,21],deg:[6,13,21],degener:29,degre:[6,12,13,17,28],depend:[7,9,30],deprec:[7,8,12,14],deriv:[8,12],descript:[11,22,25],desir:8,detail:[7,12],determin:[1,8,12,28],dfm:29,dict:[7,8,10,11,12,13,14,21,22,29],dictionari:[10,11,12,13,14,21,22],didn:26,differ:[7,12,14,21,22,23,29,30],dimensionless:[17,21],direct:[12,19],directli:[11,12,13],directori:26,dispers:29,distanc:[9,16,18],distribut:22,doctr:[7,12],doe:[1,7,8,22,28,29],doesn:11,dominik:[1,11],don:[22,28,29],done:[14,29,30],dot:23,dot_product:23,doubl:[12,13,23],download:[26,28,29,30],dozen:30,draw:22,drawn:22,ds_dt:13,dt:12,du:8,due:12,dure:1,e9967a:23,e:[4,5,6,7,8,9,10,11,12,13,14,19,21,22,23,26,30],each:[7,8,10,12,14,16,19,21,22],earth:[6,12,23,29],earth_coord:21,earth_orbit:[11,12,21],easi:[19,29],easili:30,east:[6,13,21],east_project:6,eclipt:6,ecliptic_lat:6,ecliptic_lon:6,effect:[11,12,13,14,19,21,28,29],einstein:[1,3,4,5,13,16,17,19,22],either:[1,7,12,13,14,18,26],element:[8,12],ellips:12,els:30,emce:29,en:23,enclos:1,encourag:30,enough:29,ensemblesampl:29,ensur:8,entranc:[13,22],enumer:30,ephemeri:14,ephemerid:[9,11,12,14,20,21],ephemerides_fil:[8,12,14,20],ephemeris_fil:20,epheri:20,epoch:[6,7,11,12,13,14,20,21,22,23,29],epsilon:16,eq:22,equal:[4,12,13,17,22],equat:[1,3,11,14,19],err:14,err_flux:[8,14,23],err_mag:[14,23,30],error:[1,11,14],errorbar:[7,8,12,14,30],errorbars_scale_factor:14,errorbars_scaling_equ:14,es:[7,8,12],estim:[1,30],et:[3,10,11,13,19,21,22,23,28,29],etc:[1,3,7,13,14],evalu:[8,14,22,30],even:8,evenli:12,event:[0,1,6,11,12,14,21,22,25,27,28,29,30],event_0:29,event_1:29,event_2:29,everi:[10,12,26,29],everyth:28,ew:29,exactli:12,exampl:[7,12,13,14,20,22,28,29,30],except:[12,21,22],exclud:14,execut:[1,8],exist:[7,22],exit:[13,22],exoplanet:28,expand:28,expect:12,explan:[7,12],explicitli:[12,13,28],extend:14,extern:[3,13],extract:26,extrapol:20,f_blend:12,f_sourc:12,factor:14,faint:14,fals:[1,7,8,11,12,14,19,21,22,23],far:11,fast:19,favourit:30,featur:[12,28],few:30,fig:22,figur:29,file:[9,11,12,14,20,21,23,26,29,30],file_nam:[9,14,28,29,30],fill:12,filter:10,find:[12,23,25,29],find_subtract:23,find_subtract_xlabel:23,fine:[22,29,30],finer:12,finit:[1,11,13,19,28],finite_source_ld_lee09:11,finite_source_ld_wittmao94:11,finite_source_ld_yoo04:11,finite_source_ld_yoo04_direct:11,finite_source_uniform_gould94:11,finite_source_uniform_gould94_direct:11,finite_source_uniform_lee09:11,finite_source_uniform_wittmao94:11,first:[7,10,12,14,23,28,29,30],fit:[7,8,12,13,14,22,25,28],fit_blend:[7,12],fit_flux:[7,8],fitdata:[0,7,27],fix:[7,8,10,12,13],fix_blend:7,fix_blend_flux:[7,8],fix_source_flux:[7,8],fix_source_flux_ratio:[7,8],flag:[7,14],floor:14,flux:[7,8,10,12,14,23,28,30],flux_err:23,flux_ratio_constraint:12,flux_source_1:12,flux_source_2:12,flux_source_band_1:12,flux_source_band_2:12,fmt:[14,30],fold:22,follow:[21,23,28],form:[11,12,29],formal:19,format:[7,14,23,29,30],found:30,four:22,fpic:26,fraction:[1,3,4,5,13,16,17,19],frame:[9,23],free:8,frequent:[10,22],from:[6,7,8,9,11,12,14,19,20,21,22,23,26,28,29,30],fsbl:13,fspl:13,fsum:7,full:[23,29],full_bjd:[6,23],fulli:26,fun:30,further:29,g:[6,7,8,10,11,12,13,14,19,21,23,26,30],galact:6,galactic_b:6,galactic_l:6,gamma:[1,8,10,11,12,13,14,19,23],gamma_parallel:13,gamma_perp:13,gamma_to_u:23,gaussian:14,gave:7,gca:[4,12,30],gcc:26,gener:[11,21,23,25],get:[7,10,12,13,14,22,23,28,30],get_:13,get_alpha:13,get_binary_lens_magnif:11,get_caust:4,get_chi2:[7,28,29,30],get_chi2_for_dataset:7,get_chi2_gradi:[7,8],get_chi2_per_point:7,get_color_differ:23,get_d_a_d_params_for_point_lens_model:8,get_d_a_d_u_for_point_lens_model:8,get_data_magnif:[8,12],get_dataset_trajectori:8,get_flux_and_err_from_mag:23,get_flux_for_dataset:7,get_flux_from_mag:23,get_lc:12,get_limb_coeff_gamma:[8,10,12],get_limb_coeff_u:[10,12],get_mag_and_err_from_flux:23,get_mag_from_flux:23,get_magnif:[11,12],get_model_flux:8,get_model_magnitud:8,get_n_caust:23,get_parallax:12,get_point_lens_finite_source_magnif:19,get_point_lens_large_finite_source_magnif:19,get_point_lens_large_ld_integrated_magnif:19,get_point_lens_ld_integrated_magnif:19,get_point_lens_limb_darkening_magnif:19,get_point_lens_magnif:11,get_point_lens_uniform_integrated_magnif:19,get_pspl_magnif:19,get_ref_flux:[7,12],get_residu:[8,12],get_satellite_coord:[12,20],get_standard_paramet:22,get_trajectori:12,get_uniform_sampl:22,get_weighted_limb_coeff_gamma:10,get_x_in_x_out:22,get_xi:21,get_y_value_y_err:23,github:26,give:[4,7,8,10,12,13,14,20,30],given:[1,3,4,5,6,7,8,10,11,12,13,14,16,18,20,21,22,23,25,30],go:[12,22,26],goe:29,good:[8,14,28,30],got:29,gould:[1,11,19],gradient:[7,8],green:[1,26],ground:12,guarante:28,guess:30,h:19,ha:[7,8,10,12,13,17,21,22,29,30],had:28,hand:[1,3,22],handl:13,happen:12,have:[7,10,12,14,26,29,30],haven:[7,29],he:29,henc:[11,12,29,30],here:[12,14,19,22,29,30],hexadecapol:[1,11,12],hexadecapole_magnif:[1,11],high:12,higher:[1,3,21,29],hjd:[14,29],hold:9,home:26,hope:29,horizon:[0,20,27],hour:12,hourangl:6,how:[1,14,21,28,29,30],howev:22,http:[23,29],human:[7,12,14],i:[1,4,5,7,8,9,10,11,12,13,14,19,22,29,30],i_caust:22,id:29,ignor:[1,12],imag:[1,3,22],impact:[17,22,29,30],implement:[1,4,5,12,16,19],importantli:23,includ:[3,7,8,11,12,13,14,19,21,26,29,30],index:[7,12,25,29],index_dataset:7,indic:22,individu:8,inf:29,info:9,inform:[7,12,13,14,29,30],inherit:6,initi:30,initial_guess:30,input:[9,13,14,19,21,22,23,25],input_fmt:14,inspect:30,instal:[23,25],instanc:[7,12,13,14,21,30],instantan:[13,19],instead:[1,7,12,13,19,22,29],instruct:[9,14],integr:[1,11,19,22],intermedi:22,intern:[4,12,21,22],interpol:[11,14,19,20],interv:12,introduc:[10,14,23],invert:30,invert_yaxi:30,invok:26,io:29,is_external_mass_sheet:13,is_finite_sourc:13,is_stat:[12,13],isfinit:29,isinst:30,isnan:29,iter:[11,23],its:[1,3,7,10,14],j:19,jacobian:[7,8,13,22],jd:30,join:[28,29,30],jpl:[9,20],julian:[11,12,23],jupyt:28,just:[7,12,20,26,30],k2_ephemeris_01:20,k:[7,8],kain:22,keep:[7,22],kei:[7,8,10,11,12,14,21,22,30],keyword:[4,6,7,8,12,14,16,17,19,20,22],km:[6,23],know:[1,3,28],kpc:[16,18],kwarg:[4,6,7,8,11,12,14,16,17],l:6,label:[14,29,30],label_list:12,larg:[7,11,19],larger:[4,12,14,19,22],last:[26,30],later:[19,23,29],latitud:6,latter:[7,14,29],ld_accuraci:1,learn:[29,30],least:[8,13],leav:28,lee:[11,19],left:[1,3,4],legend:[7,29,30],len:[0,1,3,4,7,8,11,12,13,15,17,19,21,22,23,28,29,30],length:[4,12,14,22,23],lens:[4,5,7,12,19,25],less:30,let:[29,30],librari:1,light:[7,11,12,19,25,29],like:[12,22],likelihood:[25,29],limb:[1,7,8,10,11,12,14,18,19,23],limb_darken:18,limbdarkeningcoeff:[0,12,14,18,19,27],limit:12,line:1,linear:[1,8,10],linestyl:28,linewidth:12,link:[7,12],linspac:22,list:[4,7,8,11,12,13,14,16,20,21,22,23,29,30],lm:26,ln_like:29,ln_like_:29,ln_prior:29,ln_prior_:29,ln_prob:29,load:14,loadtxt:14,loc:[29,30],logarithm:29,longer:[7,12],longitud:6,look:[12,29,30],lower:[1,3,22],ls:29,lstdc:26,lumin:[12,13],lw:29,m:1,m_1:16,m_i:16,ma:[17,18],macho:19,mag:[7,8,12,14,23,30],mag_zeropoint:12,magnif:[1,3,8,11,12,17,19,30],magnification_vector:12,magnificationcurv:[0,12,27],magnitud:[7,8,12,13,14,23,30],mai:[1,3,4,6,7,12,13,14,16,18,29,30],main:[13,25,28],make:[1,3,7,12,14,26,29],mani:13,mao:[11,19],mark:[7,12,14],marker:[7,12,14],marker_list:12,markers:14,martin:[1,11],mass:[1,3,4,5,13,16,17,19,21,22,23],mass_1:[1,3,16],mass_2:[1,3,16],mass_3:16,materi:30,math:7,matplotlib:[4,7,12,14,22,23,28,29,30],matter:14,mayb:12,mead:30,mean:[1,3,7,12,22,23],measur:[13,14],mention:[7,8],messag:30,method:[1,11,12,19,28,30],methods_paramet:[11,12],microarcsecond:18,microlens:[7,10,11,12,13,14,17,19,21,22,25,28],might:28,millarcsecond:18,milliarcsecond:[16,17,18],mind:22,minim:30,minimum:[13,14,22,23],minut:20,miss:16,mitig:[4,12],mm:[28,29,30],mnra:[1,11,19,22],moa:28,moa_data:28,mode:29,model:[0,7,8,11,13,14,17,19,21,22,25,27,29],model_0:29,model_1:29,model_2:29,model_flux:8,model_mag:8,model_paramet:13,modelparamet:[0,11,12,17,19,21,22,25,27],modifi:29,modul:[25,27,29,30],month:23,more:[7,8,10,12,14,16,17,22,29,30],most:[6,12,13,14,23,28],motion:[12,13,17,19,29],mu:25,mu_rel:17,much:30,mulens_data:14,mulensdata:[0,7,8,11,12,25,27,28,29,30],mulensmodel:[26,28,29,30],mulensobject:[0,27],mulenssystem:[0,15],multi:13,multinest:29,multipl:[11,12,14,19],multipli:14,must:[7,8,12,13,14,17,22],my_1s2l_model:28,my_data:[7,29,30],my_ev:[28,29,30],my_friends_data:30,my_model:29,my_pspl_model:28,n:[21,22],n_burn:29,n_caustic:[22,23],n_dim:29,n_epoch:[12,14],n_lens:[12,13],n_mass:16,n_min_for_caust:22,n_point:[4,12,16,17,22],n_sourc:[8,12,13],n_step:29,n_walker:29,nad:29,name:[8,9,10,11,12,20,29],nan:7,nasa:28,nbest:29,ndarrai:[7,8,9,11,12,13,14,16,19,20,21,22,23,30],ndim:30,ne:13,necessari:[14,26],need:[7,8,11,12,13,14,23,26,29,30],neg:[1,3,7,21,29],neither:1,nelder:30,net:21,next:30,nfev:30,nice:[12,29,30],nicer:14,non:29,none:[1,3,7,8,11,12,14,16,17,18,19,20,21,22,23],normal:[12,23],north:[6,13,21],north_project:6,note:[1,3,4,6,7,10,11,12,13,14,16,17,22,28,29,30],notebook:28,noth:12,now:[28,29,30],np:[6,7,8,9,11,12,13,14,16,19,20,21,22,23,29,30],number:[4,7,12,13,14,16,17,22,23,29],numer:19,numpi:[7,12,14,16,22,29,30],o:26,ob03235:28,ob03235_moa:28,ob03235_ogl:28,ob05086:29,ob08092:30,object:[1,3,4,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23],observ:[17,29],observatori:12,obtain:11,obviou:22,obvious:29,oct:23,off:[12,29],offset:21,ogl:[19,28,29],ogle_data:28,ok:[29,30],onc:12,one:[7,8,12,13,14,17,29,30],ones:[7,23],onli:[4,5,7,8,12,13,14,16,17,19,22,29,30],onto:17,op:30,open:26,opposit:[13,14],optim:[7,22,28,30],option:[1,4,7,8,11,12,14,20,21],orbit:[12,13],order:[1,3,7,12,14,22,26,30],org:23,origin:[1,3,4,21],os:[28,29,30],other:[1,3,4,7,8,10,11,12,14,22,23,29,30],otherwis:[7,8,23],our:30,out:[23,29],out_text:23,outlin:4,output:[9,21,23,30],outsid:11,over:[7,12,14],overal:8,overestim:1,p:[22,29],packag:[19,23,25,26,27,29,30],paczynski:[11,19],page:[23,25,26],pair:[6,22],panel:22,paper:[1,22],parallax:[11,12,13,14,16,17,18,21,25],parallax_delta_n_:21,parallel:13,param:[13,29],paramet:[1,3,4,6,7,8,10,11,12,13,14,16,17,19,20,21,22,23,25,28,29],parameter:13,parameteris:22,parameters_to_fit:[29,30],pariti:[1,3],part:[8,23,26],partial:8,particular:[7,13],pass:[7,11,12,14,16,17,26],path:[14,20,26,28,29,30],pc:18,peak:30,peirson:3,per:22,percentil:29,perform:8,period:14,perpendicular:[13,23],phot_fmt:[7,8,14,23,28],phot_ob08092_o4:30,photometr:[8,14],photometri:[12,14],photometry_fil:[28,29,30],physic:[17,18],pi_:18,pi_e:[13,17,29],pi_e_:[7,8,13,29],pi_e_mag:13,pi_e_n:[7,8,13,29],pi_l:16,pi_rel:17,piec:[29,30],pip:26,place:23,plane:[4,6,17,21,23],planet:28,planetari:22,pleas:[3,26,28],plot:[4,7,8,12,14,16,17,22,23,28],plot_caust:[12,16,17],plot_data:[7,12,14,28,29,30],plot_lc:[7,12,14],plot_magnif:[12,17,28],plot_model:[7,28,29,30],plot_param:29,plot_properti:14,plot_residu:[7,12,14],plot_sourc:[7,12],plot_source_for_dataset:[7,12],plot_trajectori:[7,12],plotutil:23,plt:[4,12,22,28,29,30],point:[1,3,4,7,8,11,12,13,14,16,17,19,22,23,28,29,30],point_sourc:11,point_source_magnif:[1,3],point_source_point_len:11,pointlen:[0,27],pointlik:19,polynomi:[1,3],posit:[1,3,7,9,11,12,14,19,21,22,29],possibl:[1,3,4,12,13,14],powel:30,pre:11,preced:7,precis:19,prepar:9,prescript:11,present:[1,19,30],previou:[7,12],previous:[7,8,12],primari:[1,3,13,14,16],print:[7,12,13,28,29,30],print_funct:28,prior:29,probabl:29,problem:[14,26],procedur:30,produc:[8,22],product:23,profil:[1,26],project:[6,13,16,17,23],proper:[17,19],properti:[4,6,7,8,9,12,13,14,16,17,18,21,22,29],propos:19,provid:[1,7,12,14,19,20,22,29,30],psbl:13,pspl:[8,13,19],pspl_magnif:19,pspl_model:30,put:22,py:[7,8,12,26],pyplot:[4,12,14,16,17,22,23,28,29,30],python2:28,python3:28,python:[26,29],pythonpath:26,q:[1,3,4,5,13,16,21,22,23,28],quadrupol:[1,11,12],qualiti:12,quantiti:[13,16,17,18,23],quit:22,r:[26,29],r_e:17,r_e_tild:17,ra:[6,9,12,14],rad:13,radian:28,radiu:[1,12,13,17,18,19],rais:22,randn:29,random:29,randomli:22,rang:[7,11,12,14,20,22,28,29],rapper:26,rare:12,rate:13,ratio:[4,5,7,8,12,13,16,22,23,30],re:[1,3,8,26,28,29],read:[4,9,16,17],readi:29,real:22,recalcul:[7,8],recent:26,recommend:[1,3],rectilinear:29,red:[12,28,30],refer:[7,8,9,12,13,29],refit:8,regard:19,regardless:13,regress:12,reject:29,rel:[1,8,10,11,13,16,17,19,22,23,29],relat:[1,23,30],releas:26,relev:7,rememb:[7,10,12,29],remov:12,repeat:[22,26],report:[8,29],repositori:26,repr:[],repres:[6,23],represent:12,request:[1,6,7,8,12,23],requir:[7,8,14,21,22,26],rescal:8,reset:[7,12],reset_best_chi2:7,reset_plot_properti:12,reshap:29,residu:[7,8,12,14,29],reson:22,respect:[7,8,12,14],result:[1,7,28,29,30],result_fun:30,retriev:8,rho:[1,11,12,13,19,28],rho_1:13,rho_2:13,right:[1,3,22,26],ring:[1,3,4,5,13,16,17,22],rough:30,round:29,routin:[22,30],run:[7,8,22,26],run_mcmc:29,s:[1,3,4,5,6,12,13,16,17,19,22,23,26,28,29,30],sai:29,same:[7,11,12,14,19,22,23,30],sampl:[22,29],sample_file_01:14,satellit:[9,11,12,14,20,21],satellite_skycoord:[11,12,14,20,21],satelliteskycoord:[0,12,27],save:[8,14],scale:[4,7,8,12,14,16,23,28],scale_errorbar:14,scale_flux:8,scatter:[4,7,12,14,16,17,22],scheme:22,scipi:30,search:[25,29],sec:1,second:[14,23,29,30],secondari:[1,3,13,16],see:[1,7,8,9,11,12,13,14,16,17,19,20,21,22,25,28,29,30],seem:30,select:22,self:[7,12,14],separ:[1,3,4,5,7,8,11,12,13,16,19,22,23,29],sequenc:[1,30],set:[1,6,7,8,10,11,12,13,14,16,17,18,21,25,28,30],set_aspect:[4,12],set_dataset:12,set_default_magnification_method:12,set_limb_coeff_gamma:[10,12],set_limb_coeff_u:[10,12],set_limb_darkening_weight:14,set_magnification_method:[11,12,28],set_magnification_methods_paramet:[11,12],set_source_flux_ratio:12,set_source_flux_ratio_for_band:12,set_tim:12,setattr:[13,29,30],setenv:26,setup:26,share:26,shear:[3,11,13],shear_g:[3,5,13],sheat:3,sheet:[3,13],shift:[13,21],should:[1,7,8,11,12,14,18,21,22,23,26,30],shouldn:14,show:[7,12,14,22,28,29,30],show_bad:[7,12,14],show_data:12,show_errorbar:[7,12,14],shown:[7,12],sigma:29,sign:13,signific:12,significantli:1,similar:[14,22,23,26,30],simpl:28,simpli:13,simplifi:19,simpson:1,sinc:28,singl:[7,8,12,16,23,29,30],size:[1,12,13,14,16,17,19,22,23],size_list:12,skip:26,skowron:[13,21],sky:[6,11,12,14,21,23],sky_coordin:6,skycoord:[6,7,11,12,14,20,21],slightli:[7,12,29,30],slow:[11,19],slower:[7,29],small:[1,19,23,29],smaller:[11,12,22],smallest:[7,29,30],smooth:22,so:[1,7,12,21,22,26,28,30],solar:16,solmass:[16,17],solut:[1,3,29],some:[1,3,7,22,25,28,29,30],someth:7,somewhat:28,sonam:26,sourc:[0,1,3,7,8,11,12,13,15,17,19,21,22,26,28,29,30],source_1_paramet:13,source_2_paramet:13,source_flux:[7,8,12],source_flux_0:8,source_flux_1:[8,12],source_flux_2:12,source_flux_ratio:[8,12],source_i:[1,3],source_x:[1,3],space:[7,8,10,12,14,22,23],special:14,specif:[12,13,22],specifi:[6,7,8,11,12,14,16,17,18,19,21,22,28,29,30],spheric:12,sphinx:[],spitzer_ephemeris_01:20,split:29,squar:[1,4,8,12,14],stabl:19,stamp:21,standard:[9,11,13,16,22],star:[17,18,19,29],starblg234:29,start:[1,3,7,12,22,28,29,30],start_1:29,startup:26,state:1,step:[26,29,30],still:30,stoke:11,stop:12,store:[4,12,16,30],str:[6,7,8,9,10,11,12,13,14,20,21,23,30],string:[7,14,23],structur:[4,5,12,17],studi:10,subdirectori:26,submodul:27,subpackag:[27,30],subtract:[7,12,14,23],subtract_2450000:[7,12,14,23,28,29],subtract_2460000:[7,12,14,23],success:[12,30],suitabl:[1,12],sum:[1,7,8,12,16,21,23],sum_funct:7,sun:[12,29],suppli:14,support:13,suppos:[23,28],suppress:14,sure:[1,3,7,12,14,26],symbol:[12,22],symmetr:22,system:[1,3,8,12,13,14,16,17,21],systemat:22,t:[7,11,14,22,26,28,29],t_0:[7,8,12,13,22,28,29,30],t_0_1:[12,13],t_0_2:[12,13],t_0_kep:[12,13],t_0_par:[6,13,29],t_1:29,t_2:29,t_caustic_in:[13,22],t_caustic_out:[13,22],t_e:[7,8,12,13,17,22,28,29,30],t_e_1:13,t_e_2:13,t_eff:[7,8,13],t_rang:[7,12,28],t_star:13,t_star_1:13,t_star_2:13,t_start:[12,29],t_stop:[12,29],tabl:11,take:[7,8,22,29],taken:[7,12,14,21],tbd:[14,16],tbl:28,tcsh:26,tdb:9,termin:26,tertiari:16,test:[1,26],text:23,th:[7,8],than:[1,3,8,10,11,12,14,16,17,22,29,30],thei:[7,8,11,12,14,22,29],them:[1,7,14,29,30],theorem:[1,11],theta:[29,30],theta_:[17,23],thi:[1,3,4,7,8,11,12,13,14,16,19,21,22,23,26,28,29,30],thing:[28,30],third:30,those:[7,12,28],three:[1,14,29],thu:22,time:[1,7,9,11,12,13,14,17,20,21,22,23,26,28,29,30],timescal:[13,29],titl:[7,29],tnc:30,togeth:[28,30],tolist:30,topocentr:[11,12,21],topolog:22,total:[1,3,8,10,14,16],total_mass:16,toward:6,trajectori:[0,7,8,11,12,13,14,19,22,27],transform:[12,23],translat:14,trend:29,tupl:[7,12],turn:[12,29,30],tutori:25,two:[1,3,4,8,12,13,14,22,28,29,30],txt:[26,28],type:[8,10,12,13,14,19,21,23,30],typic:14,u:[1,6,10,11,12,18,19,23],u_0:[7,8,13,17,22,28,29,30],u_0_1:13,u_0_2:13,u_limb_darken:1,u_to_gamma:23,uncertainti:[1,8,14,23],under:22,underli:11,uniform:[11,19,22],uniform_caustic_sampl:13,uniformcausticsampl:[0,13,27],uniformli:22,unit:[6,12,13,14,16,17,18,26],unless:[12,14],unnorm:29,unpack:26,up:[20,28],updat:[7,8,12,26],update_caust:12,upper:22,us:[1,3,4,7,8,10,11,12,13,14,16,17,19,20,21,22,23,26,28,29,30],usag:[13,14],user:12,user_nam:26,util:[0,12,27],v:[10,14],v_earth_perp_:6,v_earth_perp_n:6,v_earth_project:[6,23],val:[],valerio:[1,11],valid:13,valu:[1,6,7,8,10,11,12,13,14,16,18,19,21,22,23,25,29,30],valueerror:22,variat:1,vastli:1,vbbinarylens:[11,19],vbbinarylensinglibrari:26,vbbinarylensinglibrary_wrapp:26,vbbl:[1,11,12,26,28],vbbl_magnif:[1,11],vbbl_on:3,ve:26,vector:[4,11,12,13,14,21,23,29],vector_1:23,vector_2:23,vector_product_norm:23,veloc:[6,13,23],velocity_of_earth:23,veri:[1,11,12,19,22,23,29,30],version:[0,23,26,27],via:[12,30],visibl:14,visual:22,vs:14,wa:[7,8,12,19,29,30],wai:[12,22],walker:29,want:[7,8,12,14,16,23,28,29,30],we:[7,12,22,23,28,29,30],websit:[1,29],weight:[10,14],well:[8,11,12,19,29],were:[14,28],what:[1,3,11,21],when:[7,10,11,12,14,22],where:[6,12,22,30],whether:[7,8,12,13,14],which:[6,7,8,11,12,13,16,20,21,22,29,30],which_caust:22,which_paramet:13,wide:22,width:12,wiki:23,wikipedia:23,window:26,without:[8,11,12,14,16,29],witt:[11,19],wl:26,won:14,work:[11,14,19,22,26,28],would:[8,30],written:28,wrong:29,wyrzykowski:29,x0:30,x:[1,3,4,7,9,12,14,16,21,22,28,30],x_caustic:22,x_caustic_in:[13,22],x_caustic_out:[13,22],x_caustic_point:22,x_caustic_sep:22,xallarap:[12,13],xlabel:23,xlim:[28,29],xy:21,xyz:9,y:[1,3,4,9,16,21,22,23],year:[13,29],yerr:30,yet:[7,12,22,29],ylim:28,yoo:[11,19],you:[1,3,7,8,10,11,12,13,14,16,22,23,26,28,29,30],your:[22,26,28,30],yr:[13,17],z:9,zero:[7,22],zeropoint:23,zip:29,zoom:[29,30],zorder:14,zorder_list:12},titles:["MulensModel package","MulensModel.binarylens module","MulensModel.binarylensimports module","MulensModel.binarylenswithshear module","MulensModel.caustics module","MulensModel.causticswithshear module","MulensModel.coordinates module","MulensModel.event module","MulensModel.fitdata module","MulensModel.horizons module","MulensModel.limbdarkeningcoeffs module","MulensModel.magnificationcurve module","MulensModel.model module","MulensModel.modelparameters module","MulensModel.mulensdata module","MulensModel.mulensobjects package","MulensModel.mulensobjects.lens module","MulensModel.mulensobjects.mulenssystem module","MulensModel.mulensobjects.source module","MulensModel.pointlens module","MulensModel.satelliteskycoord module","MulensModel.trajectory module","MulensModel.uniformcausticsampling module","MulensModel.utils module","MulensModel.version module","Welcome to MulensModel\u2019s documentation!","How to install?","MulensModel","Very Basic Tutorial","Microlensing Parallax Fitting Tutorial","Basic Fitting Tutorial"],titleterms:{"import":[29,30],basic:[28,30],binarylen:1,binarylensimport:2,binarylenswithshear:3,caustic:4,causticswithshear:5,combin:28,content:[0,15,25],coordin:6,data:[28,30],defin:28,document:25,event:7,exercis:[29,30],fit:[29,30],fitdata:8,horizon:9,how:26,indic:25,instal:26,introduc:28,len:16,limbdarkeningcoeff:10,magnificationcurv:11,microlens:29,model:[12,28,30],modelparamet:13,modul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],mulensdata:14,mulensmodel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27],mulensobject:[15,16,17,18],mulenssystem:17,old:26,packag:[0,15],parallax:29,paramet:30,plot:[29,30],pointlen:19,prepar:30,run:29,s:25,sampler:29,satelliteskycoord:20,set:29,sourc:18,submodul:[0,15],subpackag:0,tabl:25,trajectori:21,tutori:[28,29,30],uniformcausticsampl:22,util:23,veri:28,version:24,welcom:25}}) \ No newline at end of file diff --git a/docs/tutorial.html b/docs/tutorial.html index b4ec9534..52ad830a 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -6,7 +6,7 @@ - Very Basic Tutorial — MulensModel 2.11.0 documentation + Very Basic Tutorial — MulensModel 2.13.0 documentation diff --git a/docs/tutorial_fit_pi_E.html b/docs/tutorial_fit_pi_E.html index 56390cf0..ffb844f0 100644 --- a/docs/tutorial_fit_pi_E.html +++ b/docs/tutorial_fit_pi_E.html @@ -6,7 +6,7 @@ - Microlensing Parallax Fitting Tutorial — MulensModel 2.11.0 documentation + Microlensing Parallax Fitting Tutorial — MulensModel 2.13.0 documentation diff --git a/docs/tutorial_fit_pspl.html b/docs/tutorial_fit_pspl.html index 329e7906..2ffa2fd7 100644 --- a/docs/tutorial_fit_pspl.html +++ b/docs/tutorial_fit_pspl.html @@ -6,7 +6,7 @@ - Basic Fitting Tutorial — MulensModel 2.11.0 documentation + Basic Fitting Tutorial — MulensModel 2.13.0 documentation