We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add feature to interpolate to exact Teff, and g number for the function sonora
Currently if a user runs case.sonora(teff) for a certain logg, it will find the nearest neighbor.
We should be able to interpolate so that a user can retrieve a PT profile at an exact logg, and teff point.
New function should have kward method which can be either nearest_neighbor or interp
method
nearest_neighbor
interp
The text was updated successfully, but these errors were encountered:
EhsanGharibNezhad
No branches or pull requests
Add feature to interpolate to exact Teff, and g number for the function sonora
Currently if a user runs case.sonora(teff) for a certain logg, it will find the nearest neighbor.
We should be able to interpolate so that a user can retrieve a PT profile at an exact logg, and teff point.
New function should have kward
method
which can be eithernearest_neighbor
orinterp
The text was updated successfully, but these errors were encountered: