Closed meganmansfield closed 5 years ago
I just tried this and it works fine on my computer now! Thanks for the fix!
Woot! Glad to hear it 👍
🎉🎉🎉🎉
On Thu, Mar 7, 2019 at 1:18 PM Jacob Lustig-Yaeger notifications@github.com wrote:
Woot! Glad to hear it 👍
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/multidworlds/eigenspectra/issues/45#issuecomment-470698093, or mute the thread https://github.com/notifications/unsubscribe-auth/AI5FK6GsctifxCSI6qSUQEWYrBtN61k7ks5vUYIKgaJpZM4bDKWJ .
I have no problem running
starry
on my personal computer and have verified that our code that usesstarry
works on other computers. It would be helpful for each of you who still have issues running the code to try the following steps:conda config --add channels conda-forge
conda install starry
Import the code used to generate the eclipse lightcurves
from gen_lightcurves import *
Get the high-res wavelength grid and pixel spectra (spaxels)
lamhr, spaxels = prep_spectral_hotspot_map()
Generate the multi-wavelength eclipse lightcurves using starry
time, lam, dlam, lcurves = create_lightcurves_with_starry(lamhr, spaxels, plot_lightcurves = False, plot_diagnostic = False)