Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Situation when metallicity (FeH) lower than -2. #6

Open
martinmestre opened this issue Dec 15, 2022 · 2 comments
Open

Situation when metallicity (FeH) lower than -2. #6

martinmestre opened this issue Dec 15, 2022 · 2 comments

Comments

@martinmestre
Copy link

martinmestre commented Dec 15, 2022

Hello, thank you very much for your packages. It is very useful.

I would like to know if it is normal that for FeH < -2, the isochrone seems to be truncated respect to the -2 case. I have tested for values like -2.001 and I still obtain a very short isochrone, seems to be only the main sequence. I paste my code:

import ezmist
filters = "UBVRIplus"
age = 12e9
metal = -2.001
age_scale = "linear"
r = ezmist.get_one_isochrone(age=age, FeH=metal, v_div_vcrit=0.0,
                    age_scale=age_scale, output_option="photometry",
                    output=filters, Av_value=0.0)
r_color = r["Gaia_BP_EDR3"]-r["Gaia_RP_EDR3"]

import pylab as plt
plt.scatter(r_color, r['Gaia_G_EDR3'],marker=".")
plt.show()

Thank you very much for your help.

@mfouesneau
Copy link
Owner

I do know have knowledge of the recent MIST models; it was not the case before.
I do not see a short isochrone on my side.

@martinmestre
Copy link
Author

Hi @mfouesneau thank you for your fast answer. Here I attach a plot with two isochrones, the blue is for FeH=-2 and the red is for FeH=-2.001. For the latter case you obtain a full isochrone?
isochrones
I used the same code snippet above. Thank you very much for any orientation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants