HajimeKawahara / exojax

🐈 Automatic differentiable spectrum modeling of exoplanets/brown dwarfs using JAX, compatible with NumPyro and JAXopt
http://secondearths.sakura.ne.jp/exojax/
MIT License
45 stars 14 forks source link

Bugfix: gamma for Stark broadening of metal lines #489

Closed chonma0ctopus closed 3 months ago

chonma0ctopus commented 3 months ago

As pointed out in #488, the Stark broadening parameter is in a unit of '(sNe)^-1' but was mistakenly not multiplied by Ne (electron number density). Also, a temperature-dependent factor (`(T/10000.)**(1/6)`; c.f. https://ui.adsabs.harvard.edu/abs/2006AIPC..874...35G/abstract) was forgotten. I fixed them.