PyREx

Ray Tracers (pyrex.ray_tracing)ΒΆ

Module containing classes for ray tracing through the ice.

Ray tracer classes correspond to ray trace path classes, where the ray tracer is responsible for calculating the existence and launch angle of paths between points, and the ray tracer path objects are responsible for returning information about propagation along their respective path.

BasicRayTracePath

Class for representing a single ray-trace solution between points.

SpecializedRayTracePath

Class for representing a single ray-trace solution between points.

BasicRayTracer

Class for calculating the ray-trace solutions between points.

SpecializedRayTracer

Class for calculating the ray-trace solutions between points.

UniformRayTracePath

Class for representing a single ray solution in uniform ice.

UniformRayTracer

Class for calculating ray solutions in uniform ice.

RayTracer

alias of pyrex.ray_tracing.SpecializedRayTracer

RayTracePath

alias of pyrex.ray_tracing.SpecializedRayTracePath

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation