This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== PySEP get_basic_stellar_model Function ====== 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. <code python> from pysep.api.starting import get_basic_stellar_model model = get_basic_stellar_model("./lowMassModel") </code>