Spectral model description is in most cases identical to the gammapy modeling (which is used for plotting of most of the spectra in VTSCat).
type: pl
- f0: normalisation factor ( = norm in yaml files)
- gamma: spectral index ( = index in yaml files)
- Eref: normalisation energy ( = e_ref in yaml files)
type: pl2
-
F0: integral flux in the inverval Emin to Emax ( = flux in yaml files)
-
gamma: spectral index ( = index in yaml files)
-
Emin, Emax: energy interval for integral flux calculation
type: ecpl
- f0: normalisation factor ( = norm in yaml files)
- gamma: spectral index ( = index in yaml files)
- Eref: normalisation energy ( = e_ref in yaml files)
- Ecut: cutoff energy ( = e_cut in yaml files)
type: lppl
- f0: normalisation factor ( = norm in yaml files)
- alpha: spectral index ( = alpha in yaml files)
- beta: pre-factor beta ( = beta in yaml files)
- Eref: break energy ( = e_ref in yaml files)
type: plCR
- f0: normalisation factor ( = norm in yaml files)
- gamma: spectral index ( = index in yaml files)
- Eref: break energy ( = e_ref in yaml files)
type: brokenplCR
- f0: normalisation factor ( = norm in yaml files)
- gamma_1: spectral index below break energy Eb ( = index_1 in yaml files)
- gamma_2: spectral index above break energy Eb ( = index_2 in yaml files)
- Eb: break energy ( = e_break in yaml files)