-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add config for v0.10.11 src14 dec2276 (#480)
* add config * rm files with wrong src name * rm files with wrong src name * rm files with wrong src name * correct environment version * update config and README files
- Loading branch information
1 parent
412c989
commit 30652c7
Showing
3 changed files
with
3,280 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
production_configs/20240821_v0.10.11_src14_dec2276_tuned/README.md
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,32 @@ | ||
|
||
# New Prod Config | ||
|
||
## Prod_ID | ||
|
||
20240821_v0.10.11_src14_tuned | ||
|
||
## Description | ||
|
||
full DL1ab production (with NSB tuning for src14) with lstchain v0.10.11 | ||
|
||
NSB level was checked in the following way: | ||
|
||
``` | ||
input_mc = /fefs/aswg/data/mc/DL0/LSTProd2/TrainingDataset/Protons/dec_2276/sim_telarray/node_theta_6.000_az_180.000_/output_v1.4/simtel_corsika_theta_6.000_az_180.000_run10.simtel.gz | ||
input_data = /fefs/aswg/data/real/DL1/20240613/v0.10/tailcut84/dl1_LST-1.Run17799.0016.h5 | ||
print("this config was downloaded (and modified) on %s" % download_config_modified_time) | ||
config_file = Path("./lstchain_standard_config.json") | ||
lstchain_tune_nsb --config standard_lstchain_config.json --input-mc /fefs/aswg/data/mc/DL0/LSTProd2/TrainingDataset/Protons/dec_2276/sim_telarray/node_theta_6.000_az_180.000_/output_v1.4/simtel_corsika_theta_6.000_az_180.000_run10.simtel.gz --input-data /fefs/aswg/data/real/DL1/20240613/v0.10/tailcut84/dl1_LST-1.Run17799.0016.h5 -o tuned_lstchain_config.json | ||
## Why this config is needed | ||
Analysis of future data taken on src14 | ||
## Config file creation | ||
The config file was initially cretaed by using lstmcpipe_generate_config: | ||
''' | ||
lstmcpipe_generate_config PathConfigAllSkyFullDL1ab --dec_list dec_2276 --prod_id 20240821_v0.10.11_src14_dec2276_tuned --kwargs source_prod_id=20240131_allsky_v0.10.5_all_dec_base |
Oops, something went wrong.