Width of the Gaussian part of the Voigt profile
Closed this issue · 1 comments
Hi!
So I've been looking at the formulas for the width of the Gaussian part of the Voigt profile, and I think there might be a factor 2 in the p-winds implementation that shouldn't be there. Eq. 16 of the p-winds paper is taken from Eq. 16 of Lampón et al. (2020) and reads
however, Lampón calls this scipy.voigt_profile()
that p-winds uses expects the standard deviation, so I think instead it should be passed
This would then also be consistent with Eq. 21 of Oklopcic&Hirata (2018), which uses
(Similarly, I think the turbulence term should be modified to
Perhaps I am overlooking something, so if someone could verify, that would be great!
Dion