mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-04 19:05:08 +00:00
bed time
This commit is contained in:
parent
e32848b075
commit
55747ce2e0
@ -1,4 +1,4 @@
|
||||
# hnu [eV] mehdipour magdziarz
|
||||
# hnu [eV] mehdipour magdziarz [erg/cm^2/s]
|
||||
4.142566e-08 0.000000e+00 0.000000e+00
|
||||
4.156403e-08 0.000000e+00 0.000000e+00
|
||||
4.170281e-08 0.000000e+00 0.000000e+00
|
||||
|
@ -243,7 +243,7 @@ std::list<agn::eqwidth_table> agn::compile_eqwidth_tables(agn::cloudy_grid grid,
|
||||
<< label
|
||||
<< " relative to Inci 1215.00A";
|
||||
new_table.header[0] = header0.str();
|
||||
new_table.header[1] = "Hden Phi(H) Eq_Width (A)";
|
||||
new_table.header[1] = "Hden Phi(H) F(line)/Inci(1215) ";
|
||||
agn::cloudy_grid::iterator result_it = grid.begin();
|
||||
while (result_it != grid.end()) {
|
||||
x = result_it->first.first;
|
||||
@ -304,7 +304,7 @@ std::list<agn::eqwidth_table> agn::compile_eqwidth_tables(agn::cloudy_grid grid,
|
||||
<< label.substr(5)
|
||||
<< " relative to Inci 1215.00A";
|
||||
inwd_table.header[0] = inwdheader0.str();
|
||||
inwd_table.header[1] = "Hden Phi(H) Eq_Width (A)";
|
||||
inwd_table.header[1] = "Hden Phi(H) F(line)/Inci(1215)";
|
||||
result_it = grid.begin();
|
||||
agn::cloudy_line_data inwddata;
|
||||
while (result_it != grid.end()) {
|
||||
|
Loading…
Reference in New Issue
Block a user