chianti-atomic / ChiantiPy

ChiantiPy is a python package to calculate the radiative properties of astrophysical plasmas based on the CHIANTI atomic database
63 stars 32 forks source link

Two-photon calculation? #458

Open jwreep opened 7 months ago

jwreep commented 7 months ago

The calculation of the two-photon continuum does not seem to match the equation in the CHIANTI user's guide:

Screenshot 2024-02-12 at 11 26 48 AM

As far as I can tell, the equation as programmed (in ChiantiPy or IDL) is:

Untitled

and $A_{\text{sum}} = 1$ for helium-like ions.

It might be that the mismatch is in the guide's definition of $\phi(y)$? It's not stated what that definition is (nor is it in the Young et al paper). Could this please be clarified? What is the full form of the equation used by Chianti and what is the appropriate reference?

Additionally, what is the $A_{\text{sum}}$ term found in the hydrogen-like data files? What are its units? I have not been able to find any papers that reference it.

Any help would be greatly appreciated!

jwreep commented 7 months ago

The $A_{\text{sum}}$ term appears to be a normalization factor of the integral of $\phi(y)$ (or $\psi(y)$ in the code). See here.. Confirmation would be appreciated, though!