Skip to content

Commit

Permalink
minor updated in plots files
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Feb 22, 2018
1 parent 65b61cb commit 70ac1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/plots_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/plots_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down

0 comments on commit 70ac1c4

Please sign in to comment.