Skip to content

Commit

Permalink
Add skip information [docs only]
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed May 7, 2024
1 parent f5c18b3 commit 4330c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stingray/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2579,6 +2579,8 @@ def estimate_segment_size(self, min_counts=None, min_samples=None, even_sampling
def analyze_segments(self, func, segment_size, fraction_step=1, **kwargs):
"""Analyze segments of the light curve with any function.
Intervals with less than two data points are skipped.
Parameters
----------
func : function
Expand Down

0 comments on commit 4330c2f

Please sign in to comment.