legolason / PyQSOFit

A code to fit the spectrum of quasar
GNU General Public License v3.0
71 stars 36 forks source link

Properties errors #26

Open LydiaMak opened 2 years ago

LydiaMak commented 2 years ago

What is the best way to get the errors for each line properties when I run with MC, in the same sense we have fwhm,sigma,ew,peak,area = q.line_prop(q.linelist[6][0],q.line_result[12:15],'broad')?

I mean in terms of narrow lines.

legolason commented 2 years ago

use an external MC, save the OIII separately

LydiaMak commented 2 years ago

Is it possible to use the _line_mc?

legolason commented 2 years ago

Maybe you can use it externally

burke86 commented 2 years ago

We should think about saving the line/gauss_result data for each MC sample for v1.2 (PR #41) so the user can get the errors however they like