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.

Missing data for some TOIs?

See original GitHub issue

Problem description

I tried downloading lc data for TOI 2347 (TIC 301343785) that I think should exist (see [ExoFop Entry]) However, lightkurve’s search_lightcurve does not find it!

Am I searching for it incorrectly?

Example

import lightkurve as lk
search = lk.search_lightcurve(target=f"TIC 301343785", mission="TESS")
No data found for target "TIC 301343785".
ERROR:lightkurve.search:No data found for target "TIC 301343785".

Expected behavior

Example of the above working for TOI 103 (TIC 336732616)

import lightkurve as lk
search = lk.search_lightcurve(target=f"TIC 336732616", mission="TESS")
>>> search
SearchResult containing 1 data products.

 #   observation  author target_name t_exptime                     productFilename                     distance
                                        sec                                                             arcsec 
--- ------------- ------ ----------- --------- ------------------------------------------------------- --------
  0 TESS Sector 1   SPOC   336732616       120 tess2018206045859-s0001-0000000336732616-0120-s_lc.fits      0.0

Environment

  • platform: OSX
  • lightkurve version: 2.0b3
  • installation method: pip

Plots of TOI 2347 (from ExoFop)

(https://exofop.ipac.caltech.edu/tess/target.php?id=301343785)) Screen Shot 2021-09-10 at 5 19 42 pm

Other tois with the same error:

  • toi_3921
  • toi_1160
  • toi_1454
  • toi_1564
  • toi_2347
  • toi_2561
  • toi_2684
  • toi_2699
  • toi_2701
  • toi_2717
  • toi_2723
  • toi_2745
  • toi_3075

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
barentsencommented, Sep 23, 2021

Oh, interesting, thanks for pointing that out! Indeed I don’t recommend using the 2.0beta versions any longer.

1reaction
github-actions[bot]commented, Sep 12, 2021

Hi there! 👋 Thank you for opening your first Lightkurve issue! 🙏 One of our maintainers will get back to you as soon as possible. 👩‍🚀 You can expect a response within 7 days. 📅 If you haven’t heard anything by then, feel free to ping this thread. 🛎️ We love that you are using Lightkurve and appreciate your feedback. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Deal with Missing Data - Master's in Data Science
Missing data can skew anything for data scientists, from economic analysis to clinical trials. After all, any analysis is only as good as...
Read more >
Missing Data | Types, Explanation, & Imputation - Scribbr
Imputation means replacing a missing value with another value based on a reasonable estimate. You use other data to recreate the missing value...
Read more >
What do we do with missing data? Some options for analysis ...
Missing data are a pervasive problem in many public health investigations. The standard approach is to restrict the analysis to subjects with complete...
Read more >
All About Missing Data Handling - Towards Data Science
When we say data are missing at random , we mean that missing data on a partly missing variable (Y) is related to...
Read more >
Missing data - Wikipedia
In statistics, missing data, or missing values, occur when no data value is stored for the variable in an observation. Missing data are...
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