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 Kepler Targets

See original GitHub issue

Problem description

I’m not sure where lightkurve resolves its targets from but all these Kepler targets don’t resolve:

‘Kepler-1663’,‘Kepler-1664’,‘Kepler-1665’,‘Kepler-1666’,‘Kepler-1667’,‘Kepler-1668’,‘Kepler-1669’, ‘Kepler-1670’,‘Kepler-1671’,‘Kepler-1672’,‘Kepler-1673’,‘Kepler-1674’,‘Kepler-1675’,‘Kepler-1676’,‘Kepler-1677’,‘Kepler-1678’,‘Kepler-1679’, ‘Kepler-1680’,‘Kepler-1681’,‘Kepler-1682’,‘Kepler-1683’,‘Kepler-1684’,‘Kepler-1685’,‘Kepler-1686’,‘Kepler-1687’,‘Kepler-1688’,‘Kepler-1689’, ‘Kepler-1690’,‘Kepler-1691’,‘Kepler-1692’,‘Kepler-1693’,‘Kepler-1694’,‘Kepler-1695’,‘Kepler-1696’,‘Kepler-1697’,‘Kepler-1698’,‘Kepler-1699’, ‘Kepler-1700’,‘Kepler-1701’,‘Kepler-1702’,‘Kepler-1704’,

There are also other target categories besides “Kepler” that do not resolve. Kepler are the easiest to show the issue with.

Example

Print a list of all target entries

target1 = “Kepler-1700”

print(“Target: " + str(target1)) search_result = lk.search_lightcurve(target1) print(search_result) print(”\n")


Target: Kepler-1700
Could not resolve Kepler-1700 to a sky position.
SearchResult containing 0 data products.

#### Expected behavior
See attached

#### Environment

-  platform (OSX):
-  lightkurve version (2.0.11):
-  installation method (pip):

<img width="939" alt="Screen Shot 2021-11-07 at 10 57 59 AM" src="https://user-images.githubusercontent.com/37123616/140652366-b58ea4ea-240e-4090-9b7d-e7b0488b1084.png">

<img width="1283" alt="Screen Shot 2021-11-07 at 10 54 47 AM" src="https://user-images.githubusercontent.com/37123616/140652409-bbe4f818-1aac-48e4-a58e-31f90ae61388.png">

<img width="1283" alt="Screen Shot 2021-11-07 at 10 55 40 AM" src="https://user-images.githubusercontent.com/37123616/140652413-5fc122fc-21ce-4043-b422-ca636304dd19.png">

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
scflemingcommented, Nov 7, 2021

It uses MAST name resolver, which relies on Simbad and NED to turn names into coordinates. Kepler-1700 doesn’t resolve by Simbad, thus it doesn’t resolve in MAST, thus it doesn’t resolve in lightkurve. If you know the KIC ID, all of those will resolve because “KIC xyz” uses the Kepler Input Catalog at MAST to translate it into a coordinate. The “Kepler-xyz” identifiers are assigned by NExScI and thus aren’t maintained by MAST.

0reactions
JosephKarpinskicommented, Nov 8, 2021

It would be nice to be able to explore all the exoplanets currently listed in the below catalog with lightkurve

http://openexoplanetcatalogue.com/systems/

Thanks,

Joseph Karpinski

Sent from my iPhone

On Nov 8, 2021, at 12:17 PM, Geert Barentsen @.***> wrote:

Closed #1156https://github.com/lightkurve/lightkurve/issues/1156.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/lightkurve/lightkurve/issues/1156#event-5584462823, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AI3HMIDKRSHEGC2IQH3BM73ULAA4HANCNFSM5HQ64BMQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Investigating the Kepler Target Selection Function Using Gaia ...
The Stars Kepler Missed: Investigating the Kepler Target Selection ... We find that the Kepler target selection is nearly complete for stars ...
Read more >
Investigating the Kepler Target Selection Function Using Gaia ...
We find that the Kepler target selection is nearly complete for stars brighter than Kp < 14 mag and was effective at selecting...
Read more >
UR: The Stars Kepler Missed: Investigating the ... - Astrobites
My research addresses the question of whether Kepler's selection function was biased with respect to evolutionary state, binarity, or kinematics ...
Read more >
Kepler's missing planets
Kepler's missing planets ... The period ratio distributions can also be used to identify targets to search for missing planets in the each...
Read more >
Investigating the Kepler Target Selection Function Using Gaia ...
The Stars Kepler Missed: Investigating the Kepler Target Selection Function Using. Gaia DR2. Linnea Wolniewicza, Travis Bergerb, Daniel Huberb.
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