You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order in which the cells are currently organized can cause problems when loading make_sed and plotting the SED. This is solved by initializing evo_model, age, and parallax/distance at the beginning of the notebook rather than later.
from sedkit import SED
trap1 = SED(name='Trappist-1', substellar=True)
trap1.evo_model = "DUSTY00"
trap1.age = 7.6*q.Gyr, 2.2*q.Gyr, '2017ApJ...845..110B'
trap1.parallax = 82.4*q.mas, 0.8*q.mas
Fix the order cells to work with new SEDkit version (Nov. 2024)
https://github.com/BDNYC/sedkit/blob/main/sedkit/notebooks/Trappist-1.ipynb
The text was updated successfully, but these errors were encountered: