Geert Barentsen
Geert Barentsen
Thanks++ for opening this issue Oli! 👍 Explanation: * The only syntax we supported so far is to use `sr.table['author']` instead of `sr['author']`. Does that work? I agree we should...
Thanks for reporting this @skgrunblatt! That example should have worked rather than delivering an obscure error message. This is something we need to fix. In meanwhile, a quick workaround to...
I should mention that calling `lk.read(filename)` with a Kepler light curve file is a convenience method for doing this: ```python lc = lk.LightCurve.read(filename, format="kepler") ```
Lightkurve v2.x defaults to reading in data products with lowercase column names, because I hate it when columns shout at me. This may or may not have been a good...
(Just wanted to subscribe and say I am super excited about this PR, and will be happy to help test.)
@gjmluna Excellent question! The light curve files produced by the TESS SPOC pipeline include a column named "sap_bkg" which contains the background flux that was subtracted. You can add this...
@gjmluna Ah, yes, you are right. `tpf.to_lightcurve()` includes the background estimate from the pipeline, because the flux values (i.e. `tpf.flux`) have had a background estimate subtracted by the pipeline (i.e....
@pmaxted Thank you for reporting this issue! I am able to reproduce the problem. Although I did not encounter a `Bus error` within 15 minutes, I observed that the Python...
Interesting! At this time I don't understand why the issue would occur on OSX but not on Windows. Thank you for reporting this! The next step would be to use...
Thank you for raising attention to this @orionlee! It looks like the widget's `fig.yaxis.axis_label` is hard-coded in `interact.py`, which is not good! We currently have some logic to determine a...