gully
gully
Whoa far out ideas here! Glad you've thought about this. I had experimented with making TPFfactory a little more generalized, there may be an un-merged Pull Request somewhere. I got...
This is awesome!! I will be happy to try this out, but at first sight it looks as advertised! I'm amazed range requests works and how you reverse engineered which-bytes-are-where,...
Hi @barentsen I am trying to install `tess-cloud` and get hung up at the pip install phase, please advise. Update: I finally discovered what `poetry` does and it looks awesome!...
Hey all, I attemped the `from_fits_images` way of making a TPF from the local TICA FFIs and encountered a bug: ```python from lightkurve import TessTargetPixelFile fnames = np.sort(tica_fns) tpf =...
In regards to tess-cloud, `pip install .` started to work, but threw an error about conflicts. I got it to work after messing around with poetry, but hit an AWS...
So recapping here in regards to @mrtommyb 's statement > I'm interested in seeing some real-world examples of the data being used, but maybe we need a tool like this...
Yes, unfortunately interact only works in Jupyter Notebooks at the moment, and agreed ideally it would inform the user about this limitation. I just attempted---in `lightkurve` v2.0.4--- to run `tpf.interact()`...
It is useful to compare the observed frequency-domain periodogram PSD with analytic power spectra from their time-domain counterparts, Gaussian Process covariance kernels. This mapping is **exact** via [Bochner's theorem](https://en.wikipedia.org/wiki/Bochner%27s_theorem#Applications). Currently...
We explored this question at the UT Austin 2021 Hack Day today with David Wilson, Tyler Nelson, Simon Gazagnes and Sam Factor. We assessed the prospect of programmatically generating lightcurves...
I should mention that lightcurve is based on astropy.TimeSeries, which has support for event-level time series such as that from SWIFT UVOT, so in principle one could have preserved the...