Skip to content

Commit

Permalink
Fix failure due to Astropy's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jun 11, 2020
1 parent 9a8f8ed commit 8f90316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stingray/deadtime/fad.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
from ..gti import cross_two_gtis, bin_intervals_from_gtis


__all__ = ["calculate_FAD_correction", "get_periodograms_from_FAD_results"]


def _get_fourier_intv(lc, start_ind, end_ind):
"""Calculate the Fourier transform of a light curve chunk.
Expand Down

0 comments on commit 8f90316

Please sign in to comment.