You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isochrones() is a special method that works differently from get_spectrum or get_mags. It gives you the parameters (stellar parameters, IMF weight, and magnitudes) of every single isochrone grid point - all ages and all metallicities. Thus logzsol is ignored, since no metallicity interpolation is performed.
But in general, logzsol = log(Z) - log (Z_sun), where log(Z_sun)=0.019 for Padova isochrones, and 0.014 for MIST isochrones
I am using BASTI stellar isochrone library. For different values of logzsol in input, I was getting different values of log(Z). The difference between both the values was not constant. Hence to check the relation between them, I plotted z_sol vs (z_sol - Z). Kindly see the attached values below.
Hi,
How does the input of metallicity ( logzsol ) work.
When I give
In the output, I get
In input, I provided logzsol = -0.4, but in the output I get log(Z) = -2.0969. How logzsol and log(Z) are related?
I think it is a very silly question, but I am confused. I would be very grateful if anyone can help me with this.
The text was updated successfully, but these errors were encountered: