Geert Barentsen

Results 166 comments of Geert Barentsen
trafficstars

One potential solution that comes to mind is that the `.bin()` method should perhaps have continued to be reserved for "binning by equal number of data points", and a new...

@warrickball Thanks for drawing my attention to this! We will need to address two separate issues: 1) `search_lightcurve` does not return KEPSEISMIC products. This is an accidental bug caused by...

A PR wouldn't be *that* small because, ideally, it would include the following: * Adding `lightkurve/io/kepseismic.py` to introduce a reader function for Kepseismic. * Modifying the `detect_filetype` function in `detect.py`...

Thank you @scfleming! :+1:

Interesting. Thank you for opening the astropy issue!

(Side note: we also ought to deprecate `btjd_to_astropy_time` and `bkjd_to_astropy_time` in `lightkurve.utils` now that Kepler and Tess times are supported directly in Time objects.)

Thank you for pointing out that some astropy built-in format have a default time scale! These time formats appear to accomplish this by sub-classing AstroPy's `TimeFromEpoch` class. I opened #1112...

> What comes into mind is: does `Time` objects support masking as well? Excellent question! We'll have to investigate whether this change allows `Time` and/or `TimeSeries` and/or `QTable` objects to...

Thank you for this contribution @ckm3! This is an interesting idea, and I agree we should probably have this feature in some form. I do have a question I'd love...

Thank you for reporting this @manuelmarcano22! 🙏 If anyone is able to reproduce and/or debug this issue, please report below!