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

New isochrone interpolation method? #556

Open
Gabriel-p opened this issue Jun 26, 2024 · 0 comments
Open

New isochrone interpolation method? #556

Gabriel-p opened this issue Jun 26, 2024 · 0 comments

Comments

@Gabriel-p
Copy link
Contributor

Instead of averaging the four closest isochrones, average the metallicity first and the age second:

  1. Given a (z*, loga*)
  2. Find the loga value in the isochrones closest to loga*: loga0
  3. Average the two loga0 isochrones with: z1 < z* < z2
  4. Now we have a new isochrone with (z*, loga0)
  5. Find the z value closest to z*: z0
  6. Average the two z0 isochrones with: loga1 < loga* < loga2
  7. Now we have a new isochrone with (z0, loga*)
  8. Average the isochrones (z*, loga0) and (z0, loga*) --> (z*, loga*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant