Commit 3f965279 authored by Giorgio Calderone's avatar Giorgio Calderone
Browse files

Damping normalization factor

parent 4d11b546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ function analyze_job(job; Nloop = 6)
        for i in 1:length(epoch_ids[job])
            id = epoch_ids[job][i]
            push!(OIII_norm, res.multi[i][:OIII_5007].norm.val)
            epochs[epochs.id .== id, :scale] *= res.multi[i][:OIII_5007].norm.val
            epochs[epochs.id .== id, :scale] *= ((1 + res.multi[i][:OIII_5007].norm.val) / 2)
        end
        out = hcat(out, OIII_norm)        
    end