Skip to content

Commit

Permalink
Removed LC and eventlist imports in fourier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pupperemeritus committed Jun 24, 2023
1 parent 94e47e0 commit 5e29187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stingray/fourier.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
from astropy.table import Table
from astropy.timeseries.periodograms.lombscargle.implementations.utils import trig_sum

from .events import EventList
from .gti import (
generate_indices_of_segment_boundaries_binned,
generate_indices_of_segment_boundaries_unbinned,
)
from .lightcurve import Lightcurve
from .utils import fft, fftfreq, histogram, show_progress, sum_if_not_none_or_initialize


Expand Down

0 comments on commit 5e29187

Please sign in to comment.