From 770ee50a620dcee1807d58b921e89e9c7e333ec8 Mon Sep 17 00:00:00 2001 From: Roman Krivonos Date: Thu, 31 Oct 2024 13:58:11 +0300 Subject: [PATCH] clean --- scripts/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 6add957..6aca0ba 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,21 +2,23 @@ Don't forget to activate environment: `source /venv/bin/activate` -The script number indicates the sequence of execution. The results are placed in `ridge/products/`. The corresponding shell scripts run Python code with different parameters. +The script number indicates the sequence of execution. The results are placed in `ridge/products/`. -### 01_bgdmodel.py / 01_bgdmodel.sh +The corresponding shell scripts run Python code with different parameters. + +### 01_bgdmodel.py Calibrates IBIS/ISGRI background model -### 01_crabmodel.py / 01_crabmodel.sh +### 01_crabmodel.py Calibrates Crab detector count rate model. -### 02_grxe_resid.py / 01_grxe_resid.sh +### 02_grxe_resid.py Calculates difference between detector count rate and that predicted by background model in mCrab units for `GAL` (Galaxy), `BKG` (Extragalactic), or `ALL` (all-sky) regions. -### 02_grxe_map.py / 01_grxe_map.sh +### 02_grxe_map.py Makes the map of the residuals in mCrab units (not covered in the paper).