Skip to content

Commit

Permalink
Update nsb_setting_up_config_and_dir.py
Browse files Browse the repository at this point in the history
Fixed ST0319 dates
  • Loading branch information
Elisa-Visentin authored Sep 14, 2023
1 parent d526af6 commit fe0a6f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nsb_scripts/nsb_setting_up_config_and_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
ST0318_b='2022_06_10'
ST0318_e='2022_08_31'
ST0319_b='2022_12_15'
ST0319_e='2023_03_01' #????
ST0320_b='2023_03_02' #???????
ST0319_e='2023_03_09'
ST0320_b='2023_03_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_end=['2024_01_01','2023_03_01','2022_08_31','2022_06_09','2021_09_29'] #ST0320 ongoing -> 'service' end date
ST_begin=['2023_03_10','2022_12_15','2022_06_10','2021_12_30','2020_10_24']
ST_end=['2024_01_01','2023_03_09','2022_08_31','2022_06_09','2021_09_29'] #ST0320 ongoing -> 'service' end date



Expand Down

0 comments on commit fe0a6f8

Please sign in to comment.