andycasey / smhr

Spectroscopy Made Hard(er)
14 stars 7 forks source link

Add TurboSpectrum #243

Open alexji opened 7 years ago

andycasey commented 7 years ago

TurboSpectrum only works (or is only meant to work) with MARCS model atmospheres.

The current pickled set of MARCS model atmospheres need updating because they don't store radiative pressure at each depth point.

I am re-pickling the MARCS models with all the necessary information for each model. I am choosing to pickle only "standard" mixtures with 1.0 Solar masses (for spherical models) and prescribed microturbulence of 2.0 km/s.

So only photospheres matching the expression *_m1.0_t02_st_* will be picked.

See http://marcs.astro.uu.se/ for more details.

alexji commented 7 years ago

This makes sense. I think it is fine to even say we'll only use the Atlas atmospheres with MOOG and only the MARCS models with TurboSpectrum.

On Thu, Sep 28, 2017 at 9:41 PM, Andy Casey notifications@github.com wrote:

TurboSpectrum only works (or is only meant to work) with MARCS model atmospheres.

The current pickled set of MARCS model atmospheres need updating because they don't store radiative pressure at each depth point.

I am re-pickling the MARCS models with all the necessary information for each model. I am choosing to pickle only "standard" mixtures with 1.0 Solar masses (for spherical models) and prescribed microturbulence of 1.0 km/s.

So only photospheres matching the expression _m1.0_t01st will be picked.

See http://marcs.astro.uu.se/ for more details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andycasey/smhr/issues/243#issuecomment-333029354, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8IjsDFjrdmKQygrUlbFkMLFudcdyMIks5snHTygaJpZM4OmDXC .

andycasey commented 7 years ago

Agreed. We could actually just trick Turbospectrum into thinking it is dealing with MARCS atmospheres and parse properly-formatted Castelli/kurucz photospheres, but I would rather not.

andycasey commented 7 years ago

Progress: