From 09134580f957e7bd1526e18f0b9e35b7ab0466a7 Mon Sep 17 00:00:00 2001 From: Elisa-Visentin Date: Thu, 28 Sep 2023 12:52:48 +0200 Subject: [PATCH] config file in resources --- magicctapipe/resources/config_general.yaml | 2 ++ .../scripts/lst1_magic/config_general.yaml | 28 ------------------- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 magicctapipe/scripts/lst1_magic/config_general.yaml diff --git a/magicctapipe/resources/config_general.yaml b/magicctapipe/resources/config_general.yaml index dd2cfadd..0a694d32 100644 --- a/magicctapipe/resources/config_general.yaml +++ b/magicctapipe/resources/config_general.yaml @@ -8,6 +8,7 @@ mc_tel_ids: directories: workspace_dir : "/fefs/aswg/workspace/raniere/" + scripts_dir : "/fefs/aswg/workspace/raniere/" target_name : "CrabTeste" MC_gammas : "/fefs/aswg/data/mc/DL0/LSTProd2/TestDataset/sim_telarray" MC_electrons : "/fefs/aswg/data/mc/DL0/LSTProd2/TestDataset/Electrons/sim_telarray/" @@ -19,6 +20,7 @@ general: target_RA_deg : 83.633083 #RA in degrees target_Dec_deg: 22.0145 #Dec in degrees SimTel_version: "v1.4" + LST_version : "v0.9" focal_length : "effective" #effective #nominal MAGIC_runs : "MAGIC_runs.txt" #If there is no MAGIC data, please fill this file with "0, 0" LST_runs : "LST_runs.txt" diff --git a/magicctapipe/scripts/lst1_magic/config_general.yaml b/magicctapipe/scripts/lst1_magic/config_general.yaml deleted file mode 100644 index 76780074..00000000 --- a/magicctapipe/scripts/lst1_magic/config_general.yaml +++ /dev/null @@ -1,28 +0,0 @@ -mc_tel_ids: - LST-1: 1 - LST-2: 0 - LST-3: 0 - LST-4: 0 - MAGIC-I: 2 - MAGIC-II: 3 - -directories: - workspace_dir : "/fefs/aswg/workspace/raniere/" - scripts_dir : "/fefs/aswg/workspace/raniere/" - target_name : "CrabTeste" - MC_gammas : "/fefs/aswg/data/mc/DL0/LSTProd2/TestDataset/sim_telarray" - MC_electrons : "/fefs/aswg/data/mc/DL0/LSTProd2/TestDataset/Electrons/sim_telarray/" - MC_helium : "/fefs/aswg/data/mc/DL0/LSTProd2/TestDataset/Helium/sim_telarray/" - MC_protons : "/fefs/aswg/data/mc/DL0/LSTProd2/TrainingDataset/Protons/dec_2276/sim_telarray" - MC_gammadiff : "/fefs/aswg/data/mc/DL0/LSTProd2/TrainingDataset/GammaDiffuse/dec_2276/sim_telarray/" - -general: - target_RA_deg : 83.633083 #RA in degrees - target_Dec_deg: 22.0145 #Dec in degrees - SimTel_version: "v1.4" - LST_version: "v0.9" - focal_length : "effective" #effective #nominal - MAGIC_runs : "MAGIC_runs.txt" #If there is no MAGIC data, please fill this file with "0, 0" - LST_runs : "LST_runs.txt" - proton_train : 0.8 # 0.8 means that 80% of the DL1 protons will be used for training the Random Forest -