Skip to content

Commit

Permalink
fixing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Dec 14, 2020
1 parent 1d403a7 commit 1d76d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tess_sip/tess_sip.py
Expand Up @@ -72,6 +72,8 @@ def SIP(tpfs, sigma=5, min_period=10, max_period=100, nperiods=300, npca_compone
raw_lc: the original light curve from the input target pixel files
corr_lc: the light curve with the best fitting systematics removed
period_at_max_power: the best fit period of the sinusoid.
power_bkg: the power at each period for the pixels -outside- the aperture
raw_lc_bkg: the background light curve (pixels outside aperture)
"""

# Get the un-background subtracted data
Expand Down

0 comments on commit 1d76d8f

Please sign in to comment.