Hi all,
I have been attempting to reproduce the results from Table 7 in Luridiana, Morisset & Shaw (2015), and most values appear to be consistent. However, I encountered a discrepancy when calculating the O II temperature using the following PyNeb script:
pn.atomicData.includeFitsPath()
pn.atomicData.setDataFileDict('IRAF_09')
O2 = pn.Atom('O', 2)
T_O2 = O2.getTemDen(100, den=100, to_eval="(L(3726) + L(3729)) / (L(7319) + L(7320) + L(7330) + L(7331))")
The resulting temperature is approximately 6840 K, whereas the value reported in the paper is 7480 K.
Would you be able to advise on whether I might be missing a step or misinterpreting part of the calculation?
Thank you very much for your time and help.
Best regards,
Yu Voon