-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99f02d8
commit f6fed35
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
mc_tel_ids: | ||
LST-1: 1 | ||
LST-2: 3 | ||
LST-3: 2 | ||
LST-4: 5 | ||
MAGIC-I: 0 | ||
MAGIC-II: 0 | ||
|
||
directories: | ||
workspace_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_fraction : 0.8 # 0.8 means that 80% of the DL1 protons will be used for training the Random Forest | ||
env_name : magic-lst | ||
|