will-henney / proplyd-cloudy

Ionization/dynamic models of proplyds
http://deprecated.github.com/proplyd-cloudy/
2 stars 0 forks source link

Missing O II permitted lines in Cloudy #26

Closed nahieflores closed 12 years ago

nahieflores commented 12 years ago

List of O II lines observed in proplyds that seem to be missing from Cloudy.

will-henney commented 12 years ago

I have edited this issue to merge in related issue #27, which I will close

will-henney commented 12 years ago

See also related issue #19

will-henney commented 12 years ago

Originally we had the [Cl III] 5539 Å line listed here. However, this is in Cloudy, but with the wavelength 5538 Å.

will-henney commented 12 years ago

More edits to clarify things. Nahiely had originally mentioned 4649 4650, but these are surely the same as Cloudy's O 2r 4651A

will-henney commented 12 years ago

Actually Cloudy does have these lines!

From prt_lines_lv1_li_ne.cpp:893...

    /* recombination and specific pump for OII 4638.86-4696.35 (8 lines) */
    rec = GetLineRec(82, 4651 );
    PntForLine(4651.,"O  2",&ipnt);
    lindst(rec,4651,"O 2r",ipnt,'r',true,
        " O II 4651 total recombination, 4638.86-4696.35 (8 lines)  " );

But they are all lumped together with the 4651 tag.

will-henney commented 12 years ago

So I am closing the issue. Maybe it would be useful to split out the separate components, but that should be a new issue, and it may not even be necessary.