Skip to content

Commit

Permalink
lc available when only name is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-404 committed Oct 31, 2023
1 parent f963068 commit b9942a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PreWhitener/PreWhitener.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def get_lightcurve(self) -> bool:
lc = lc.remove_nans().remove_outliers()

# Extract time and flux from the light curve
self.lc = lc
self.t, self.data = lc.time.value, lc.flux.value
return True

Expand Down

0 comments on commit b9942a3

Please sign in to comment.