Geert Barentsen
Geert Barentsen
In a future version (>3.0), we should add a tool to overlay or compare the region of sky covered by a Target Pixel File against survey images (DSS, SDSS, 2MASS...)....
I think it would be fun and educational to add a method to the `SimplePixelLevelDecorrelationDetrender` to show the observed and detrended flux side-by-side in an animation.
@gully How do you feel about adding your list of other data analysis packages (e.g. ranked by GitHub stars) as a page to the PyKE sphinx docs? The title of...
When you try to CBV-correct the lightcurve derived from a targetpixelfile observed during Quarter 4 on the channel that failed during that quarter, it fails: https://archive.stsci.edu/missions/kepler/target_pixel_files/0119/011904151/kplr011904151-2010009091648_lpd-targ.fits.gz This is the lowest-priority...
I wonder if we can have `kepstitch` take the name of a planet or KIC number, and have to grab all the quarters for that target from MAST and stitch...
Tasks needed before we can release PyKE 3.1.0: - [x] Update the README - [x] Update the "What's new page" - [x] Push the documentation to github.io - [x] Release...
This post intends to capture the list of tutorials we'd like to add to PyKE. Ideally, the tutorials would form a nice continuous story.This list is intended to be revised...
We need a convention on how PyKE should deal with printing feedback to the users and writing logfiles. The current system based on `verbose` and `logfile` arguments is not in...
If you are a pro Windows user that came across this ticket, please feel free to respond and volunteer to help us figure out how to make PyKE accessible in...
When executing the following snippet: ```python import lightkurve as lk sr = lk.search_lightcurve('KIC 1435467', mission='Kepler', cadence='long') lc = sr[2:5].download_all().stitch() lc.to_fits('test_llc.fits', overwrite=True) reread = lk.read('test_llc.fits') ``` I find that `reread` does...