question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not all light curves from available TESS Sectors found

See original GitHub issue

Problem description

lightkurve seems to miss light curves from some TESS sectors and I can’t find out why and how to resolve this.

Example

My test object is ‘KIC 7955301’ with coordinates ‘290.18625 +43.72385’.

import lightkurve as lk
search_result = lk.search_lightcurve('290.18625 +43.72385')
print(search_result)

gives

#       mission      year   author  exptime  target_name  distance
                                        s                   arcsec 
--- ----------------- ---- --------- ------- ------------- --------
  0 Kepler Quarter 00 2009    Kepler    1800 kplr007955301      0.0
  1 Kepler Quarter 01 2009    Kepler    1800 kplr007955301      0.0
  2 Kepler Quarter 02 2009    Kepler    1800 kplr007955301      0.0
  3 Kepler Quarter 03 2009    Kepler    1800 kplr007955301      0.0
  4 Kepler Quarter 04 2010    Kepler    1800 kplr007955301      0.0
  5 Kepler Quarter 05 2010    Kepler      60 kplr007955301      0.0
  6 Kepler Quarter 05 2010    Kepler    1800 kplr007955301      0.0
  7 Kepler Quarter 06 2010    Kepler    1800 kplr007955301      0.0
  8 Kepler Quarter 07 2010    Kepler    1800 kplr007955301      0.0
  9 Kepler Quarter 08 2011    Kepler    1800 kplr007955301      0.0
 10 Kepler Quarter 09 2011    Kepler    1800 kplr007955301      0.0
 11 Kepler Quarter 10 2011    Kepler    1800 kplr007955301      0.0
 12 Kepler Quarter 11 2012    Kepler    1800 kplr007955301      0.0
 13 Kepler Quarter 12 2012    Kepler    1800 kplr007955301      0.0
 14 Kepler Quarter 13 2012    Kepler    1800 kplr007955301      0.0
 15 Kepler Quarter 14 2012    Kepler    1800 kplr007955301      0.0
 16 Kepler Quarter 15 2013    Kepler    1800 kplr007955301      0.0
 17 Kepler Quarter 16 2013    Kepler    1800 kplr007955301      0.0
 18 Kepler Quarter 17 2013    Kepler    1800 kplr007955301      0.0
 19    TESS Sector 14 2019      SPOC     120     159306035      0.0
 20    TESS Sector 14 2019 TESS-SPOC    1800     159306035      0.0
 21    TESS Sector 14 2019       QLP    1800     159306035      0.0

Expected behavior

But from the Web TESS Viewing Tool (WTV) I know that the object has been observed in Sectors 14 (Cycle 2), 40, 41, and 54 (all Cycle 4).

Environment

  • platform (macOS Monterey v12.4), Apple M1 Max
  • lightkurve version 2.2.1
  • installation method: pip

Any help will be appreciated.

René

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
orionleecommented, Jul 1, 2022

@reneheller I’m not familiar with the particulars of tess-backdrop package you use. But in general, once you have downloaded a portion of TESS FFI, there are various approaches / packages that could help you to correct systematics, tess-backdrop being one of them.

Other options include:

1reaction
mrtommybcommented, Jun 29, 2022

It looks like this source was observed in the FFI data in Sectors 14, 15, 40, and 41. I think you would need to use the tesscut part of lightkurve to get data from this source. Sector 54 has not yet been observed, but there should be FFI data for this source in that sector.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TESS GI program frequently asked questions - HEASARC
Some common sources of anomalous light curves features include the target star being on a bad CCD column or scattered light from the...
Read more >
QLP - TESS - MIT
QLP performs multi-aperture photometry to extract lightcurves for all targets captured in the FFIs brighter than TESS magnitude T = 13.5 mag.
Read more >
TESS - MAST Archive - Space Telescope Science Institute
Download all light curves or target pixel files for a given sector or GI program. Download all full frame images for a given...
Read more >
Light Curves for All Stars Observed in TESS Full-frame Images
The portal initially is populated with light curves from TESS Sector 1, and will be updated regularly as additional sectors become publicly available....
Read more >
Using Light Curve Files with Lightkurve
Light curves of stars observed by the Kepler, K2, or TESS missions are created from ... although not all stars in this field...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found