isochrones
isochrones copied to clipboard
Pythonic stellar model grid access; easy MCMC fitting of stellar properties
Running on python3.8, numpy v1.16, I get repeated KeyErrors when running pytest: FAILED isochrones/tests/test_basic.py::test_mist_basic - KeyError: -0.5 FAILED isochrones/tests/test_basic.py::test_closest_eep - KeyError: -0.5 FAILED isochrones/tests/test_basic.py::test_spec - KeyError: -0.5 or when running...
Following the directions from [ReadTheDocs](https://isochrones.readthedocs.io/en/latest/install.html#Conda-environment-and-testing) successfully installed both isochrones and MultiNest and ran the final test with ``` nosetests isochrones ``` which resulted in the error: ` ERROR: Failure: SyntaxError...
Dear Timothy, I wish to estimate the stellar mass of a star using the following observed properties: stellar radius, effective temperature, photometric magnitudes (GAIA + 2MASS + WISE), the measured...
This relates to #23 and some other recent requests for non-EEP isochrones to be possible again.
First, thanks for making this code open source and available. I am curious about adding support for the Baraffe et al. (e.g. BCAH 2002, BHAC 2015) pre-main sequence evolutionary models:...
The code below produces two very different isochrones, where I expect them to be the same. This is true for the whole range of allowed (age, feh) which does not...
Hi, I was generating a stellar population of FeH = -2 and age = 12Gyr and I found a weird peak of lots of stars gathering on the isochrone as...
This package works beautifully on individual objects, but I am not entirely sure if there is a capability of fitting let's say a few dozen or a few hundred stars...
When I use StarPopulation to generate a stellar population, I am able to correctly set the bounds on the input parameters feh, distance, and AV if I use the FlatPrior...
Hi sir, I am getting following error, In past i used the same "star.ini" files to run starfit program using the dartmouth isochrones. Now, with MIST, the starfit summary is...