From 70ac1c48d744445df78c9f57f4c227e17110c49e Mon Sep 17 00:00:00 2001 From: Radek Poleski Date: Thu, 22 Feb 2018 14:12:58 -0500 Subject: [PATCH] minor updated in plots files --- examples/plots_2.py | 2 +- examples/plots_3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/plots_2.py b/examples/plots_2.py index 036e0031..89e65c96 100644 --- a/examples/plots_2.py +++ b/examples/plots_2.py @@ -17,7 +17,7 @@ # finite source magnification using VBBL method for this range of dates. model_parallax = Model({**params, **params_pi_E}, coords=ra_dec) satellite = SatelliteSkyCoord(os.path.join(MODULE_PATH, 'data', - 'Spitzer_ephemeris_01.dat')) # This file gives Spitzer ephemeris + 'Spitzer_ephemeris_01.dat')) # This file gives the Spitzer ephemeris # and is part of MulensModel package. # Plot the magnification curves. diff --git a/examples/plots_3.py b/examples/plots_3.py index e06fd250..a1ece6df 100644 --- a/examples/plots_3.py +++ b/examples/plots_3.py @@ -19,7 +19,7 @@ MOA_data = MulensData(file_name=os.path.join(data_dir, 'OB03235_MOA.tbl.txt'), comments=['\\', '|'], phot_fmt='flux') -# Define a model with 2-body lens: +# Define a model with a 2-body lens: model_1S2L = Model({'t_0': 2452848.06, 'u_0': 0.1317, 't_E': 61.5, 'rho': 0.00096, 'q': 0.0039, 's': 1.120, 'alpha': 223.72})