ananke.visualisation package

Submodules

ananke.visualisation.detector module

Module containing relevant functions for plotting a detector.

ananke.visualisation.detector.get_detector_scatter3ds(detector: Detector, include_pmts: bool = False, include_modules: bool = True, hits: Optional[Hits] = None, sources: Optional[Sources] = None, size: int = 5, start_time: float = 0.0, end_time: float = 1000.0, pmt_opacity: float = 0.6) Figure[source]

Paint the detectors modules and eventually strings onto a 3d-scatter trace.

Parameters:
  • detector – Detector to draw

  • include_pmts – Want to show the individual PMTs

Returns:

List of traces containing module and eventually pmt trace.

Module contents

Package containing all visualization functions used by the ananke module.