starry icon indicating copy to clipboard operation
starry copied to clipboard

Tools for mapping stars and planets.

Results 30 starry issues
Sort by recently updated
recently updated
newest added

In recently published literature, [Beatty et al 2018](https://arxiv.org/pdf/1808.09575.pdf) (Figure 7; page 13) showed that inverting a phase curve onto a longitudinal map -- under the assumption of a dipole longitudinal...

I think that STARRY might not be computing the eclipse location relative to eccentricity of the planetary orbit correctly. I may be attributing eccentricity or Omega incorrectly; please let me...

**Is your feature request related to a problem? Please describe.** When fitting exoplanet time series observations, the observable features are the orbital period and the a/R*. It is frustrating when...

enhancement

There were some issues with recent versions of `xarray` and we needed `tqdm` to be installed. This has been fixed in `setup.py`.

**Describe the bug** The latitude and longitude arrays produced by the "get_pixel_transforms" function include duplicate values of at (0 Lat, 180 Lon) and superfluous (0 Lat, -180 Lon). **To Reproduce**...

bug

**Describe the bug** I had an issue with sampling in starry on multiple cores when the orbit is variable. This had me running everything more slowly on one core for...

bug

Hi! I was wondering if it would be possible to create multi-wavelength maps with wavelength-varying quadratic limb-darkening coefficients? At the moment the starry map gives n_deg x n_w coeffs, but...

enhancement

Going through the Quickstart tutorial [here (under Computing Light Curves)](https://starry.readthedocs.io/en/latest/notebooks/Exoplanet/) I get this error when I try to calculate the flux of a system: ``` time = np.linspace(-0.25, 3.25, 10000)...

bug

Hi, I was going through the Starry tutorial for the SpotSolver (https://starry.readthedocs.io/en/latest/notebooks/SpotSolve/) and ran the block of code to determine the posterior constraints. ``` import numpy as np import starry...

bug

Hi into the void! I've been having this issue that `map.flux()` and `map.design_matrix()` are **different** from `sys.flux()` and `sys.design_matrix()`, when they should be the same (same map, same planet and...

bug