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

PHOENIX atmospheres #40

Open
DanielAndreasen opened this issue Apr 28, 2016 · 7 comments
Open

PHOENIX atmospheres #40

DanielAndreasen opened this issue Apr 28, 2016 · 7 comments

Comments

@DanielAndreasen
Copy link
Owner

How about some PHOENIX atmospheres too. They seem to be the future anyway.

@MariaTsantaki
Copy link
Collaborator

Do you know which group works on that?

@DanielAndreasen
Copy link
Owner Author

@MariaTsantaki
Copy link
Collaborator

MariaTsantaki commented Apr 28, 2016

They provide atmospheres in fits format.
ftp://phoenix.astro.physik.uni-goettingen.de/AtmosFITS/

Atmospheres

Posted on August 6, 2013

We’ve now also published the atmospheric structures for all our models. They are available for download as FITS binary tables with the columns tau, temp, pgas and rho.

I think if we convert to kurucz format, this is all we need. :)

@DanielAndreasen
Copy link
Owner Author

Yes, maybe. I wonder how MOOG works. Does it just read the atmosphere differently according to the keyword (KURUCZ, MARCS, etc.), or does it also apply different physics? If the physics is the same, then let's just convert to Kurucz and we should be good to go. I can take a look at the source code tomorrow

@DanielAndreasen
Copy link
Owner Author

DanielAndreasen commented Apr 29, 2016

Okay, I've taken a look at the source code (Inmodel.f specifically), and the same physics is applied to all the atmosphere models. Since the columns are the same for all, MOOG compute the columns needed to proceed.
That means if we can make PHOENIX models look like Kurucz, we are good to go. I guess it will take some work, but we only have to create the grid once.

To proceed:

  • Check which columns PHOENIX has compared to Kurucz
  • Find a way to calculate the other columns needed
  • Save the PHOENIX models in a grid similar to Kurucz

@MariaTsantaki
Copy link
Collaborator

MOOG requires: rho, T, Pgas, Ne, kappaross.
PHOENIX have: rho, T, Pgas, tau
I think we have to ask them for the quantities missing..

@DanielAndreasen
Copy link
Owner Author

I think it is possible to make it look like the Marcs model atmospheres, then we can set the MARCS (or something like that) in the header of the interpolated atmosphere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
FASMA
Low priority
Development

No branches or pull requests

2 participants