This commit is contained in:
Roman Krivonos 2024-11-01 15:57:27 +03:00
parent bb388de4e4
commit 6e45eead27

View File

@ -67,9 +67,21 @@ To load the spectrum, e.g. Galactic Bulge, do the following steps:
``` ```
cd ../products/Spectra cd ../products/Spectra
cp ../../models/xspec/* . cp ../../models/xspec/* .
```
Then data and spectral models can be loaded by the following scripts in `xspec`:
```
xspec xspec
@load_gb_cutoffpl.xcm @load_gb_cutoffpl.xcm
fit @load_gb_polar.xcm
@load_l+20_cutoffpl.xcm
@load_l+20_polar.xcm
@load_l-20_cutoffpl.xcm
@load_l-20_polar.xcm
``` ```
### 03_grxe_syserr.py/03_plot_bkg.py/03_plot_skyreg.py ### 03_grxe_syserr.py/03_plot_bkg.py/03_plot_skyreg.py