Zé Vinícius
Zé Vinícius
If we are supporting it, we should definitely add an entry here: http://pyke.keplerscience.org/api/index.html
@christinahedges here it works fine: ``` ➜ kepclean --help usage: kepclean [-h] [--outfile OUTFILE] [--zero] [--overwrite] [--verbose] [--logfile LOGFILE] infile Remove unwanted time ranges from Kepler time series data positional...
 ``` import matplotlib.pyplot as plt from tqdm import tqdm from pyke import KeplerCBVCorrector cbv = KeplerCBVCorrector("kplr008462852-2011073133259_llc.fits") list_of_cbvs = [] for n in...
Yep, let's just use the ``.ipynb`` file. Sphinx automagically converts it into ``.rst`` for the doc page. Also, perhaps would be more useful to use the recently added ``KeplerCBVCorrector`` class...
For instance, for EPIC248667471, we can see that the CBVs degraded the lightcurve most likely because of the lack of knowledge about the periodical signal. ![screen shot 2018-01-20 at 9...
@candyzyj123 thanks for reporting, will investigate at some point!
@IssamLaradji Thanks! Likely!
We actually don't need AD. The gradients we need are easily computable in closed-form. I think JAX would be the way to go due to JIT for GPU/TPU.
Hi @turmeric-blend, this interface to define inequality/equality constraints via strings is not yet available, however, you can pass directly the quantities ``Cmat``, ``cvec``, ``Dmat``, and ``dvec`` to the ``design`` method...
@bsipocz We ended up implementing the same solution you thought.