Luke Bouma

Results 7 issues of Luke Bouma

Hi Michael, Currently line 25 of pspline.py seems to iterate over `stdev_cut`. This leads to a TypeError when `stdev_cut` is a float (which generally should be allowed?). More broadly, I...

Hi folks! (Perhaps @tylerapritchard ?) Quick clarification on versioning: A quick skim of `tess_stars2px.py` and the `setup.py` and PyPI releases suggests that they might be out of sync, with the...

Ideas for a hack over the next few days: - [x] `get_eleanor_lightcurves` needs to have less restrictive **args and **kwargs https://github.com/waqasbhatti/astrobase/blob/master/astrobase/services/tesslightcurves.py#L225 - [ ] `get_cpm_lightcurve(tic_id)` needs to be implemented and...

## Describe the bug When running TLS on light curves from the prime Kepler mission, the algorithm sometimes (but not always) fails to find viable solutions, even though alternative implementations...

bug

`simbad_to_tic` and `tic_to_simbad` now rely on astroquery.simbad's Simbad module to handle name conversions through the SIMBAD name resolver. This commit also implements the latter `tic_to_simbad` function.

(Sorry for merged commits; will split in future PRs) https://github.com/waqasbhatti/astrobase/pull/103/commits/e9dbbfafd109eb141c629613ea3a9eb6808194bf _tesslightcurves: add get_unpopular_lightcurve_ This implements a particular method for making TESS light curves from FFI cutouts, directly from Soichiro Hattori...

Hi Lionel, Thanks for this lovely tool! This PR addresses what I think is a typo in the "tess_search" notebook from the docs: I think the idea of the relevant...