Skip to content

Commit

Permalink
64 grid points per period should be fine
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Mar 1, 2019
1 parent 088841e commit 76ac190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thejoker/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def plot_rv_curves(samples, t_grid=None, rv_unit=None, data=None,
'the time grid.')

w = np.ptp(data.t.mjd)
dt = samples['P'].to(u.day).value.min() / 128
dt = samples['P'].to(u.day).value.min() / 64
t_grid = np.arange(data.t.mjd.min() - w*0.05,
data.t.mjd.max() + w*0.05 + dt,
dt)
Expand Down

0 comments on commit 76ac190

Please sign in to comment.