From 6e45eead27e3e9ac343f069eff7443a4bb9c5008 Mon Sep 17 00:00:00 2001 From: Roman Krivonos Date: Fri, 1 Nov 2024 15:57:27 +0300 Subject: [PATCH] upd --- scripts/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index aec225b..63ff5fa 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -67,9 +67,21 @@ To load the spectrum, e.g. Galactic Bulge, do the following steps: ``` cd ../products/Spectra cp ../../models/xspec/* . +``` + +Then data and spectral models can be loaded by the following scripts in `xspec`: + +``` xspec + @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