fleck icon indicating copy to clipboard operation
fleck copied to clipboard

Fast approximate spectrophotometry of active stars (plus planets!)

Results 11 fleck issues
Sort by recently updated
recently updated
newest added

Updated the notebook to use phoenix models instead of blackbody spectra.

Thanks for the bug report goes to Jessica Libby-Roberts.

Updates to reflect updated lightkurve

Running the MCMC example (https://fleck.readthedocs.io/en/latest/fleck/bayes/mcmc.html) and there are issues with lightkurve. `search_lightcurvefile()` is deprecated and needs to be changed to `search_lightcurve()` Also some issue with the files downloaded in the...

Hi @bmorris3, first of all, thanks for this nicely documented lean piece of programming! _fleck_ turns out to work great with flares, too! While trying out the software, I stumbled...

There was an annoying print statement that was called everytime the `fleck.Star.plot` function was called, which I assume was initially added for testing purposes but was never removed. I've removed...

In /fleck/jax.py line 609, temp_cmap is defined as: ``` log_temps = np.log10(self.temperature) def temp_cmap(x): return to_hex( plt.cm.YlOrRd_r( (np.log10(x) - min(log_temps)) / (max(log_temps) - min(log_temps)) * 0.6 + 0.4 ) )...

Hello! I'm having an issue when I change the `planet.lam` parameter where the spot seems to move strangely w.r.t both the stellar pole and planet transit chord. E.g. setting up...

Hi, thanks for maintaining fleck! At the moment the PyPI sdists for versions `1.1` and `1.1.2` cannot be installed with pip because the embedded metadata reports `0.0.dev0` instead of the...