Commit c4bbda00 by Uddeepta Deka

added summary statistic plot

parent 92af5f0b
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -175,7 +175,8 @@ class MicrolensedWaveform: ...@@ -175,7 +175,8 @@ class MicrolensedWaveform:
dt = np.pi / wmax / self.dt_fac dt = np.pi / wmax / self.dt_fac
t_vals, Ft_vals = Ftilde_contour(self.lens, self.t_max, dt, t_vals, Ft_vals = Ftilde_contour(self.lens, self.t_max, dt,
dx1=0.025, dx2=0.025, verbose=False) dx1 = 0.05, dx2 = 0.05, verbose=False)
# dx1=0.025, dx2=0.025, verbose=False)
# interpolating # interpolating
dt_ = np.pi / max(wmax, 200) / 50 dt_ = np.pi / max(wmax, 200) / 50
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment