dfm / python-fsps

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

Undocumented parameters #2

Closed dfm closed 9 years ago

dfm commented 11 years ago

There are a few parameters that live in the pset structure but don't have any documentation. In the python-fsps docs, I've copied over all the documentation about the parameters from the FSPS PDF documentation but it's missing a few parameters (logzsol, pmetals, frac_obrun, redgb, dust1_index, masscut, and evtype).

@jonathansick: do you have any idea about what any of these are? If so should we document them or just leave them out like the original documentation does.

jonathansick commented 11 years ago

No idea. They could be things that Charlie has played with but doesn't want to commit to them being part of the API. You could email him. I'd guess that logzsol just defines solar metallicity...

bd-j commented 9 years ago

fixed by PR #37