Commit a9a596c3 authored by Giorgio Calderone's avatar Giorgio Calderone
Browse files

Neglecting few em. lines

parent 585fa849
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -42,32 +42,32 @@ end
function known_spectral_lines(source::QSO{T}) where T <: q1927p654
    list = [
        # MultiCompLine(                      :Lyb                     , [BroadLine, NarrowLine]),
        MultiCompLine(                      :Lya                     , [BroadLine, NarrowLine]),
        NarrowLine(                         :NV_1241                ),
        BroadLine(    custom_transition(tid=:OI_1306     , 1305.53 )),
        BroadLine(    custom_transition(tid=:CII_1335    , 1335.31 )),
        BroadLine(                          :SiIV_1400              ),
        MultiCompLine(                      :CIV_1549                , [BroadLine, NarrowLine]),
        # MultiCompLine(                      :Lya                     , [BroadLine, NarrowLine]),
        # NarrowLine(                         :NV_1241                ),
        # BroadLine(    custom_transition(tid=:OI_1306     , 1305.53 )),
        # BroadLine(    custom_transition(tid=:CII_1335    , 1335.31 )),
        # BroadLine(                          :SiIV_1400              ),
        # MultiCompLine(                      :CIV_1549                , [BroadLine, NarrowLine]),
        # BroadLine(                          :HeII_1640              ),
        # BroadLine(    custom_transition(tid=:OIII        , 1665.85 )),
        # BroadLine(    custom_transition(tid=:AlIII       , 1857.4  )),
        BroadLine(                          :CIII_1909              ),
        BroadLine(    custom_transition(tid=:CII         , 2326.0  )),
        BroadLine(    custom_transition(tid=:F2420       , 2420.0  )),
        MultiCompLine(                      :MgII_2798               , [BroadLine, NarrowLine]),
        # BroadLine(                          :CIII_1909              ),
        # BroadLine(    custom_transition(tid=:CII         , 2326.0  )),
        # BroadLine(    custom_transition(tid=:F2420       , 2420.0  )),
        # MultiCompLine(                      :MgII_2798               , [BroadLine, NarrowLine]),
        # NarrowLine(   custom_transition(tid=:NeVN        , 3346.79 )),
        NarrowLine(   custom_transition(tid=:NeVI_3426   , 3426.85 )),
        NarrowLine(   custom_transition(tid=:OII_3727    , 3729.875)),
        NarrowLine(   custom_transition(tid=:NeIII_3869  , 3869.81 )),
        # NarrowLine(   custom_transition(tid=:NeVI_3426   , 3426.85 )),
        # NarrowLine(   custom_transition(tid=:OII_3727    , 3729.875)),
        # NarrowLine(   custom_transition(tid=:NeIII_3869  , 3869.81 )),
        # BroadLine(                          :Hd                     ),
        MultiCompLine(                      :Hg                      , [BroadLine, NarrowLine, BroadBaseLine]),
        NarrowLine(                         :OIII_4363              ),
        BroadLine(                          :HeII_4686              ),
        # BroadLine(                          :HeII_4686              ),
        MultiCompLine(                      :Hb                      , [BroadLine, NarrowLine, BroadBaseLine]),
        NarrowLine(                         :OIII_4959              ),
        NarrowLine(                         :OIII_5007              ),
        # AsymmTailLine(                      :OIII_5007               , :blue),
        BroadLine(                          :HeI_5876               ),
        # BroadLine(                          :HeI_5876               ),
        NarrowLine(                         :OI_6300                ),
        NarrowLine(                         :OI_6364                ),
        NarrowLine(                         :NII_6549               ),
@@ -185,7 +185,7 @@ function qsfit_multi(source::QSO{TRecipe}; ref_id=1) where TRecipe <: q1927p654
        QSFit.add_patch_functs!(source, pspec, model)

        multi[id][:OIII_5007].norm.val = 1.
        multi[id][:OIII_5007].norm.fixed = true
            # multi[id][:OIII_5007].norm.fixed = true
    end
    fitres = fit!(source, multi, pspecs)
    for id in 1:length(pspecs)