Skip to content

Commit

Permalink
new file added
Browse files Browse the repository at this point in the history
  • Loading branch information
snonis committed Feb 20, 2024
1 parent 79ea380 commit 4128549
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 29 deletions.
5 changes: 2 additions & 3 deletions data/download_data_grand.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/133380/grand_model_2207.tar.gz"
#FILE_MODEL = "grand_model_2207.tar.gz"
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/201909/grand_model_2306.tar.gz"
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/211902/grand_model_2306.tar.gz"
LINK_MODEL = "https://forge.in2p3.fr/attachments/download/211902/grand_test_model_190224.tar.gz"
LINK_MODEL = "https://forge.in2p3.fr/attachments/download/251027/grand_model_190224.tar.gz"
FILE_MODEL = LINK_MODEL.split("/")[-1]


Expand Down Expand Up @@ -50,7 +49,7 @@

# 2- download
print("==============================")
print("Download data model (~ 452MB) for GRAND, please wait ...")
print("Download data model (~ 1GB) for GRAND, please wait ...")
try:
request.urlretrieve(LINK_MODEL, tar_file)
print("Successfully downloaded")
Expand Down
Binary file added scripts/test_voltage1.root
Binary file not shown.
44 changes: 18 additions & 26 deletions tests/sim/test_new_rf_chain_setup.ipynb

Large diffs are not rendered by default.

0 comments on commit 4128549

Please sign in to comment.