i3dictvalueextractor¶
I3Extractor class for extracting features saved in I3 in a dict format.
- class graphnet.data.extractors.icecube.i3dictvalueextractor.I3DictValueExtractor(keys, extractor_name, exclude=[None])[source]¶
 Bases:
I3ExtractorExtracts a dictionary of values from an I3Frame.
Construct I3DictValueExtractor.
- Parameters:
 keys (
List[str]) – List of keys to extract from the I3Frame.extractor_name (
str, default:'I3DictValueExtractor') – Name of the extractor.exclude (
list, default:[None]) – List of keys to exclude from the extracted data.