Missing data for some TOIs?
See original GitHub issueProblem 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))
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:
- Created 2 years ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, interesting, thanks for pointing that out! Indeed I don’t recommend using the 2.0beta versions any longer.
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. 👍