keflavich / imf

Simple tools to work with the Initial Mass Function
MIT License
44 stars 17 forks source link

chabrier2005 missing from massfunctions dictionary #19

Closed hcferguson closed 2 years ago

hcferguson commented 4 years ago

Not sure if this was intentional, but I noticed chabrier2005 is missing from the mass functions dictionary, although it is defined in imf.py:


                 'schechter': schechter, 'modified_schechter': modified_schechter}```
keflavich commented 4 years ago

Likely an oversight, but it might have been that I never finished implementing the chabrier2005 IMF .... I forget if that's even a distinct function from the 2003 IMF that is more commonly used. Still, if it's implemented, we should probably have access to it; PRs are welcome

keflavich commented 2 years ago

Clarified in #30