Skip to content

Commit 260db3e

Browse files
authored
Merge pull request #331 from cta-observatory/run_summary
Update R0 path in show_run_summary script
2 parents fb38cf2 + fd3f220 commit 260db3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/osa/scripts/show_run_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
parser.add_argument(
2727
"--r0-path",
2828
type=Path,
29-
help="Path to the R0 files. Default is /fefs/aswg/data/real/R0",
30-
default=Path("/fefs/aswg/data/real/R0"),
29+
help="Path to the R0 files. Default is /fefs/onsite/data/R0/LSTN-01/lst-arraydaq/events",
30+
default=Path("/fefs/onsite/data/R0/LSTN-01/lst-arraydaq/events"),
3131
)
3232

3333
parser.add_argument(

0 commit comments

Comments
 (0)