Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed May 10, 2024
1 parent 6ecc3db commit bdb12a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pint/models/noise_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ def get_noise_basis(self, toas):
D = (fref.value / freqs.value) ** 2
nf = self.get_pl_vals()[2]

f_low_factor = 10**self.TNDMFLOW.value
Tspan = (t.max() - t.min()) / f_low_factor
Tspan = self.get_Tspan(t)

Fmat = create_fourier_design_matrix(t, nf, Tspan)
return Fmat * D[:, None]
Expand Down

0 comments on commit bdb12a8

Please sign in to comment.