Skip to content

Commit

Permalink
Improve 3FHL spectrum view
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Sep 15, 2017
1 parent f88f5bd commit 22074c2
Showing 1 changed file with 11 additions and 9 deletions.
Expand Up @@ -36,6 +36,10 @@ <h4><b>Position Info</b></h4>

<br>
<h4><b>Model Info</b></h4>
<p>
Note: in 3FHL every source was fitted with a power-law and log parabola spectrum,
and both fit paramters are given, whether there is significant curvature or not.
</p>
<ul>
<li>Significance (10 GeV - 2 TeV): {{source.format(d.Signif_Avg, false)}}</li>
<li>Npred: {{source.format(d.Npred, true)}}</li>
Expand All @@ -51,22 +55,20 @@ <h4><b>Model Info</b></h4>
</div>

<ul>
<li>Significance curvature: {{source.format(d.Signif_Curve, true)}}</li>
<li>Spectrum type: {{d.SpectrumType}}</li>
<ul>
<li>Spectral index: {{source.format_error(d.Spectral_Index, d.Unc_Spectral_Index, false)}}</li>
<li *ngIf="source.spec_type == 'LogParabola'">Beta: {{source.format_error(d.beta, d.Unc_beta, false)}}</li>
<li>Pivot energy: {{source.format(d.Pivot_Energy, true, 'GeV')}}</li>
<li>Flux density at pivot energy: {{source.format_error(d.Flux_Density, d.Unc_Flux_Density, true, 'cm-2 s-1 GeV-1')}}
</li>
</ul>
<li>Power law spectral index: {{source.format_error(d.PowerLaw_Index, d.Unc_PowerLaw_Index, false)}}</li>
<li>Log parabola spectral index: {{source.format_error(d.Spectral_Index, d.Unc_Spectral_Index, false)}}</li>
<!--<li *ngIf="source.spec_type == 'LogParabola'">Beta: {{source.format_error(d.beta, d.Unc_beta, false)}}</li>-->
<li>Log parabola beta: {{source.format_error(d.beta, d.Unc_beta, false)}}</li>
<li>Pivot energy: {{source.format(d.Pivot_Energy, true, 'GeV')}}</li>
<li>Flux density at pivot energy: {{source.format_error(d.Flux_Density, d.Unc_Flux_Density, true, 'cm-2 s-1 GeV-1')}}
</ul>

<ul>
<li>Power law index: {{source.format_error(d.PowerLaw_Index, d.Unc_PowerLaw_Index, false)}}</li>
<li>Integral flux (10 GeV - 1 TeV): {{source.format_error(d.Flux, d.Unc_Flux, true, 'cm-2 s-1')}}</li>
<li>Energy flux (10 GeV - 1 TeV): {{source.format_error(d.Energy_Flux, d.Unc_Energy_Flux, true, 'erg cm-2 s-1')}}
</li>
<li>Significance curvature: {{source.format(d.Signif_Curve, true)}}</li>
</ul>

<br>
Expand Down

0 comments on commit 22074c2

Please sign in to comment.