We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a5b4e commit cbb17d4Copy full SHA for cbb17d4
1 file changed
examples/01_icetray/05_convert_i3_files_advanced.py
@@ -54,7 +54,11 @@ def main(
54
max_table_size: int = int(25e7),
55
converter_class: str = "sqlite",
56
) -> None:
57
- """Convert IceCube-Upgrade I3 files to intermediate `backend` format."""
+ """Convert IceCube I3 files tosqlite/parquet.
58
+
59
+ Advanced example script to convert IceCube I3 files to
60
+ sqlite/parquet.
61
+ """
62
# Check(s)
63
inputs = [f"{TEST_DATA_DIR}/i3/nugen_ftp-v3_level2"]
64
outdir = f"{EXAMPLE_OUTPUT_DIR}/convert_i3_files/ic86_advanced"
0 commit comments