tomasstolker / species

Toolkit for atmospheric characterization of directly imaged exoplanets
https://species.readthedocs.io
MIT License
22 stars 10 forks source link

BEX Exoplanet Grids #72

Closed maxwellmb closed 11 months ago

maxwellmb commented 11 months ago

Hi Tomas,

I love the package! Just like William, I would love for someone to have another model grid added in. In my case, the BEX models from Linder et al. 2019. I would try to hack them in myself, but sadly I don't think I'll have time, so I thought I'd drop it here to see if anyone else might!

Cheers, Max

tomasstolker commented 11 months ago

Hi Max,

Thanks for the suggestion! The BEX evolution data from Linder et al. can now be used with the latest release (v0.7.1): https://github.com/tomasstolker/species/releases/tag/v0.7.1

There are several grids, e.g. different [M/H] and f_sed. All grids will be added with add_isochrones('linder2019'). Then, if you set tag=None in ReadIsochrone it will list the database tags that you can choose from.

I hope that helps!

tomasstolker commented 11 months ago

One more thing:

You can use the get_filters method of ReadIsochrone to list the filter names for which there are magnitudes available: https://species.readthedocs.io/en/latest/tutorials/read_isochrone.html

maxwellmb commented 11 months ago

Incredible! I look forward to playing with it. Thanks for the quick response Tomas!