PyREx

pyrex.AntennaSystem.is_hit_during

AntennaSystem.is_hit_during(times)

Check if the antenna system is triggered in a time range.

Generate the full waveform of the antenna system over the given times array and check whether it triggers the antenna system.

Parameters
timesarray_like

1D array of times during which to check for a trigger.

Returns
boolean

Whether or not the antenna system triggered during the given times.

See also

pyrex.Antenna.is_hit_during

Check if an antenna is triggered in a time range.

PyREx

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

Navigation