Skip to content

Commit

Permalink
Replace GenericExtractor in 01-03 for FeatureExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 22, 2023
1 parent 1758b74 commit afeec3e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/01_icetray/01_convert_i3_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from graphnet.constants import EXAMPLE_OUTPUT_DIR, TEST_DATA_DIR
from graphnet.data.extractors import (
I3FeatureExtractorIceCubeUpgrade,
I3FeatureExtractorIceCube86,
I3RetroExtractor,
I3TruthExtractor,
I3GenericExtractor,
Expand Down Expand Up @@ -34,12 +35,7 @@ def main_icecube86(backend: str) -> None:

converter: DataConverter = CONVERTER_CLASS[backend](
[
I3GenericExtractor(
keys=[
"SRTInIcePulses",
"I3MCTree",
]
),
I3FeatureExtractorIceCube86("SRTInIcePulses"),
I3TruthExtractor(),
],
outdir,
Expand Down

0 comments on commit afeec3e

Please sign in to comment.