dfm / python-fsps

Python bindings to Charlie Conroy's Flexible Stellar Population Synthesis (FSPS) Fortran code
https://python-fsps.readthedocs.io
MIT License
65 stars 38 forks source link

Access more FSPS quantities as attributes #195

Closed bd-j closed 1 year ago

bd-j commented 1 year ago

This PR adds access to several newish FSPS quantities that may be of relevance. There is a resolution array for each stellar library, and there is now access to the SSP weights for the last computed stellar population. Also added a test for the SSP weights, and reordered tests to try and take better advantage of SSP caching.