BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 35 forks source link

Stellar library files for user download #176

Closed karllark closed 5 years ago

karllark commented 6 years ago

Need to get the new ones so that they can be added to the BEAST library download.

karllark commented 6 years ago

Some libraries are defined in stelllib.py that are not available in the library download file.

karllark commented 6 years ago

Code from stelllib.py.

'basel_2.2_pegase': __ROOT__ + '/libs/BaSeL_v2.2.pegase.grid.fits',
'elodie_3.1': __ROOT__ + '/libs/Elodie_v3.1.grid.fits',
'kurucz': __ROOT__ + '/libs/kurucz2004.grid.fits',
'tlusty': __ROOT__ + '/libs/tlusty.lowres.grid.fits',
'btsettl': __ROOT__ + '/libs/bt-settl.lowres.grid.fits',
'btsettl_medres': __ROOT__ + '/libs/bt-settl.medres.grid.fits',
'munari': __ROOT__ + '/libs/atlas9-munari.hires.grid.fits'

We have kurucz and tlusty. @mfouesneau : can you provide the basel and elodie files? @lcjohnso : can you provide the btsettl (both versions) and munari?

karllark commented 6 years ago

We should strive to not have stellar libraries defined in stelllib.py that we do not provide for download.

mfouesneau commented 6 years ago

files are here: https://github.com/mfouesneau/pystellibs/tree/master/pystellibs/libs

karllark commented 6 years ago

@mfouesneau : Thanks for the link. That provides btsettl (lowres), basel, and munari.
What about elodie? Or is this old and I should remove from stelllib.py? I also see a file for rauch - what models are these?

mfouesneau commented 6 years ago

Elodie is quite substantial. That's why I do not put it on Github. I'll try to put it on an ftp. BTW Rauch could be useful if you plan to do White Dwarfs.

lcjohnso commented 6 years ago

Library files for BT-Settl and Munari are currently available here: https://cass.ucsd.edu/~lcj/beast/

karllark commented 5 years ago

The reasonable sized files are in and are downloaded with the rest of the libraries. Closing this issue.