Skip to content

Commit

Permalink
Replace path in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 6, 2024
1 parent 716613a commit 310da26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion notebooks/disp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"outputs": [],
"source": [
"infile = get_dataset_path(\"gamma_test_large.simtel.gz\")\n",
"infile = get_dataset_path(\"gamma_lstprod2.simtel.gz\")\n",
"\n",
"allowed_tels = {1} # select LST1 only\n",
"max_events = (\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/example_container.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"outputs": [],
"source": [
"infile = get_dataset_path(\"gamma_test_large.simtel.gz\")\n",
"infile = get_dataset_path(\"gamma_lstprod2.simtel.gz\")\n",
"\n",
"dl1_parameters_filename = \"dl1.h5\"\n",
"\n",
Expand Down
7 changes: 4 additions & 3 deletions notebooks/lstchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@
},
"outputs": [],
"source": [
"#datafile = get_dataset_path('gamma_test_large.simtel.gz')\n",
"# test data file from the ctapipe data server\n",
"datafile = get_dataset_path('gamma_lstprod2.simtel.gz')\n",
"\n",
"# Local files can be also imported.\n",
"datafile = \"/fefs/aswg/data/mc/DL0/20190415/gamma/south_pointing/gamma_20deg_180deg_run9___cta-prod3-demo-2147m-LaPalma-baseline-mono_off0.4.simtel.gz\""
"# Local files can be also be used:\n",
"# datafile = \"/fefs/aswg/data/mc/DL0/20190415/gamma/south_pointing/gamma_20deg_180deg_run9___cta-prod3-demo-2147m-LaPalma-baseline-mono_off0.4.simtel.gz\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/mc_energy_distr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {},
"outputs": [],
"source": [
"simtel_file = get_dataset_path('gamma_test_large.simtel.gz')"
"simtel_file = get_dataset_path('gamma_lstprod2.simtel.gz')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/step_by_step_dl0_to_dl1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"#input_filename=get_dataset_path('gamma_test_large.simtel.gz')\n",
"#input_filename=get_dataset_path('gamma_prod2.simtel.gz')\n",
"input_filename=\"/home/queenmab/DATA/LST1/Gamma/gamma_20deg_0deg_run8___cta-prod3-lapalma-2147m-LaPalma-FlashCam.simtel.gz\""
]
},
Expand Down

0 comments on commit 310da26

Please sign in to comment.