Skip to content

Commit

Permalink
Solved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisa-Visentin committed Sep 15, 2023
2 parents ede4506 + fe0a6f8 commit f141f3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions nsb_scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ Scripts to be used to analyse real data by matching them to the available MCs (a
The lstchain 'lstchain_standard_config.json' is needed (in the same directory) to run them
Based on an upgraded version of the pipeline (scripts, modules, environment), which is needed to run these scripts: see "Semi-automatic MCP and expansion towards 4 LSTs - Torino team update" PR. So, to be merged after this PR.

This is a temporary branch (to store these scripts): A new branchand a PR will be created from the master after the '4 LSTs' PR had been merged.
This is a temporary branch (to store these scripts): A new branch and a PR will be created from the master after the '4 LSTs' PR merge.

nsb.sh to be launched (bash script) at the beginning of the analysis, to classify LST runs according to NSB level. Then, standard semi-automatic analysis (see README in the 4 LSTs PR) on real data
nsb_level.py to be launched (bash script) at the beginning of the analysis, to classify LST runs according to NSB level. Then, collect_nsb.py to create the 'NSB-wise' LST lists. Then, standard semi-automatic analysis (see README in the 4-LSTs PR) on real data


# TODO:
1. Fix an issue with the lists of LST-MAGIC runs (in case of only one run in the .txt files, lists must be properly read): now 'rough' solution, a better solution is needed
2. Directory structure (more consistent with the MC one)
3. Matching of the observation period
4. RF/IRF paths (config?)
5. LSTnsb.py: check if string (run/night) already in the file before writing it (no duplicates)
6. Adding new data (runs) to a source folder/analysis
7. Multi-source
8. Database (joint observations)
9. Fix pyflakes errors and run black
10. Final checks (CI...)

1. Directory structure (more consistent with the MC one)
2. Matching of the observation period
3. RF/IRF paths (config?)
4. Database (joint observations)
5. Fix pyflakes errors and run black
6. Fix comments...
7. remove print and dependencies
8. Final checks (CI...)
4 changes: 2 additions & 2 deletions nsb_scripts/nsb_setting_up_config_and_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@


ST_list = ["ST0320", "ST0319", "ST0318", "ST0317", "ST0316"]
ST_begin = ["2023_03_02", "2022_12_15", "2022_06_10", "2021_12_30", "2020_10_24"]
ST_begin = ["2023_03_10", "2022_12_15", "2022_06_10", "2021_12_30", "2020_10_24"]
ST_end = [
"2024_01_01",
"2023_03_01",
"2023_03_09",
"2022_08_31",
"2022_06_09",
"2021_09_29",
Expand Down

0 comments on commit f141f3e

Please sign in to comment.