Open awmann opened 2 years ago
Oh dear! I think your guess is very likely the correct one, as I can reproduce this over here.
I'm teaching this term so my latency for looking at any code might be higher than you'd like it to be. Are you looking at stars that were also observed in 30-minute cadence? If so we have a catalog of FFI light curves all of those premade and I'm happy to share the data we have for any targets you'd like. If you are looking after fainter targets we don't have those but I'll try to at least sort out a hacky workaround over the next few days!
Long-term it would be nice to recover stars that are lacking Kepler LCs, but that's not at all urgent. This is exploratory. So the premade curves would be more than sufficient for now. At a minimum, we can see how well this will work on a typical target.
This is from running target.make_postcard() following the demo. I only updated the path, but it never got far enough for the path to matter.
It then prints out all the option value=XXX stuff.
I went to the provided URL, and it does look like a JSON object. So I tried fiddling with my kplr API version and my JSON reader (this is built-in, so no success there). This is Python3.8, but I get the same output with Python3.7 and across computers.
My only guess is that Kepler has changed something minor in the format of their object on that URL. But that's just a guess.