swh:1:snp:9940cf8487be1d2ddeda5ad449692f614d3c188a
Raw File
Tip revision: 5070d8d89ae3101cc81fd626379cd43f94843f2a authored by Software Heritage on 07 April 2020, 15:31:26 UTC
hal: Deposit 546 in collection hal
Tip revision: 5070d8d
README
# g_II-A

Computes Hummer (1962) "II-A" redistribution function after fast
approximations of Gouttebroze (1986)

## Language

python

## Date

April 7, 2020

## Parameters

**a**: damping parameter (float) for the Lorentz profile (psiw)

**apr**: 0 or 1; 1 provides a better approximation (see Gouttebroze 1986)

**xp**: array of *incoming* reduced frequencies

**x**: values for *outgoing* reduced frequencies

## Usage

python3 (-i) gii-a_G1986.py

## Bibliography
[Gouttebroze, P., 1986, A&A, 160, 195](https://ui.adsabs.harvard.edu/abs/1986A&A...160..195G/abstract)

## License
[CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)
back to top