MORS is a Python package for modelling the rotational spin-down and high-energy (X-ray, EUV, Ly-α) emission evolution of low-mass stars. It implements the model of Johnstone, Bartel & Güdel (2021) and is the stellar evolution model integrated into the PROTEUS framework.
Documentation: https://proteus-framework.org/MORS/
pip install fwl-mors
mors download allimport mors
star = mors.Star(Mstar=1.0, Prot=2.7) # 1 Msun, initial rotation period at 1 Myr
print(star.Lx(150.0)) # X-ray luminosity at 150 Myr [erg s-1]If you use MORS in published work, please cite:
- Johnstone, Bartel & Güdel (2021), A&A, 649, A96 (rotation and XUV evolution model)
- Spada et al. (2013), ApJ, 776, 87 (stellar evolution tracks)
If you use the model cluster distribution or percentiles, also cite the rotation-measurement sources in Table 1 of Johnstone et al. (2021).