This content demonstrates how to use the PySEP library's get_basic_stellar_model
function in Python to retrieve a basic stellar model for simulations or analysis. The code snippet shows the importation of the get_basic_stellar_model
function from the pysep.api.starting
module and its subsequent use to get a model for a low mass star by specifying the path to the model file.
from pysep.api.starting import get_basic_stellar_model model = get_basic_stellar_model("./lowMassModel")