MILESpy is a python interface to the MILES stellar library and SSP models. This package aims to provide users an easy interface to generate single stellar population (SSP) models, navigate the stellar library or generate a spectra given an input star formation history (SFH), among other things. We try to make this package compatible with previously existing tools, namely astropy and specutils.
In a standard python installation using pip as the package manager, just do:
python3 -m pip install milespy
If you are installing from source, after cloning this repository, install it with:
python3 -m pip install .
If you find bugs or have feature suggestions, please submit an issue to this repository.